Structure representing the BLE command response for connection parameters.

This structure is used to define the parameters for a BLE command response to a connection parameter request, including the remote device address and the status indicating whether to accept or reject the request.

Public Attributes#

uint8_t

Remote device address.

uint8_t

Accept or reject the remote connection parameter request.

Public Attribute Documentation#

dev_addr#

uint8_t rsi_ble_cmd_conn_param_resp::dev_addr[RSI_DEV_ADDR_LEN]

Remote device address.


Definition at line 1467 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h

status#

uint8_t rsi_ble_cmd_conn_param_resp::status

Accept or reject the remote connection parameter request.


Definition at line 1469 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h