Structure representing the BLE request to set data length.
This structure is used to define the parameters for a BLE request to set the data length, including the address of the connected device, the maximum number of payload octets that the local device will send, and the maximum time that the local device will take to send the payload.
Public Attributes#
uint8_t
Address of the connected device.
uint16_t
Maximum number of payload octets that the local device will send.
uint16_t
Maximum time that the local device will take to send the payload.
Public Attribute Documentation#
dev_addr#
uint8_t rsi_ble_setdatalength_s::dev_addr[RSI_DEV_ADDR_LEN]
Address of the connected device.
txoctets#
uint16_t rsi_ble_setdatalength_s::txoctets
Maximum number of payload octets that the local device will send.
txtime#
uint16_t rsi_ble_setdatalength_s::txtime
Maximum time that the local device will take to send the payload.