nRF Connect SDK API 2.8.99
|
const struct bt_gatt_dm_attr * bt_gatt_dm_desc_by_uuid | ( | const struct bt_gatt_dm * | dm, |
const struct bt_gatt_dm_attr * | attr_chrc, | ||
const struct bt_uuid * | uuid ) |
#include <include/bluetooth/gatt_dm.h>
Search the descriptor by UUID.
Function searches for the descriptor with given UUID inside given characteristic.
[in] | dm | Discovery Manager instance. |
[in] | attr_chrc | The characteristic attribute where to search |
[in] | uuid | The UUID of the searched descriptor. |