BLE_SDK6_examples
BLE_SDK6_examples copied to clipboard
Simple_beacon project Advertising callback change
On the simple_beacon project the default_operation_adv on user_callback_config.h file should be user_app_adv_start. Otherwise the device is connectable and if you try to connect it will result in an NMI due to the fact that there is no connection callback.