nRF Connect SDK API 2.8.99
|
#define BT_GATT_POOL_DESC | ( | _gp, | |
_uuid, | |||
_perm, | |||
_read, | |||
_write, | |||
_value ) |
#include <include/bluetooth/gatt_pool.h>
Register an attribute descriptor.
_gp | GATT service object with dynamic attribute allocation. |
_uuid | Descriptor UUID. |
_perm | Descriptor access permissions. |
_read | Descriptor read callback. |
_write | Descriptor write callback. |
_value | Descriptor value. |