Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dproxy_client.h98 bool bt_mesh_proxy_client_beacon_send(struct bt_mesh_subnet *sub);
Dproxy_client.c787 bool bt_mesh_proxy_client_beacon_send(struct bt_mesh_subnet *sub) in bt_mesh_proxy_client_beacon_send() function
799 send = bt_mesh_proxy_client_beacon_send(&bt_mesh.sub[i]); in bt_mesh_proxy_client_beacon_send()
809 send = bt_mesh_proxy_client_beacon_send(bt_mesh.p_sub[i]); in bt_mesh_proxy_client_beacon_send()
Dbeacon.c174 if (bt_mesh_proxy_client_beacon_send(sub)) { in secure_beacon_send()