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;
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;
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.
Hi Amanda,
Thanks for the answer. I tried the ble_app_rscs example but cannot see the device neither in my iPhone 8 nor in a "quite recent" Android Pixel phone using nRF Connect. If I change ble_adv_extended_enabled to false the device is visible on both phones though. I am using SoftDevice s132 v7.3.0.
Hi Amanda,
Thanks for the answer. I tried the ble_app_rscs example but cannot see the device neither in my iPhone 8 nor in a "quite recent" Android Pixel phone using nRF Connect. If I change ble_adv_extended_enabled to false the device is visible on both phones though. I am using SoftDevice s132 v7.3.0.