Structure represents the BLE MTU exchange response.
This structure is used to define the parameters for a BLE MTU exchange response, which includes 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
1783
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
1785
of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h