Hello,
I am using nRF52840, SDK_16.0.0, SoftDevice S140 V7.0.1 and Segger for flashing the image. I am using ‘ble_app_beacon’.
1) ‘ble_app_beacon’ will only broadcast Advertisement packets. But at same time, in-between Advertisement interval Beacon should enable Rx and receive other Broadcasting packets and decode their RSSI values.
2) In ‘ble_app_beacon’, m_adv_params.properties.type is BLE_GAP_ADV_TYPE_NONCONNECTABLE_NONSCANNABLE_UNDIRECTED. By changing to BLE_GAP_ADV_TYPE_NONCONNECTABLE_SCANNABLE_UNDIRECTED whether can I receive broadcast packets while Advertising.
Please let me know how to do this.
Thanks & Regards
Vishnu Beema