Macros

#define BLE_GATTS_READ_POS   (0x00)
 
#define BLE_GATTS_WRITE_POS   (0x02)
 
#define BLE_GATTS_INDICATE_POS   (0x04)
 
#define BLE_GATTS_NOTIFY_POS   (0x06)
 

Detailed Description

Macro Definition Documentation

◆ BLE_GATTS_INDICATE_POS

#define BLE_GATTS_INDICATE_POS   (0x04)

Bit position of indicate bit. Used by BLE_GATTS_INDICATE_PERM.

Definition at line 89 of file ble_gatts.h.

◆ BLE_GATTS_NOTIFY_POS

#define BLE_GATTS_NOTIFY_POS   (0x06)

Bit position of notify bit. Used by BLE_GATTS_NOTIFY_PERM.

Definition at line 90 of file ble_gatts.h.

◆ BLE_GATTS_READ_POS

#define BLE_GATTS_READ_POS   (0x00)

Bit position of read permission. Used by BLE_GATTS_READ_PERM.

Definition at line 87 of file ble_gatts.h.

◆ BLE_GATTS_WRITE_POS

#define BLE_GATTS_WRITE_POS   (0x02)

Bit position of write permission. Used by BLE_GATTS_WRITE_CMD_PERM, BLE_GATTS_WRITE_REQ_PERM, BLE_GATTS_WRITE_SIGNED_PERM.

Definition at line 88 of file ble_gatts.h.