Suggested default data length info. More...
#include <ble_gapc.h>
Public Attributes | |
uint16_t | suggted_max_tx_octets |
uint16_t | suggted_max_tx_time |
Suggested default data length info.
Definition at line 343 of file ble_gapc.h.
uint16_t ble_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 345 of file ble_gapc.h.
uint16_t ble_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 347 of file ble_gapc.h.