Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/tests/bsim/bluetooth/mesh/src/
Dtest_proxy_sol.c300 TEST_CASE(iut, beacon_send, "Respond with beacon after solicitation"),
/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/
Dproxy_srv.c320 static int beacon_send(struct bt_mesh_proxy_client *client, in beacon_send() function
346 return beacon_send(client, sub) != 0; in send_beacon_cb()
370 beacon_send(&clients[i], sub); in bt_mesh_proxy_beacon_send()
Dbeacon.c492 static void beacon_send(struct k_work *work) in beacon_send() function
783 k_work_init_delayable(&beacon_timer, beacon_send); in bt_mesh_beacon_init()