![]() |
S132 SoftDevice
v6.0.0
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API |
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 |
Data Length Update Procedure local limitation.
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.