nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ bt_gatt_dm_continue()

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.

Parameters
[in,out]dmDiscovery Manager instance.
[in]contextContext argument to be passed to callback functions.
Return values
0If the operation was successful. Otherwise, a (negative) error code is returned.