![]() |
Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]
|
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... | |
This structure notifies that the packet data length has been updated.
uint16_t st_ble_gap_data_len_chg_evt_t::conn_hdl |
Connection handle identifying the link that updated Data Length.
uint16_t st_ble_gap_data_len_chg_evt_t::tx_octets |
Updated transmission packet size(in bytes).
Valid range is 0x001B - 0x00FB.
uint16_t st_ble_gap_data_len_chg_evt_t::tx_time |
Updated transmission time(us).
Valid range is 0x0148 - 0x4290.
uint16_t st_ble_gap_data_len_chg_evt_t::rx_octets |
Updated receive packet size(in bytes).
Valid range is 0x001B - 0x00FB.
uint16_t st_ble_gap_data_len_chg_evt_t::rx_time |
Updated receive time(us).
Valid range is 0x0148 - 0x4290.