Searched refs:AuthenticationRequestedView (Results 1 – 4 of 4) sorted by relevance
853 AuthenticationRequestedView authentication_requested_view = in log_classic_pairing_command_status()854 AuthenticationRequestedView::Create(std::move(connection_management_command_view)); in log_classic_pairing_command_status()
813 auto command_view = AuthenticationRequestedView::Create(packet); in TEST_F()
139 GET_CONNECTION(AuthenticationRequestedView::Create(command_view)); in ConnectionCommand()
3792 …AuthenticationRequestedView : public ConnectionManagementCommandView { public:static Authenticatio… in CreateOptional()3794 …AuthenticationRequestedView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std… in CreateOptional()3810 explicit AuthenticationRequestedView(ConnectionManagementCommandView parent) : ConnectionManagement… in CreateOptional() function22786 static std::unique_ptr<AuthenticationRequestedBuilder> FromView(AuthenticationRequestedView view) {… in Create()22809 …Bytes(std::vector<uint8_t> captured_packet) {AuthenticationRequestedView view = AuthenticationRequ…22812 …ec = std::vector<uint8_t>(data, data + size);AuthenticationRequestedView view = AuthenticationRequ…