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

◆ bt_gattp_handles_assign()

int bt_gattp_handles_assign ( struct bt_gatt_dm *  dm,
struct bt_gattp gattp 
)

#include <include/bluetooth/services/gattp.h>

Assign handles to the GATT profile 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.

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