Max data length info struct. More...

#include <ble_gapc.h>

Data Fields

uint16_t suppted_max_tx_octets
 
uint16_t suppted_max_tx_time
 
uint16_t suppted_max_rx_octets
 
uint16_t suppted_max_rx_time
 

Detailed Description

Max data length info struct.

Field Documentation

◆ suppted_max_rx_octets

uint16_t 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).

◆ suppted_max_rx_time

uint16_t 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).

◆ suppted_max_tx_octets

uint16_t 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).

◆ suppted_max_tx_time

uint16_t 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).


The documentation for this struct was generated from the following file: