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

◆ bt_gatt_dm_data_release()

int bt_gatt_dm_data_release ( struct bt_gatt_dm *  dm)

#include <include/bluetooth/gatt_dm.h>

Release data associated with service discovery.

After calling this function, you cannot rely on the discovery data that was passed with the discovery completed callback (see bt_gatt_dm_cb).

Parameters
[in]dmDiscovery Manager instance
Return values
0If the operation was successful. Otherwise, a (negative) error code is returned.