TI BLE-Stack for Bluetooth 4.2 API Documentation
3.01.00.07
|
Macros | |
#define | GATT_PERMIT_AUTHEN_READ 0x04 |
Read requires Authentication. | |
#define | GATT_PERMIT_AUTHEN_WRITE 0x08 |
Write requires Authentication. | |
#define | GATT_PERMIT_AUTHOR_READ 0x10 |
Read requires Authorization. | |
#define | GATT_PERMIT_AUTHOR_WRITE 0x20 |
Write requires Authorization. | |
#define | GATT_PERMIT_ENCRYPT_READ 0x40 |
Read requires Encryption. | |
#define | GATT_PERMIT_ENCRYPT_WRITE 0x80 |
Write requires Encryption. | |
#define | GATT_PERMIT_READ 0x01 |
Attribute is Readable. | |
#define | GATT_PERMIT_WRITE 0x02 |
Attribute is Writable. | |