Max data length info struct. More...

#include <ble_gapc.h>

Public Attributes

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.

Definition at line 202 of file ble_gapc.h.

Member Data Documentation

◆ suppted_max_rx_octets

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.

◆ suppted_max_rx_time

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.

◆ suppted_max_tx_octets

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.

◆ suppted_max_tx_time

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.


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