Collaboration diagram for Attribute Permission Value Position:Macros | |
| #define | READ_POS (0x00) |
| Bit position of read permission. More... | |
| #define | WRITE_POS (0x02) |
| Bit position of write permission. More... | |
| #define | INDICATE_POS (0x04) |
| Bit position of indicate bit. More... | |
| #define | NOTIFY_POS (0x06) |
| Bit position of notify bit. More... | |
| #define INDICATE_POS (0x04) |
| #define NOTIFY_POS (0x06) |
| #define READ_POS (0x00) |
| #define WRITE_POS (0x02) |
Bit position of write permission.
Used by WRITE_CMD_PERM, WRITE_REQ_PERM, WRITE_SIGNED_PERM.
Definition at line 88 of file ble_gatts.h.