Data Length Updated event for BLE_GAPC_EVT_DATA_LENGTH_UPDATED. More...
#include <ble_gapc.h>
Public Attributes | |
uint16_t | max_tx_octets |
The maximum number of payload octets in TX. More... | |
uint16_t | max_tx_time |
The maximum time that the local Controller will take to TX. More... | |
uint16_t | max_rx_octets |
The maximum number of payload octets in RX. More... | |
uint16_t | max_rx_time |
The maximum time that the local Controller will take to RX. More... | |
Data Length Updated event for BLE_GAPC_EVT_DATA_LENGTH_UPDATED.
Definition at line 438 of file ble_gapc.h.
uint16_t ble_gap_evt_data_length_t::max_rx_octets |
The maximum number of payload octets in RX.
Definition at line 442 of file ble_gapc.h.
uint16_t ble_gap_evt_data_length_t::max_rx_time |
The maximum time that the local Controller will take to RX.
Definition at line 443 of file ble_gapc.h.
uint16_t ble_gap_evt_data_length_t::max_tx_octets |
The maximum number of payload octets in TX.
Definition at line 440 of file ble_gapc.h.
uint16_t ble_gap_evt_data_length_t::max_tx_time |
The maximum time that the local Controller will take to TX.
Definition at line 441 of file ble_gapc.h.