nRF Connect SDK API 2.8.99
|
const struct bt_gatt_dm_attr * bt_gatt_dm_char_by_uuid | ( | const struct bt_gatt_dm * | dm, |
const struct bt_uuid * | uuid ) |
#include <include/bluetooth/gatt_dm.h>
Get the characteristic by its UUID.
Function finds characteristic attribute by the UUID stored in its characteristic value. If the selected characteristic is not found in parsed service it returns NULL.
[in] | dm | Discovery instance |
[in] | uuid | The UUID of the characteristic |