dragoon  4383
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
GATT Value Locations

Macros

#define BLE_GATTS_VLOC_INVALID   0x00
 
#define BLE_GATTS_VLOC_STACK   0x01
 
#define BLE_GATTS_VLOC_USER   0x02
 

Detailed Description

Macro Definition Documentation

#define BLE_GATTS_VLOC_INVALID   0x00

Invalid Location.

Definition at line 159 of file ble_gatts.h.

#define BLE_GATTS_VLOC_STACK   0x01

Attribute Value is located in stack memory, no user memory is required.

Definition at line 160 of file ble_gatts.h.

#define BLE_GATTS_VLOC_USER   0x02

Attribute Value is located in user memory. This requires the user to maintain a valid buffer through the lifetime of the attribute, since the stack will read and write directly to the memory using the pointer provided in the APIs. There are no alignment requirements for the buffer.

Definition at line 161 of file ble_gatts.h.