TRSPS status
C
#define BLE_TRSPS_STATUS_CTRL_DISABLED (0x00U) #define BLE_TRSPS_STATUS_CTRL_OPENED (0x01U) #define BLE_TRSPS_STATUS_TX_DISABLED (0x00U) #define BLE_TRSPS_STATUS_TX_OPENED (0x01U)
Description
Defines the status of the BLE Transparent Service.
Macro Definition
Macro | Description |
---|---|
BLE_TRSPS_STATUS_CTRL_DISABLED | Transparent Service Control characteristic CCCD is disabled. |
BLE_TRSPS_STATUS_CTRL_OPENED | Transparent Service Control characteristic CCCD is enabled. |
BLE_TRSPS_STATUS_TX_DISABLED | Transparent Service TX characteristic CCCD is disabled. |
BLE_TRSPS_STATUS_TX_OPENED | Transparent Service TX characteristic CCCD is enabled. |