![]() |
nRF Connect SDK API 3.3.99
|
| const struct bt_gatt_dm_attr * bt_gatt_dm_char_next | ( | const struct bt_gatt_dm * | dm, |
| const struct bt_gatt_dm_attr * | prev ) |
#include <include/bluetooth/gatt_dm.h>
Get next characteristic.
| [in] | dm | Discovery Manager instance. |
| [in] | prev | An attribute where start to search. If NULL - the first characteristic in the service would be found. Note: It can be the previous characteristic attribute or the last descriptor inside the previous attribute. Function would start searching for the next characteristic from that point. |