Lines Matching refs:bt_mesh_proxy_role
55 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()
317 void bt_mesh_proxy_role_cleanup(struct bt_mesh_proxy_role *role) in bt_mesh_proxy_role_cleanup()