BLE_API
v2.1.3
|
Macros | |
#define | ATT_PERMISSION_ENC_READ 0x04 |
#define | ATT_PERMISSION_ENC_WRITE 0x08 |
#define | ATT_PERMISSION_AUTHE_READ 0x10 |
#define | ATT_PERMISSION_AUTHE_WRITE 0x20 |
#define | ATT_PERMISSION_AUTHO_READ 0x40 |
#define | ATT_PERMISSION_AUTHO_WRITE 0x80 |
BLE attribute permission definition for "propertyValue" in ATTRIBUTE_BLE.
#define ATT_PERMISSION_AUTHE_READ 0x10 |
The attribute is authentication required for the remote read access.
#define ATT_PERMISSION_AUTHE_WRITE 0x20 |
The attribute is authentication required for the remote write access.
#define ATT_PERMISSION_AUTHO_READ 0x40 |
The attribute is authorization required for the remote read access.
#define ATT_PERMISSION_AUTHO_WRITE 0x80 |
The attribute is authorization required for the remote write access.
#define ATT_PERMISSION_ENC_READ 0x04 |
The attribute is encryption required for the remote read access.
#define ATT_PERMISSION_ENC_WRITE 0x08 |
The attribute is encryption required for the remote write access.