Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]
st_ble_gap_data_len_chg_evt_t Struct Reference

This structure notifies that the packet data length has been updated. More...

Data Fields

uint16_t conn_hdl
 Connection handle identifying the link that updated Data Length. More...
 
uint16_t tx_octets
 Updated transmission packet size(in bytes). More...
 
uint16_t tx_time
 Updated transmission time(us). More...
 
uint16_t rx_octets
 Updated receive packet size(in bytes). More...
 
uint16_t rx_time
 Updated receive time(us). More...
 

Detailed Description

This structure notifies that the packet data length has been updated.

Field Documentation

◆ conn_hdl

uint16_t st_ble_gap_data_len_chg_evt_t::conn_hdl

Connection handle identifying the link that updated Data Length.

◆ tx_octets

uint16_t st_ble_gap_data_len_chg_evt_t::tx_octets

Updated transmission packet size(in bytes).

Valid range is 0x001B - 0x00FB.

◆ tx_time

uint16_t st_ble_gap_data_len_chg_evt_t::tx_time

Updated transmission time(us).

Valid range is 0x0148 - 0x4290.

◆ rx_octets

uint16_t st_ble_gap_data_len_chg_evt_t::rx_octets

Updated receive packet size(in bytes).

Valid range is 0x001B - 0x00FB.

◆ rx_time

uint16_t st_ble_gap_data_len_chg_evt_t::rx_time

Updated receive time(us).

Valid range is 0x0148 - 0x4290.