Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dproxy_msg.h58 struct bt_mesh_proxy_role *bt_mesh_proxy_role_setup(struct bt_conn *conn,
Dpb_gatt_cli.c55 server.srv = bt_mesh_proxy_role_setup(conn, bt_mesh_gatt_send, in pb_gatt_connected()
Dpb_gatt_srv.c100 cli = bt_mesh_proxy_role_setup(conn, gatt_send, proxy_msg_recv); in gatt_connected()
Dproxy_cli.c128 srv->role = bt_mesh_proxy_role_setup(conn, bt_mesh_gatt_send, in proxy_connected()
Dproxy_msg.c298 struct bt_mesh_proxy_role *bt_mesh_proxy_role_setup(struct bt_conn *conn, in bt_mesh_proxy_role_setup() function
Dproxy_srv.c1150 client->cli = bt_mesh_proxy_role_setup(conn, proxy_send, in gatt_connected()