Searched refs:bt_mesh_proxy_role (Results 1 – 6 of 6) sorted by relevance
28 struct bt_mesh_proxy_role;34 typedef void (*proxy_recv_cb_t)(struct bt_mesh_proxy_role *role);36 struct bt_mesh_proxy_role { struct58 struct bt_mesh_proxy_role *bt_mesh_proxy_role_setup(struct bt_conn *conn, argument61 void bt_mesh_proxy_role_cleanup(struct bt_mesh_proxy_role *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()[all …]
37 struct bt_mesh_proxy_role *srv;40 static void pb_gatt_msg_recv(struct bt_mesh_proxy_role *role) in pb_gatt_msg_recv()
48 static struct bt_mesh_proxy_role *cli;51 static void proxy_msg_recv(struct bt_mesh_proxy_role *role) in proxy_msg_recv()
36 struct bt_mesh_proxy_role *role;103 static void proxy_msg_recv(struct bt_mesh_proxy_role *role) in proxy_msg_recv()
60 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()