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
Macro | Description |
---|---|
BLE_TRSPC_DL_STATUS_DISABLED | Downlink functionality is disabled. |
BLE_TRSPC_DL_STATUS_NONCBFCENABLED | Downlink functionality is enabled without credit-based flow control. |
BLE_TRSPC_DL_STATUS_CBFCENABLED | Downlink functionality is enabled with credit-based flow control. |