S132 SoftDevice v3.0.0
Data Fields
ble_evt_data_length_changed_t Struct Reference

Event structure for BLE_EVT_DATA_LENGTH_CHANGED. More...

#include <ble.h>

Data Fields

uint16_t max_tx_octets
 
uint16_t max_tx_time
 
uint16_t max_rx_octets
 
uint16_t max_rx_time
 

Detailed Description

Event structure for BLE_EVT_DATA_LENGTH_CHANGED.

Field Documentation

uint16_t ble_evt_data_length_changed_t::max_rx_octets

The maximum number of payload octets in a Link Layer Data Channel PDU that the local controller expects to receive. Range: 27-251

uint16_t ble_evt_data_length_changed_t::max_rx_time

The maximum time (in microseconds) that the local Controller expects to take to receive a Link Layer Data Channel PDU. Range: 328-2120

uint16_t ble_evt_data_length_changed_t::max_tx_octets

The maximum number of payload octets in a Link Layer Data Channel PDU that the local Controller will send. Range: 27-251

uint16_t ble_evt_data_length_changed_t::max_tx_time

The maximum time (in microseconds) that the local Controller will take to send a Link Layer Data Channel PDU. Range: 328-2120


Documentation feedback | Developer Zone | Subscribe | Updated