Hi,
We are presently working on cc2340r with data_stream sample code. How can I remove all BLE functionality after calling this function
// Call the BLEAppUtil module init function
BLEAppUtil_init(&criticalErrorHandler, &App_StackInitDoneHandler,
&appMainParams, &appMainPeriCentParams);
Our requirement is to disconnect and stop scanning for BLE devices once the connection is established and data transfer is successful. Then, turn off all BLE functions.