Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dproxy_server.c71 static void proxy_send_beacons(struct k_work *work);
383 static void proxy_send_beacons(struct k_work *work) in proxy_send_beacons() function
1464 k_work_init(&client->send_beacons, proxy_send_beacons); in bt_mesh_proxy_server_init()