Supported data length size Indication. More...
#include <ble_gapc.h>
Public Attributes | |
uint16_t | max_tx_octets |
uint16_t | max_tx_time |
uint16_t | max_rx_octets |
uint16_t | max_rx_time |
Supported data length size Indication.
Definition at line 449 of file ble_gapc.h.
uint16_t ble_gap_le_pkt_size_ind_t::max_rx_octets |
The maximum number of payload octets in RX.
Definition at line 453 of file ble_gapc.h.
uint16_t ble_gap_le_pkt_size_ind_t::max_rx_time |
The maximum time that the local Controller will take to RX.
Definition at line 454 of file ble_gapc.h.
uint16_t ble_gap_le_pkt_size_ind_t::max_tx_octets |
The maximum number of payload octets in TX.
Definition at line 451 of file ble_gapc.h.
uint16_t ble_gap_le_pkt_size_ind_t::max_tx_time |
The maximum time that the local Controller will take to TX.
Definition at line 452 of file ble_gapc.h.