nRF Connect SDK Bare Metal API 2.0.99
Loading...
Searching...
No Matches

◆ BLE_GQ_DEF

#define BLE_GQ_DEF ( _name)

#include <ble_gq.h>

Value:
BLE_GQ_CUSTOM_DEF(_name, CONFIG_BLE_GQ_MAX_CONNECTIONS, CONFIG_BLE_GQ_HEAP_SIZE, \
(CONFIG_BLE_GQ_MAX_CONNECTIONS * CONFIG_BLE_GQ_QUEUE_SIZE))
#define BLE_GQ_CUSTOM_DEF(_name, _max_conns, _heap_size, _max_req_blocks)
Macro for defining a Bluetooth LE GATT queue instance.
Definition ble_gq.h:54

Macro for defining a Bluetooth LE GATT queue instance with default parameters from Kconfig.

Parameters
_nameName of the instance.