Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dproxy_msg.h57 int bt_mesh_proxy_relay_send(struct bt_conn *conn, struct bt_mesh_adv *adv);
Dproxy_cli.c93 if (bt_mesh_proxy_relay_send(server->role->conn, adv)) { in bt_mesh_proxy_cli_relay()
Dproxy_msg.c242 int bt_mesh_proxy_relay_send(struct bt_conn *conn, struct bt_mesh_adv *adv) in bt_mesh_proxy_relay_send() function
Dproxy_srv.c1114 if (bt_mesh_proxy_relay_send(client->cli->conn, adv)) { in bt_mesh_proxy_relay()