Searched refs:AuthenticationCompleteView (Results 1 – 3 of 3) sorted by relevance
468 AuthenticationCompleteView authentication_complete = AuthenticationCompleteView::Create(packet); in on_authentication_complete()
773 AuthenticationCompleteView authentication_complete_view = in log_classic_pairing_other_hci_event()774 AuthenticationCompleteView::Create(std::move(packet)); in log_classic_pairing_other_hci_event()
17386 …AuthenticationCompleteView : public EventView { public:static AuthenticationCompleteView Create(Ev… in CreateOptional()17388 …AuthenticationCompleteView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std:… in CreateOptional()17406 explicit AuthenticationCompleteView(EventView parent) : EventView(std::move(parent)) { was_validate… in CreateOptional() function44879 static std::unique_ptr<AuthenticationCompleteBuilder> FromView(AuthenticationCompleteView view) {if… in Create()44902 …eBytes(std::vector<uint8_t> captured_packet) {AuthenticationCompleteView view = AuthenticationComp…44905 …vec = std::vector<uint8_t>(data, data + size);AuthenticationCompleteView view = AuthenticationComp…