Searched refs:bt_mesh_proxy_role_setup (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | proxy_msg.h | 58 struct bt_mesh_proxy_role *bt_mesh_proxy_role_setup(struct bt_conn *conn,
|
D | pb_gatt_cli.c | 55 server.srv = bt_mesh_proxy_role_setup(conn, bt_mesh_gatt_send, in pb_gatt_connected()
|
D | pb_gatt_srv.c | 100 cli = bt_mesh_proxy_role_setup(conn, gatt_send, proxy_msg_recv); in gatt_connected()
|
D | proxy_cli.c | 128 srv->role = bt_mesh_proxy_role_setup(conn, bt_mesh_gatt_send, in proxy_connected()
|
D | proxy_msg.c | 298 struct bt_mesh_proxy_role *bt_mesh_proxy_role_setup(struct bt_conn *conn, in bt_mesh_proxy_role_setup() function
|
D | proxy_srv.c | 1150 client->cli = bt_mesh_proxy_role_setup(conn, proxy_send, in gatt_connected()
|