Characteristic Properties

Macros

#define BLE_ATT_CHAR_PROP_BCAST   0x01
 
#define BLE_ATT_CHAR_PROP_RD   0x02
 
#define BLE_ATT_CHAR_PROP_WR_NO_RESP   0x04
 
#define BLE_ATT_CHAR_PROP_WR   0x08
 
#define BLE_ATT_CHAR_PROP_NTF   0x10
 
#define BLE_ATT_CHAR_PROP_IND   0x20
 
#define BLE_ATT_CHAR_PROP_AUTH   0x40
 
#define BLE_ATT_CHAR_PROP_EXT_PROP   0x80
 

Detailed Description

Macro Definition Documentation

◆ BLE_ATT_CHAR_PROP_AUTH

#define BLE_ATT_CHAR_PROP_AUTH   0x40

Characteristic Property: Authenticated Signed Writes.

◆ BLE_ATT_CHAR_PROP_BCAST

#define BLE_ATT_CHAR_PROP_BCAST   0x01

Characteristic Property: Broadcast.

◆ BLE_ATT_CHAR_PROP_EXT_PROP

#define BLE_ATT_CHAR_PROP_EXT_PROP   0x80

Characteristic Property: Extended Properties.

◆ BLE_ATT_CHAR_PROP_IND

#define BLE_ATT_CHAR_PROP_IND   0x20

Characteristic Property: Indicate.

◆ BLE_ATT_CHAR_PROP_NTF

#define BLE_ATT_CHAR_PROP_NTF   0x10

Characteristic Property: Notify.

◆ BLE_ATT_CHAR_PROP_RD

#define BLE_ATT_CHAR_PROP_RD   0x02

Characteristic Property: Read.

◆ BLE_ATT_CHAR_PROP_WR

#define BLE_ATT_CHAR_PROP_WR   0x08

Characteristic Property: Write.

◆ BLE_ATT_CHAR_PROP_WR_NO_RESP

#define BLE_ATT_CHAR_PROP_WR_NO_RESP   0x04

Characteristic Property: Write Without Response.