TRSPC downlink status definition

C

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

Description

Defines the status of the BLE transparent service downlink.

Macro Definition

MacroDescription
BLE_TRSPC_DL_STATUS_DISABLEDDownlink functionality is disabled.
BLE_TRSPC_DL_STATUS_NONCBFCENABLEDDownlink functionality is enabled without credit-based flow control.
BLE_TRSPC_DL_STATUS_CBFCENABLEDDownlink functionality is enabled with credit-based flow control.