nRF51 SDK
 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
 

Detailed Description

Macro Definition Documentation

#define BLE_GATTS_OP_INVALID   0x00

Invalid Operation.

#define BLE_GATTS_OP_WRITE_REQ   0x01

Write Request.

#define BLE_GATTS_OP_WRITE_CMD   0x02

Write Command.

#define BLE_GATTS_OP_SIGN_WRITE_CMD   0x03

Signed Write Command.