Searched refs:SynchronousConnectionCompleteView (Results 1 – 2 of 2) sorted by relevance
592 SynchronousConnectionCompleteView::Create(std::move(packet)); in log_link_layer_connection_other_hci_event()
18039 …SynchronousConnectionCompleteView : public EventView { public:static SynchronousConnectionComplete… in CreateOptional()18041 …SynchronousConnectionCompleteView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shar… in CreateOptional()18073 explicit SynchronousConnectionCompleteView(EventView parent) : EventView(std::move(parent)) { was_v… in CreateOptional() function45864 …::unique_ptr<SynchronousConnectionCompleteBuilder> FromView(SynchronousConnectionCompleteView view… in Create()45887 …std::vector<uint8_t> captured_packet) {SynchronousConnectionCompleteView view = SynchronousConnect…45892 …td::vector<uint8_t>(data, data + size);SynchronousConnectionCompleteView view = SynchronousConnect…