nRF5 SDK v17.1.0
Macros
BLE GATT Queue Module configuration

Macros

#define NRF_BLE_GQ_ENABLED
 Enable BLE GATT Queue Module. More...
 
#define NRF_BLE_GQ_DATAPOOL_ELEMENT_SIZE
 Default size of a single element in the pool of memory objects. More...
 
#define NRF_BLE_GQ_DATAPOOL_ELEMENT_COUNT
 Default number of elements in the pool of memory objects. More...
 
#define NRF_BLE_GQ_GATTC_WRITE_MAX_DATA_LEN
 Maximal size of the data inside GATTC write request (in bytes). More...
 
#define NRF_BLE_GQ_GATTS_HVX_MAX_DATA_LEN
 Maximal size of the data inside GATTC notification or indication request (in bytes). More...
 

Detailed Description

Macro Definition Documentation

#define NRF_BLE_GQ_DATAPOOL_ELEMENT_COUNT

Default number of elements in the pool of memory objects.

Note
This is an NRF_CONFIG macro.
#define NRF_BLE_GQ_DATAPOOL_ELEMENT_SIZE

Default size of a single element in the pool of memory objects.

Note
This is an NRF_CONFIG macro.
#define NRF_BLE_GQ_ENABLED

Enable BLE GATT Queue Module.

Set to 1 to activate.

Note
This is an NRF_CONFIG macro.
#define NRF_BLE_GQ_GATTC_WRITE_MAX_DATA_LEN

Maximal size of the data inside GATTC write request (in bytes).

Note
This is an NRF_CONFIG macro.
#define NRF_BLE_GQ_GATTS_HVX_MAX_DATA_LEN

Maximal size of the data inside GATTC notification or indication request (in bytes).

Note
This is an NRF_CONFIG macro.

Documentation feedback | Developer Zone | Subscribe | Updated