Searched refs:SynchronousConnectionChangedView (Results 1 – 2 of 2) sorted by relevance
603 SynchronousConnectionChangedView::Create(std::move(packet)); in log_link_layer_connection_other_hci_event()
18076 …SynchronousConnectionChangedView : public EventView { public:static SynchronousConnectionChangedVi… in CreateOptional()18078 …SynchronousConnectionChangedView 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() function45903 …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…