Searched refs:beacon_send (Results 1 – 3 of 3) sorted by relevance
307 static void beacon_send(struct k_work *work) in beacon_send() function469 k_delayed_work_init(&beacon_timer, beacon_send); in bt_mesh_beacon_init()
373 static int beacon_send(struct bt_mesh_conn *conn, struct bt_mesh_subnet *sub) in beacon_send() function394 beacon_send(client->conn, sub); in proxy_send_beacons()416 beacon_send(clients[i].conn, sub); in bt_mesh_proxy_server_beacon_send()
777 static int beacon_send(struct bt_mesh_conn *conn, struct bt_mesh_subnet *sub) in beacon_send() function820 err = beacon_send(servers[i].conn, sub); in bt_mesh_proxy_client_beacon_send()