This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Extended Advertising on ble_app_rscs

I want to use extended advertising features , I search ble_peripheral only one example is ble_app_rscs

I compiler and program, i can't find the device in my phone app

when I mark main.c > advertising_init() > init.config.ble_adv_extended_enabled = true;

i find the device in my phone app, adv data is 31 bytes

   

my sdk is nRF_SDK_15.3.0, softdevice is s132nrf611

my question is the extended advertising feature is incomplete or need other setting

Related