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