Home
last modified time | relevance | path

Searched refs:lpn_cb (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dlpn.c73 static void (*lpn_cb)(u16_t friend_addr, bool established); variable
230 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()
/AliOS-Things-master/components/ble_mesh/bt_shell/bt_mesh/
A Dshell.c883 static void lpn_cb(u16_t friend_addr, bool established) in lpn_cb() function
942 bt_mesh_lpn_set_cb(lpn_cb); in cmd_init()

Completed in 10 milliseconds