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

Advertising services

Hi,

I have to use current time service and one other customized service in my project.I am able to advertise only one service i.e customized one.can you please let me know the cause that might stop current time service from advertising?Below is the code attached

Thanks & Regards,

Swathi P

Parents Reply
  • Hi,

    I have tried implementing extended advertising by adding the below statements into the code:

      ble_advertising_init_t init;

    init.config.ble_adv_primary_phy = BLE_GAP_PHY_1MBPS;
    init.config.ble_adv_secondary_phy = BLE_GAP_PHY_2MBPS;
    init.config.ble_adv_extended_enabled = true;

    But after adding those statements i.e after enabling EA I am unable to Scan on nRF Connect.?And I have seen the same with ble_app_rscs example.Please let me know the way I can be able to scan on nRF Connect.

    Thanks & Regards,

    Swathi P.

Children
No Data
Related