nRF Connect SDK API 2.8.99
|
int bt_ancs_handles_assign | ( | struct bt_gatt_dm * | dm, |
struct bt_ancs_client * | ancs_c ) |
#include <include/bluetooth/services/ancs_client.h>
Function for assigning handles to ANCS client instance.
Call this function when a link has been established with a peer to associate the link to this instance of the module. This makes it possible to handle several links and associate each link to a particular instance of this module.
[in] | dm | Discovery object. |
[in,out] | ancs_c | ANCS client instance for associating the link. |
0 | If the operation is successful. Otherwise, a (negative) error code is returned. |