S132 SoftDevice v7.0.1
Data Fields
ble_gap_data_length_limitation_t Struct Reference

Data Length Update Procedure local limitation. More...

#include <ble_gap.h>

Data Fields

uint16_t tx_payload_limited_octets
 
uint16_t rx_payload_limited_octets
 
uint16_t tx_rx_time_limited_us
 

Detailed Description

Data Length Update Procedure local limitation.

Field Documentation

uint16_t ble_gap_data_length_limitation_t::rx_payload_limited_octets

If > 0, the requested RX packet length is too long by this many octets.

uint16_t ble_gap_data_length_limitation_t::tx_payload_limited_octets

If > 0, the requested TX packet length is too long by this many octets.

uint16_t ble_gap_data_length_limitation_t::tx_rx_time_limited_us

If > 0, the requested combination of TX and RX packet lengths is too long by this many microseconds.


Documentation feedback | Developer Zone | Subscribe | Updated