TI BLE5-Stack API Documentation  9.14.00
Macros
GATT Characteristic Properties Bit Fields

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

Detailed Description

Macro Definition Documentation

§ GATT_PROP_AUTHEN

#define GATT_PROP_AUTHEN   0x40

Permits signed writes to the Characteristic Value.

§ GATT_PROP_BCAST

#define GATT_PROP_BCAST   0x01

Permits broadcasts of the Characteristic Value.

§ GATT_PROP_EXTENDED

#define GATT_PROP_EXTENDED   0x80

Additional characteristic properties are defined in the Characteristic Extended Properties Descriptor.

§ GATT_PROP_INDICATE

#define GATT_PROP_INDICATE   0x20

Permits indications of a Characteristic Value with acknowledgement.

§ GATT_PROP_NOTIFY

#define GATT_PROP_NOTIFY   0x10

Permits notifications of a Characteristic Value without acknowledgement.

§ GATT_PROP_READ

#define GATT_PROP_READ   0x02

Permits reads of the Characteristic Value.

§ GATT_PROP_WRITE

#define GATT_PROP_WRITE   0x08

Permits writes of the Characteristic Value with response.

§ GATT_PROP_WRITE_NO_RSP

#define GATT_PROP_WRITE_NO_RSP   0x04

Permits writes of the Characteristic Value without response.

© Copyright 1995-2025, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale