Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dproxy_srv.c54 static void proxy_send_beacons(struct k_work *work);
73 .send_beacons = Z_WORK_INITIALIZER(proxy_send_beacons),
349 static void proxy_send_beacons(struct k_work *work) in proxy_send_beacons() function