Max data length info struct. More...
#include <ble_gapc.h>
Public Attributes | |
uint16_t | suppted_max_tx_octets |
Maximum number of payload octets that the local Controller supports for transmission of a single Link Layer packet on a data connection. More... | |
uint16_t | suppted_max_tx_time |
Maximum time, in microseconds, that the local Controller supports for transmission of a single Link Layer packet on a data connection. More... | |
uint16_t | suppted_max_rx_octets |
Maximum number of payload octets that the local Controller supports for reception of a single Link Layer packet on a data connection. More... | |
uint16_t | suppted_max_rx_time |
Maximum time, in microseconds, that the local Controller supports for reception of a single Link Layer packet on a data connection. More... | |
Max data length info struct.
Definition at line 202 of file ble_gapc.h.
uint16_t ble_gap_max_data_len_t::suppted_max_rx_octets |
Maximum number of payload octets that the local Controller supports for reception of a single Link Layer packet on a data connection.
Range: 0x001B-0x00FB (all other values reserved for future use).
Definition at line 208 of file ble_gapc.h.
uint16_t ble_gap_max_data_len_t::suppted_max_rx_time |
Maximum time, in microseconds, that the local Controller supports for reception of a single Link Layer packet on a data connection.
Range: 0x0148-0x4290 (all other values reserved for future use).
Definition at line 210 of file ble_gapc.h.
uint16_t ble_gap_max_data_len_t::suppted_max_tx_octets |
Maximum number of payload octets that the local Controller supports for transmission of a single Link Layer packet on a data connection.
Range: 0x001B-0x00FB (all other values reserved for future use).
Definition at line 204 of file ble_gapc.h.
uint16_t ble_gap_max_data_len_t::suppted_max_tx_time |
Maximum time, in microseconds, that the local Controller supports for transmission of a single Link Layer packet on a data connection.
Range: 0x0148-0x4290 (all other values reserved for future use).
Definition at line 206 of file ble_gapc.h.