Structure representing the BLE MTU exchange request.

This structure is used to define the parameters for a BLE MTU exchange request, including the remote device address and the requested MTU size.

Public Attributes#

uint8_t

Remote device address.

uint16_t

Requested MTU size.

Public Attribute Documentation#

dev_addr#

uint8_t rsi_ble_mtu_exchange_s::dev_addr[RSI_DEV_ADDR_LEN]

Remote device address.


req_mtu_size#

uint16_t rsi_ble_mtu_exchange_s::req_mtu_size

Requested MTU size.