nRF Connect SDK API 0.1.0
|
const struct bt_gatt_dm_attr * bt_gatt_dm_attr_by_handle | ( | const struct bt_gatt_dm * | dm, |
uint16_t | handle | ||
) |
#include <include/bluetooth/gatt_dm.h>
Get attribute by handle.
Function returns any type of the attribute using its handle.
[in] | dm | Discovery Manager instance. |
[in] | handle | The handle to find |