Macros

#define READ_POS   (0x00)
 Bit position of read permission. More...
 
#define WRITE_POS   (0x02)
 Bit position of write permission. More...
 
#define INDICATE_POS   (0x04)
 Bit position of indicate bit. More...
 
#define NOTIFY_POS   (0x06)
 Bit position of notify bit. More...
 

Detailed Description

Macro Definition Documentation

◆ INDICATE_POS

#define INDICATE_POS   (0x04)

Bit position of indicate bit.

Used by INDICATE_PERM.

Definition at line 89 of file ble_gatts.h.

◆ NOTIFY_POS

#define NOTIFY_POS   (0x06)

Bit position of notify bit.

Used by NOTIFY_PERM.

Definition at line 90 of file ble_gatts.h.

◆ READ_POS

#define READ_POS   (0x00)

Bit position of read permission.

Used by READ_PERM.

Definition at line 87 of file ble_gatts.h.

◆ WRITE_POS

#define WRITE_POS   (0x02)

Bit position of write permission.

Used by WRITE_CMD_PERM, WRITE_REQ_PERM, WRITE_SIGNED_PERM.

Definition at line 88 of file ble_gatts.h.