Suggested default data length info. More...

#include <ble_gapc.h>

Public Attributes

uint16_t suggted_max_tx_octets
 The Host's suggested value for the Controller's maximum transmitted number of payload octets to be used for new connections. More...
 
uint16_t suggted_max_tx_time
 The Host's suggested value for the Controller's maximum packet transmission time to be used for new connections. More...
 

Detailed Description

Suggested default data length info.

Definition at line 251 of file ble_gapc.h.

Member Data Documentation

◆ suggted_max_tx_octets

uint16_t gap_sugg_dflt_data_len_t::suggted_max_tx_octets

The Host's suggested value for the Controller's maximum transmitted number of payload octets to be used for new connections.

Range: 0x001B-0x00FB (all other values reserved for future use), default: 0x001B

Definition at line 253 of file ble_gapc.h.

◆ suggted_max_tx_time

uint16_t gap_sugg_dflt_data_len_t::suggted_max_tx_time

The Host's suggested value for the Controller's maximum packet transmission time to be used for new connections.

Range: 0x0148-0x4290 (all other values reserved for future use), default: 0x0148

Definition at line 255 of file ble_gapc.h.


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