Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dbeacon.c307 static void beacon_send(struct k_work *work) in beacon_send() function
469 k_delayed_work_init(&beacon_timer, beacon_send); in bt_mesh_beacon_init()
Dproxy_server.c373 static int beacon_send(struct bt_mesh_conn *conn, struct bt_mesh_subnet *sub) in beacon_send() function
394 beacon_send(client->conn, sub); in proxy_send_beacons()
416 beacon_send(clients[i].conn, sub); in bt_mesh_proxy_server_beacon_send()
Dproxy_client.c777 static int beacon_send(struct bt_mesh_conn *conn, struct bt_mesh_subnet *sub) in beacon_send() function
820 err = beacon_send(servers[i].conn, sub); in bt_mesh_proxy_client_beacon_send()