// Return the link parameters for these connection parameters, if the // parameters are coherent, none otherwise.
std::optional<ScoLinkParameters> GetLinkParameters() const;
};
// Negotiate the connection parameters. // Update the local connection parameters with negotiated values. // Return true if the negotiation was successful, false otherwise. bool NegotiateLinkParameters(ScoConnectionParameters const& peer);
// whether we use HCI, spoof the data, or potential future datapaths
ScoDatapath datapath_;
// The handle of the async task managing the SCO stream, used to simulate // offloaded input. None if HCI is used for input packets.
std::optional<TaskId> stream_handle_{};
// Mark connections opened with the HCI command Add SCO Connection. // The connection status is reported with HCI Connection Complete event // rather than HCI Synchronous Connection Complete event. bool legacy_;
};
} // namespace rootcanal
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.12 Sekunden
(vorverarbeitet am 2026-06-27)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.