Structure representing a BLE advertising report event.
Public Attributes#
Address type of the advertising device.
Address of the advertising device.
Raw advertisement data length.
advertisement data
Signal strength.
Report type
0x00 Connectable and scannable undirected advertising (ADV_IND)
0x01 Connectable directed advertising (ADV_DIRECT_IND)
0x02 Scannable undirected advertising (ADV_SCAN_IND)
0x03 Non connectable undirected advertising (ADV_NONCONN_IND)
0x04 Scan Response (SCAN_RSP)
All other values Reserved for future use.
Public Attribute Documentation#
dev_addr_type#
uint8_t rsi_ble_event_adv_report_s::dev_addr_type
Address type of the advertising device.
dev_addr#
uint8_t rsi_ble_event_adv_report_s::dev_addr[RSI_DEV_ADDR_LEN]
Address of the advertising device.
report_type#
uint8_t rsi_ble_event_adv_report_s::report_type
Report type
0x00 Connectable and scannable undirected advertising (ADV_IND)
0x01 Connectable directed advertising (ADV_DIRECT_IND)
0x02 Scannable undirected advertising (ADV_SCAN_IND)
0x03 Non connectable undirected advertising (ADV_NONCONN_IND)
0x04 Scan Response (SCAN_RSP)
All other values Reserved for future use.