May I ask, I changed the broadcast time 18000 in UART to 0, and the device crashed? May I ask why? Tell me, thank you! NRF5 SDK17.02
May I ask, I changed the broadcast time 18000 in UART to 0, and the device crashed? May I ask why? Tell me, thank you! NRF5 SDK17.02
Hi,
If you are thinking about the ble_app_uart example and is changing advertisement duration to 0, this will fail with a "invalid parameter" error. Most likely it is advertising with limited discoverable mode. while infinit advertisments (setting duration to 0) is only available in "general discoverable mode".
yes ,i remember it ,thanks