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 Reply Children
No Data
Related