Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dproxy_srv.c56 static struct bt_mesh_proxy_client { struct
76 static struct bt_mesh_proxy_client *find_client(struct bt_conn *conn) in find_client() argument
103 static int filter_set(struct bt_mesh_proxy_client *client, in filter_set()
133 static void filter_add(struct bt_mesh_proxy_client *client, uint16_t addr) in filter_add()
157 static void filter_remove(struct bt_mesh_proxy_client *client, uint16_t addr) in filter_remove()
175 static void send_filter_status(struct bt_mesh_proxy_client *client, in send_filter_status()
227 struct bt_mesh_proxy_client *client; in proxy_filter_recv()
317 static int beacon_send(struct bt_mesh_proxy_client *client, in beacon_send()
341 struct bt_mesh_proxy_client *client = cb_data; in send_beacon_cb()
348 struct bt_mesh_proxy_client *client; in proxy_send_beacons()
[all …]
Dproxy_cli.c33 LOG_MODULE_REGISTER(bt_mesh_proxy_client);