1.2.2.3.7.1.1.1 Definition of downlink status

C

#define BLE_TRSPC_DL_STATUS_DISABLED            0x00
#define BLE_TRSPC_DL_STATUS_NONCBFCENABLED      0x10
#define BLE_TRSPC_DL_STATUS_CBFCENABLED         0x20

Description

The definition of BLE transparent service downlink status.

Macro Definition

MacroDescription
BLE_TRSPC_DL_STATUS_DISABLEDTransparent downlink is disabled.
BLE_TRSPC_DL_STATUS_NONCBFCENABLEDTransparent downlink is enabled without credit based flow control.
BLE_TRSPC_DL_STATUS_CBFCENABLEDTransparent downlink is enabled with credit based flow control.