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];
59 static void proxy_queue_put(struct bt_mesh_proxy_role *role, struct bt_mesh_adv *adv) in proxy_queue_put()
64 static struct bt_mesh_adv *proxy_queue_get(struct bt_mesh_proxy_role *role) in proxy_queue_get()
79 struct bt_mesh_proxy_role *role; in proxy_sar_timeout()
84 role = CONTAINER_OF(dwork, struct bt_mesh_proxy_role, sar_timer); in proxy_sar_timeout()
104 struct bt_mesh_proxy_role *role = &roles[bt_conn_index(conn)]; in bt_mesh_proxy_msg_recv()
181 struct bt_mesh_proxy_role *role = &roles[bt_conn_index(conn)]; in bt_mesh_proxy_msg_send()
268 struct bt_mesh_proxy_role *role = &roles[bt_conn_index(conn)]; in bt_mesh_proxy_relay_send()
279 struct bt_mesh_proxy_role *role = CONTAINER_OF(work, struct bt_mesh_proxy_role, work); in proxy_msg_send_pending()
299 static void proxy_msg_init(struct bt_mesh_proxy_role *role) in proxy_msg_init()
[all …]
Dpb_gatt_cli.c38 struct bt_mesh_proxy_role *srv;
41 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.c57 struct bt_mesh_proxy_role *cli;
262 static void proxy_cfg(struct bt_mesh_proxy_role *role) in proxy_cfg()
296 static void proxy_msg_recv(struct bt_mesh_proxy_role *role) in proxy_msg_recv()
1026 struct bt_mesh_proxy_role *cli = in bt_mesh_proxy_addr_add()
1027 CONTAINER_OF(buf, struct bt_mesh_proxy_role, buf); in bt_mesh_proxy_addr_add()