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

Suitable scanner for extended advertisement data

I am developing a beacon for nRF52832 and can see the beacon in nRF Connect for iOS when using the following setting:

adv_params.properties.type = BLE_GAP_ADV_TYPE_NONCONNECTABLE_NONSCANNABLE_UNDIRECTED;
However, when I change to 
BLE_GAP_ADV_TYPE_EXTENDED_NONCONNECTABLE_NONSCANNABLE_UNDIRECTED I don't see the beacon. All SDK calls are successful and return 
NRF_SUCCESS.
Can it be that my iPhone 8 and/or the nRF Connect app (v 2.4.12) is at fault? If so, what would be a better scanner?
Regards,
Johan
Parents
  • Hi Johan, 

    Not sure the issue is on the phone or your application.  

    Can your phone scan the ble_app_rscs which uses advertising extensions? If so, you can modify the ble_app_beacon to use BLE_GAP_ADV_TYPE_EXTENDED_NONCONNECTABLE_NONSCANNABLE_UNDIRECTED.

    Are you able to see the beacon? If so, you can refer to our ble_app_beacon example to debug. 

    -Amanda H.

Reply
  • Hi Johan, 

    Not sure the issue is on the phone or your application.  

    Can your phone scan the ble_app_rscs which uses advertising extensions? If so, you can modify the ble_app_beacon to use BLE_GAP_ADV_TYPE_EXTENDED_NONCONNECTABLE_NONSCANNABLE_UNDIRECTED.

    Are you able to see the beacon? If so, you can refer to our ble_app_beacon example to debug. 

    -Amanda H.

Children
Related