TI BLE-Stack for Bluetooth 4.2 API Documentation  3.01.00.07
Macros
GATT Characteristic Properties Bit Fields

Macros

#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.
 

Detailed Description

Copyright 2017, Texas Instruments Incorporated