Hi, I did not find any example about broadcaster and observer mode example . Can you give me advice ? Regards .
Hi, I did not find any example about broadcaster and observer mode example . Can you give me advice ? Regards .
Broadcaster that's beacon, observer is part of basically every Central example. What exactly you expect?
For observer simply collect ADV reports and don't initiate connection. There is sd_ble_gap_scan_start
function and BLE_GAP_EVT_ADV_REPORT
event, see e.g. this example and this sequence chart. Broadcaster is implemented in Beacon example. What exactly you don't understand?
For observer simply collect ADV reports and don't initiate connection. There is sd_ble_gap_scan_start
function and BLE_GAP_EVT_ADV_REPORT
event, see e.g. this example and this sequence chart. Broadcaster is implemented in Beacon example. What exactly you don't understand?