Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dlpn.c70 static void (*lpn_cb)(uint16_t friend_addr, bool established); variable
231 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()