Searched defs:CsTracker (Results 1 – 1 of 1) sorted by relevance
173 struct CsTracker { struct174 CsTrackerState state = CsTrackerState::STOPPED;175 Address address;176 hci::Role local_hci_role = hci::Role::CENTRAL;177 uint16_t procedure_counter = 0;178 CsRole role = CsRole::INITIATOR;179 bool local_start = false; // If the CS was started by the local device.181 bool measurement_ongoing = false;182 bool ras_connected = false;183 bool setup_complete = false;[all …]