Home
last modified time | relevance | path

Searched refs:SynchronousConnectionChangedView (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dhci_metrics_logging.cc603 SynchronousConnectionChangedView::Create(std::move(packet)); in log_link_layer_connection_other_hci_event()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h18076SynchronousConnectionChangedView : public EventView { public:static SynchronousConnectionChangedVi… in CreateOptional()
18078SynchronousConnectionChangedView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_share… in CreateOptional()
18104 explicit SynchronousConnectionChangedView(EventView parent) : EventView(std::move(parent)) { was_va… in CreateOptional() function
45903 …d::unique_ptr<SynchronousConnectionChangedBuilder> FromView(SynchronousConnectionChangedView view)… in Create()
45926 …(std::vector<uint8_t> captured_packet) {SynchronousConnectionChangedView view = SynchronousConnect…
45929 …std::vector<uint8_t>(data, data + size);SynchronousConnectionChangedView view = SynchronousConnect…