Macros | |
| #define | PCS_CONNECTION_MAX |
| #define | PCS_MAX_DATA_LEN 244 |
| #define | PCS_SERVICE_UUID |
| #define | PCS_SET_PARAM_SUCCESS 0x00 |
| #define | PCS_SET_PARAM_FAIL 0x81 |
| #define | PCS_SET_ADV_DATA_3B 0x03 |
| #define | PCS_SET_ADV_DATA_10B 0x0a |
| #define | PCS_SET_ADV_DATA_17B 0x11 |
| #define | PCS_SET_ADV_DATA_24B 0x18 |
| #define | PCS_SET_ADV_DATA_31B 0x1f |
| #define PCS_CONNECTION_MAX |
Maximum number of Power Consumption Service connections.
| #define PCS_MAX_DATA_LEN 244 |
Maximum length of application data packet which is transmitted via PCS.
| #define PCS_SERVICE_UUID |
The UUID of Power Consumption Service for setting advertising data.
| #define PCS_SET_ADV_DATA_10B 0x0a |
Set 10 byte advertising data.
| #define PCS_SET_ADV_DATA_17B 0x11 |
Set 17 byte advertising data.
| #define PCS_SET_ADV_DATA_24B 0x18 |
Set 24 byte advertising data.
| #define PCS_SET_ADV_DATA_31B 0x1f |
Set 31 byte advertising data.
| #define PCS_SET_ADV_DATA_3B 0x03 |
Set 3 byte advertising data.
| #define PCS_SET_PARAM_FAIL 0x81 |
PCS parameters set unsuccessfully.
| #define PCS_SET_PARAM_SUCCESS 0x00 |
PCS parameters set successfully.