[STM32WB55] BLE On/Off function ?
[STM32WB55] Is there a BLE On/Off function?
I want to enable/disable the BLE function with a button
[STM32WB55] Is there a BLE On/Off function?
I want to enable/disable the BLE function with a button
Hello,
If there isn't any radio activity, the CPU2 is in low power mode. If you want to turn Off the BLE, you can create a task which call hci_reset function and set this task when you press your button. Then, to re enable the BLE, you have to perform the initialization (SHCI, GAP, GATT) again.
Best Regards
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.