Structure representing the data for the BLE length update event.

Public Attributes#

uint8_t

Device address of the remote device.

uint16_t

Maximum TX Octets to be transmitted.

uint16_t

Maximum TX time to transmit the MaxTxOctets.

uint16_t

Maximum Rx Octets to be received.

uint16_t

Maximum Rx time to receive the MaxRxOctets.

Public Attribute Documentation#

dev_addr#

uint8_t rsi_ble_event_data_length_update_s::dev_addr[RSI_DEV_ADDR_LEN]

Device address of the remote device.


Definition at line 466 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h

MaxTxOctets#

uint16_t rsi_ble_event_data_length_update_s::MaxTxOctets

Maximum TX Octets to be transmitted.


Definition at line 468 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h

MaxTxTime#

uint16_t rsi_ble_event_data_length_update_s::MaxTxTime

Maximum TX time to transmit the MaxTxOctets.


Definition at line 470 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h

MaxRxOctets#

uint16_t rsi_ble_event_data_length_update_s::MaxRxOctets

Maximum Rx Octets to be received.


Definition at line 472 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h

MaxRxTime#

uint16_t rsi_ble_event_data_length_update_s::MaxRxTime

Maximum Rx time to receive the MaxRxOctets.


Definition at line 474 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h