nRF Connect SDK API 2.8.99
|
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).
[in] | dm | Discovery Manager instance |
0 | If the operation was successful. Otherwise, a (negative) error code is returned. |