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

Public Attributes#

uint16_t

Event type

  • 0x01 Connectable directed advertising (ADV_DIRECT_IND)

uint8_t

Address type of remote device.

uint8_t

Address of the remote device.

uint8_t

Directed address type.

uint8_t

Directed device address.

int8_t

rssi value

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 1182 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 1184 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 1186 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 1188 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 1190 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 1192 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h