Searched refs:lpn_cb (Results 1 – 2 of 2) sorted by relevance
73 static void (*lpn_cb)(u16_t friend_addr, bool established); variable230 if (lpn_cb && lpn->frnd != BT_MESH_ADDR_UNASSIGNED) { in clear_friendship()231 lpn_cb(lpn->frnd, false); in clear_friendship()967 if (lpn_cb) { in bt_mesh_lpn_friend_update()968 lpn_cb(lpn->frnd, true); in bt_mesh_lpn_friend_update()1026 lpn_cb = cb; in bt_mesh_lpn_set_cb()
883 static void lpn_cb(u16_t friend_addr, bool established) in lpn_cb() function942 bt_mesh_lpn_set_cb(lpn_cb); in cmd_init()
Completed in 10 milliseconds