Structure represents the BLE request to set data length.

This structure is used to define the parameters for a BLE request to set the data length, which includes the address of the connected device, the maximum number of payload octets that the local device would send, and the maximum time that the local device would 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.


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

txoctets#

uint16_t rsi_ble_setdatalength_s::txoctets

Maximum number of payload octets that the local device will send.


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

txtime#

uint16_t rsi_ble_setdatalength_s::txtime

Maximum time that the local device will take to send the payload.


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