nRF Connect SDK API 2.8.99
Loading...
Searching...
No Matches

◆ BT_GATT_POOL_DEF

#define BT_GATT_POOL_DEF ( _name,
_attr_array_size )

#include <include/bluetooth/gatt_pool.h>

Value:
const static struct bt_gatt_pool _name = \
BT_GATT_POOL_INIT(_attr_array_size)
The GATT service object that uses dynamic attribute allocation.
Definition gatt_pool.h:128

Define a new GATT attribute pool.

This macro creates a new attribute pool.

Parameters
_nameName of the pool created.
_attr_array_sizeSize of the attribute array.