nRF Connect SDK API 2.8.99
|
int bt_gatt_dm_continue | ( | struct bt_gatt_dm * | dm, |
void * | context ) |
#include <include/bluetooth/gatt_dm.h>
Continue service discovery.
This function continues service discovery. Call it after the previous data was released by bt_gatt_dm_data_release.
[in,out] | dm | Discovery Manager instance. |
[in] | context | Context argument to be passed to callback functions. |
0 | If the operation was successful. Otherwise, a (negative) error code is returned. |