Structure to hold the information of a directed advertising report event.

Public Attributes#

uint16_t
uint8_t
int8_t

Public Attribute Documentation#

event_type#

uint16_t rsi_ble_event_directedadv_report_s::event_type

Event type

  • 0x01 Connectable directed advertising (ADV_DIRECT_IND)


Definition at line 1163 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h

dev_addr_type#

uint8_t rsi_ble_event_directedadv_report_s::dev_addr_type

Address type of remote device


Definition at line 1165 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h

dev_addr#

uint8_t rsi_ble_event_directedadv_report_s::dev_addr[RSI_DEV_ADDR_LEN]

Address of the remote device


Definition at line 1167 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h

directed_addr_type#

uint8_t rsi_ble_event_directedadv_report_s::directed_addr_type

Directed address type


Definition at line 1169 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h

directed_dev_addr#

uint8_t rsi_ble_event_directedadv_report_s::directed_dev_addr[RSI_DEV_ADDR_LEN]

Directed device address


Definition at line 1171 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h

rssi#

int8_t rsi_ble_event_directedadv_report_s::rssi

rssi value


Definition at line 1173 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h