Structure representing the connection status event in the BLE module.

Public Attributes#

uint8_t

Address type of the remote device.

uint8_t

Address of the remote device.

uint16_t

Status of the connection - success/failure.

Public Attribute Documentation#

dev_addr_type#

uint8_t rsi_ble_event_conn_status_s::dev_addr_type

Address type of the remote device.


dev_addr#

uint8_t rsi_ble_event_conn_status_s::dev_addr[RSI_DEV_ADDR_LEN]

Address of the remote device.


status#

uint16_t rsi_ble_event_conn_status_s::status

Status of the connection - success/failure.