Le event notification reporting info event for BLE_GAPC_EVT_LE_EVT_NOTI_REPORT. More...
#include <ble_gapc.h>
Public Attributes | |
int8_t | rssi |
uint8_t | channel |
uint16_t | event_counter |
uint16_t | anchor_ts_hus |
uint32_t | anchor_ts_hs |
Le event notification reporting info event for BLE_GAPC_EVT_LE_EVT_NOTI_REPORT.
Definition at line 697 of file ble_gapc.h.
uint32_t ble_gap_evt_le_event_noti_report_t::anchor_ts_hs |
BLE time stamp of the anchor point with this event_counter, unit 312.5us.
Definition at line 703 of file ble_gapc.h.
uint16_t ble_gap_evt_le_event_noti_report_t::anchor_ts_hus |
BLE time stamp of the anchor point with this event_counter, unit 0.5us.
Definition at line 702 of file ble_gapc.h.
uint8_t ble_gap_evt_le_event_noti_report_t::channel |
Connection channel.
Definition at line 700 of file ble_gapc.h.
uint16_t ble_gap_evt_le_event_noti_report_t::event_counter |
Connection event counter.
Definition at line 701 of file ble_gapc.h.
int8_t ble_gap_evt_le_event_noti_report_t::rssi |
RSSI value (dBm).
Definition at line 699 of file ble_gapc.h.