dragoon  4383
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
GATT Server Operations

Macros

#define BLE_GATTS_OP_INVALID   0x00
 
#define BLE_GATTS_OP_WRITE_REQ   0x01
 
#define BLE_GATTS_OP_WRITE_CMD   0x02
 
#define BLE_GATTS_OP_SIGN_WRITE_CMD   0x03
 
#define BLE_GATTS_OP_PREP_WRITE_REQ   0x04
 
#define BLE_GATTS_OP_EXEC_WRITE_REQ_CANCEL   0x05
 
#define BLE_GATTS_OP_EXEC_WRITE_REQ_NOW   0x06
 

Detailed Description

Macro Definition Documentation

#define BLE_GATTS_OP_EXEC_WRITE_REQ_CANCEL   0x05

Execute Write Request: Cancel all prepared writes.

Definition at line 153 of file ble_gatts.h.

#define BLE_GATTS_OP_EXEC_WRITE_REQ_NOW   0x06

Execute Write Request: Immediately execute all prepared writes.

Definition at line 154 of file ble_gatts.h.

#define BLE_GATTS_OP_INVALID   0x00

Invalid Operation.

Definition at line 148 of file ble_gatts.h.

#define BLE_GATTS_OP_PREP_WRITE_REQ   0x04

Prepare Write Request.

Definition at line 152 of file ble_gatts.h.

#define BLE_GATTS_OP_SIGN_WRITE_CMD   0x03

Signed Write Command.

Definition at line 151 of file ble_gatts.h.

#define BLE_GATTS_OP_WRITE_CMD   0x02

Write Command.

Definition at line 150 of file ble_gatts.h.

#define BLE_GATTS_OP_WRITE_REQ   0x01

Write Request.

Definition at line 149 of file ble_gatts.h.