Searched refs:lpn_cb (Results 1 – 1 of 1) sorted by relevance
70 static void (*lpn_cb)(uint16_t friend_addr, bool established); variable231 if (lpn_cb && lpn->frnd != BLE_MESH_ADDR_UNASSIGNED) { in clear_friendship()232 lpn_cb(lpn->frnd, false); in clear_friendship()1004 if (lpn_cb) { in bt_mesh_lpn_friend_update()1005 lpn_cb(lpn->frnd, true); in bt_mesh_lpn_friend_update()1061 lpn_cb = cb; in bt_mesh_lpn_set_cb()