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

This structure notifies that the state transition of TxFlow has been changed. More...

Data Fields

uint8_t state
 The state of the flow control. More...
 
uint32_t buffer_num
 The number of the current transmission buffers. More...
 

Detailed Description

This structure notifies that the state transition of TxFlow has been changed.

Field Documentation

◆ state

uint8_t st_ble_vs_tx_flow_chg_evt_t::state

The state of the flow control.

value description
BLE_VS_TX_FLOW_CTL_ON(0x00) The number of buffer has reached the High Water Mark from flow off state.
BLE_VS_TX_FLOW_CTL_OFF(0x01) The number of buffer has reached the Low Water Mark from flow on state.

◆ buffer_num

uint32_t st_ble_vs_tx_flow_chg_evt_t::buffer_num

The number of the current transmission buffers.