Event detection for advertise

Hello.

I would like to get an event that an advertised packet has been sent in a peripheral device.
Is there a way to do this?
Also, is it possible to get the channel used at that time?

Best regards.

noboru

Parents
  • I would like to get an event that an advertised packet has been sent in a peripheral device.
    Is there a way to do this?

    Not directly, though you can configure radio notification event so you know when the radio is used. It's found in:
    \components\ble\ble_radio_notification in the nRF5 SDK, documentation is in the softdevice specifications.

    Also, is it possible to get the channel used at that time?

    No, the radio notification will be signaled one time for the entire event that include all 3 advertising frequencies.

Reply
  • I would like to get an event that an advertised packet has been sent in a peripheral device.
    Is there a way to do this?

    Not directly, though you can configure radio notification event so you know when the radio is used. It's found in:
    \components\ble\ble_radio_notification in the nRF5 SDK, documentation is in the softdevice specifications.

    Also, is it possible to get the channel used at that time?

    No, the radio notification will be signaled one time for the entire event that include all 3 advertising frequencies.

Children
Related