Collaboration diagram for Characteristic Properties:Macros | |
| #define | BLE_ATT_CHAR_PROP_BCAST 0x01 |
| Characteristic Property: Broadcast. More... | |
| #define | BLE_ATT_CHAR_PROP_RD 0x02 |
| Characteristic Property: Read. More... | |
| #define | BLE_ATT_CHAR_PROP_WR_NO_RESP 0x04 |
| Characteristic Property: Write Without Response. More... | |
| #define | BLE_ATT_CHAR_PROP_WR 0x08 |
| Characteristic Property: Write. More... | |
| #define | BLE_ATT_CHAR_PROP_NTF 0x10 |
| Characteristic Property: Notify. More... | |
| #define | BLE_ATT_CHAR_PROP_IND 0x20 |
| Characteristic Property: Indicate. More... | |
| #define | BLE_ATT_CHAR_PROP_AUTH 0x40 |
| Characteristic Property: Authenticated Signed Writes. More... | |
| #define | BLE_ATT_CHAR_PROP_EXT_PROP 0x80 |
| Characteristic Property: Extended Properties. More... | |
| #define BLE_ATT_CHAR_PROP_AUTH 0x40 |
| #define BLE_ATT_CHAR_PROP_BCAST 0x01 |
| #define BLE_ATT_CHAR_PROP_EXT_PROP 0x80 |
| #define BLE_ATT_CHAR_PROP_IND 0x20 |
| #define BLE_ATT_CHAR_PROP_NTF 0x10 |
| #define BLE_ATT_CHAR_PROP_RD 0x02 |
| #define BLE_ATT_CHAR_PROP_WR 0x08 |