![]() |
![]() |
|
TI BLE5-Stack API Documentation
9.14.00
|
Macros | |
| #define | GATT_PROP_AUTHEN 0x40 |
| Permits signed writes to the Characteristic Value. More... | |
| #define | GATT_PROP_BCAST 0x01 |
| Permits broadcasts of the Characteristic Value. More... | |
| #define | GATT_PROP_EXTENDED 0x80 |
| Additional characteristic properties are defined in the Characteristic Extended Properties Descriptor. More... | |
| #define | GATT_PROP_INDICATE 0x20 |
| Permits indications of a Characteristic Value with acknowledgement. More... | |
| #define | GATT_PROP_NOTIFY 0x10 |
| Permits notifications of a Characteristic Value without acknowledgement. More... | |
| #define | GATT_PROP_READ 0x02 |
| Permits reads of the Characteristic Value. More... | |
| #define | GATT_PROP_WRITE 0x08 |
| Permits writes of the Characteristic Value with response. More... | |
| #define | GATT_PROP_WRITE_NO_RSP 0x04 |
| Permits writes of the Characteristic Value without response. More... | |
| #define GATT_PROP_AUTHEN 0x40 |
Permits signed writes to the Characteristic Value.
| #define GATT_PROP_BCAST 0x01 |
Permits broadcasts of the Characteristic Value.
| #define GATT_PROP_EXTENDED 0x80 |
Additional characteristic properties are defined in the Characteristic Extended Properties Descriptor.
| #define GATT_PROP_INDICATE 0x20 |
Permits indications of a Characteristic Value with acknowledgement.
| #define GATT_PROP_NOTIFY 0x10 |
Permits notifications of a Characteristic Value without acknowledgement.
| #define GATT_PROP_READ 0x02 |
Permits reads of the Characteristic Value.
| #define GATT_PROP_WRITE 0x08 |
Permits writes of the Characteristic Value with response.
| #define GATT_PROP_WRITE_NO_RSP 0x04 |
Permits writes of the Characteristic Value without response.