Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dproxy_msg.h28 struct bt_mesh_proxy_role;
34 typedef void (*proxy_recv_cb_t)(struct bt_mesh_proxy_role *role);
36 struct bt_mesh_proxy_role { struct
58 struct bt_mesh_proxy_role *bt_mesh_proxy_role_setup(struct bt_conn *conn, argument
61 void bt_mesh_proxy_role_cleanup(struct bt_mesh_proxy_role *role);
Dproxy_msg.c55 static struct bt_mesh_proxy_role roles[CONFIG_BT_MAX_CONN];
61 struct bt_mesh_proxy_role *role; in proxy_sar_timeout()
66 role = CONTAINER_OF(dwork, struct bt_mesh_proxy_role, sar_timer); in proxy_sar_timeout()
86 struct bt_mesh_proxy_role *role = &roles[bt_conn_index(conn)]; in bt_mesh_proxy_msg_recv()
162 struct bt_mesh_proxy_role *role = &roles[bt_conn_index(conn)]; in bt_mesh_proxy_msg_send()
244 struct bt_mesh_proxy_role *role = &roles[bt_conn_index(conn)]; in bt_mesh_proxy_relay_send()
255 struct bt_mesh_proxy_role *role = CONTAINER_OF(work, struct bt_mesh_proxy_role, work); in proxy_msg_send_pending()
275 static void proxy_msg_init(struct bt_mesh_proxy_role *role) in proxy_msg_init()
298 struct bt_mesh_proxy_role *bt_mesh_proxy_role_setup(struct bt_conn *conn, in bt_mesh_proxy_role_setup()
302 struct bt_mesh_proxy_role *role; in bt_mesh_proxy_role_setup()
[all …]
Dpb_gatt_cli.c37 struct bt_mesh_proxy_role *srv;
40 static void pb_gatt_msg_recv(struct bt_mesh_proxy_role *role) in pb_gatt_msg_recv()
Dpb_gatt_srv.c48 static struct bt_mesh_proxy_role *cli;
51 static void proxy_msg_recv(struct bt_mesh_proxy_role *role) in proxy_msg_recv()
Dproxy_cli.c36 struct bt_mesh_proxy_role *role;
103 static void proxy_msg_recv(struct bt_mesh_proxy_role *role) in proxy_msg_recv()
Dproxy_srv.c60 struct bt_mesh_proxy_role *cli;
265 static void proxy_cfg(struct bt_mesh_proxy_role *role) in proxy_cfg()
299 static void proxy_msg_recv(struct bt_mesh_proxy_role *role) in proxy_msg_recv()
1050 struct bt_mesh_proxy_role *cli = in bt_mesh_proxy_addr_add()
1051 CONTAINER_OF(buf, struct bt_mesh_proxy_role, buf); in bt_mesh_proxy_addr_add()