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.

Definition at line 76 of file ble_att.h.

◆ BLE_ATT_CHAR_PROP_BCAST

#define BLE_ATT_CHAR_PROP_BCAST   0x01

Characteristic Property: Broadcast.

Definition at line 70 of file ble_att.h.

◆ BLE_ATT_CHAR_PROP_EXT_PROP

#define BLE_ATT_CHAR_PROP_EXT_PROP   0x80

Characteristic Property: Extended Properties.

Definition at line 77 of file ble_att.h.

◆ BLE_ATT_CHAR_PROP_IND

#define BLE_ATT_CHAR_PROP_IND   0x20

Characteristic Property: Indicate.

Definition at line 75 of file ble_att.h.

◆ BLE_ATT_CHAR_PROP_NTF

#define BLE_ATT_CHAR_PROP_NTF   0x10

Characteristic Property: Notify.

Definition at line 74 of file ble_att.h.

◆ BLE_ATT_CHAR_PROP_RD

#define BLE_ATT_CHAR_PROP_RD   0x02

Characteristic Property: Read.

Definition at line 71 of file ble_att.h.

◆ BLE_ATT_CHAR_PROP_WR

#define BLE_ATT_CHAR_PROP_WR   0x08

Characteristic Property: Write.

Definition at line 73 of file ble_att.h.

◆ BLE_ATT_CHAR_PROP_WR_NO_RESP

#define BLE_ATT_CHAR_PROP_WR_NO_RESP   0x04

Characteristic Property: Write Without Response.

Definition at line 72 of file ble_att.h.