Characteristic Extended Properties

Macros

#define BLE_ATT_EXT_RELIABLE_WRITE   0x0001
 
#define BLE_ATT_EXT_WRITABLE_AUX   0x0002
 
#define BLE_ATT_EXT_RFU   0xFFFC
 

Detailed Description

Macro Definition Documentation

◆ BLE_ATT_EXT_RELIABLE_WRITE

#define BLE_ATT_EXT_RELIABLE_WRITE   0x0001

Characteristic Extended Property: Reliable Write.

Definition at line 82 of file ble_att.h.

◆ BLE_ATT_EXT_RFU

#define BLE_ATT_EXT_RFU   0xFFFC

Characteristic Extended Property: Reserved for Future Use.

Definition at line 84 of file ble_att.h.

◆ BLE_ATT_EXT_WRITABLE_AUX

#define BLE_ATT_EXT_WRITABLE_AUX   0x0002

Characteristic Extended Property: Writable Auxiliaries.

Definition at line 83 of file ble_att.h.