Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dproxy_client.c38 static struct bt_mesh_proxy_server { struct
55 static struct bt_mesh_proxy_server *find_server(struct bt_mesh_conn *conn) in find_server() argument
70 struct bt_mesh_proxy_server *server = NULL; in proxy_sar_timeout()
74 server = CONTAINER_OF(work, struct bt_mesh_proxy_server, sar_timer.work); in proxy_sar_timeout()
114 static void filter_status(struct bt_mesh_proxy_server *server, in filter_status()
143 static void proxy_cfg(struct bt_mesh_proxy_server *server) in proxy_cfg()
198 static void proxy_complete_pdu(struct bt_mesh_proxy_server *server) in proxy_complete_pdu()
235 struct bt_mesh_proxy_server *server = find_server(conn); in proxy_recv()
380 struct bt_mesh_proxy_server *server = find_server(conn); in bt_mesh_proxy_client_send()
397 struct bt_mesh_proxy_server *server = NULL; in proxy_connected()
[all …]