nRF Connect SDK API 2.8.99
|
int bt_gatt_pool_chrc_alloc | ( | struct bt_gatt_pool * | gp, |
uint8_t | props, | ||
struct bt_gatt_attr const * | attr ) |
#include <include/bluetooth/gatt_pool.h>
Take a characteristic descriptor from the pool.
gp | GATT service object with dynamic attribute allocation. |
props | Properties of the characteristic. |
attr | Characteristic value attribute. |