Structure representing the BLE MTU exchange response.

This structure is used to define the parameters for a BLE MTU exchange response, including the Bluetooth device address of the peer device and the requested MTU size from the peer device.

Public Attributes#

uint8_t

The Bluetooth device address of the peer device.

uint16_t

The requested MTU size from the peer device.

Public Attribute Documentation#

dev_addr#

uint8_t rsi_ble_mtu_exchange_resp_s::dev_addr[RSI_DEV_ADDR_LEN]

The Bluetooth device address of the peer device.


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

req_mtu_size#

uint16_t rsi_ble_mtu_exchange_resp_s::req_mtu_size

The requested MTU size from the peer device.


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