Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_main.h616 void bt_mesh_lpn_set_cb(void (*cb)(uint16_t friend_addr, bool established));
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dlpn.c1059 void bt_mesh_lpn_set_cb(void (*cb)(uint16_t friend_addr, bool established)) in bt_mesh_lpn_set_cb() function
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c1821 bt_mesh_lpn_set_cb(btc_ble_mesh_lpn_cb); in btc_ble_mesh_prov_call_handler()