Searched refs:hb_rx (Results 1 – 1 of 1) sorted by relevance
1557 } hb_rx; variable1561 memset(&hb_rx, 0, sizeof(hb_rx)); in bt_mesh_provisioner_recv_heartbeat()1564 hb_rx.type = HEARTBEAT_FILTER_REJECTLIST; in bt_mesh_provisioner_recv_heartbeat()1565 hb_rx.cb = cb; in bt_mesh_provisioner_recv_heartbeat()1580 if (hb_rx.type != type) { in bt_mesh_provisioner_set_heartbeat_filter_type()1581 memset(&hb_rx, 0, offsetof(struct heartbeat_recv, cb)); in bt_mesh_provisioner_set_heartbeat_filter_type()1582 hb_rx.type = type; in bt_mesh_provisioner_set_heartbeat_filter_type()1592 for (i = 0; i < ARRAY_SIZE(hb_rx.filter); i++) { in hb_filter_alloc()1593 struct heartbeat_filter *filter = &hb_rx.filter[i]; in hb_filter_alloc()1618 for (i = 0; i < ARRAY_SIZE(hb_rx.filter); i++) { in hb_filter_add()[all …]