Lines Matching refs:Create

33       CommandCompleteView complete_view = CommandCompleteView::Create(event_view);  in log_hci_event()
44 CommandStatusView response_view = CommandStatusView::Create(event_view); in log_hci_event()
55 LeMetaEventView le_meta_event_view = LeMetaEventView::Create(event_view); in log_hci_event()
81 ConnectionManagementCommandView::Create(AclCommandView::Create(*command_view)); in log_link_layer_connection_command_status()
85 …auto create_connection_view = CreateConnectionView::Create(std::move(connection_management_command… in log_link_layer_connection_command_status()
94 CreateConnectionCancelView::Create(std::move(connection_management_command_view)); in log_link_layer_connection_command_status()
102 auto disconnect_view = DisconnectView::Create(std::move(connection_management_command_view)); in log_link_layer_connection_command_status()
109 auto setup_synchronous_connection_view = SetupSynchronousConnectionView::Create( in log_link_layer_connection_command_status()
110 ScoConnectionCommandView::Create(std::move(connection_management_command_view))); in log_link_layer_connection_command_status()
117 … auto enhanced_setup_synchronous_connection_view = EnhancedSetupSynchronousConnectionView::Create( in log_link_layer_connection_command_status()
118 ScoConnectionCommandView::Create(std::move(connection_management_command_view))); in log_link_layer_connection_command_status()
126 AcceptConnectionRequestView::Create(std::move(connection_management_command_view)); in log_link_layer_connection_command_status()
133 auto accept_synchronous_connection_view = AcceptSynchronousConnectionView::Create( in log_link_layer_connection_command_status()
134 ScoConnectionCommandView::Create(std::move(connection_management_command_view))); in log_link_layer_connection_command_status()
141 …auto enhanced_accept_synchronous_connection_view = EnhancedAcceptSynchronousConnectionView::Create( in log_link_layer_connection_command_status()
142 ScoConnectionCommandView::Create(std::move(connection_management_command_view))); in log_link_layer_connection_command_status()
150 RejectConnectionRequestView::Create(std::move(connection_management_command_view)); in log_link_layer_connection_command_status()
158 auto reject_synchronous_connection_view = RejectSynchronousConnectionView::Create( in log_link_layer_connection_command_status()
159 ScoConnectionCommandView::Create(std::move(connection_management_command_view))); in log_link_layer_connection_command_status()
167 auto le_create_connection_view = LeCreateConnectionView::Create( in log_link_layer_connection_command_status()
168 LeConnectionManagementCommandView::Create(std::move(connection_management_command_view))); in log_link_layer_connection_command_status()
180 auto le_extended_create_connection_view = LeExtendedCreateConnectionView::Create( in log_link_layer_connection_command_status()
181 LeConnectionManagementCommandView::Create(std::move(connection_management_command_view))); in log_link_layer_connection_command_status()
194 auto le_create_connection_cancel_view = LeCreateConnectionCancelView::Create( in log_link_layer_connection_command_status()
195 LeConnectionManagementCommandView::Create(std::move(connection_management_command_view))); in log_link_layer_connection_command_status()
205 auto le_clear_connect_list_view = LeClearConnectListView::Create( in log_link_layer_connection_command_status()
206 LeConnectionManagementCommandView::Create(std::move(connection_management_command_view))); in log_link_layer_connection_command_status()
213 auto le_add_device_to_connect_list_view = LeAddDeviceToConnectListView::Create( in log_link_layer_connection_command_status()
214 LeConnectionManagementCommandView::Create(std::move(connection_management_command_view))); in log_link_layer_connection_command_status()
222 auto le_remove_device_from_connect_list_view = LeRemoveDeviceFromConnectListView::Create( in log_link_layer_connection_command_status()
223 LeConnectionManagementCommandView::Create(std::move(connection_management_command_view))); in log_link_layer_connection_command_status()
246 CommandCompleteView command_complete_view = CommandCompleteView::Create(std::move(event_view)); in log_link_layer_connection_command_complete()
262 ConnectionManagementCommandView::Create(AclCommandView::Create(*command_view)); in log_link_layer_connection_command_complete()
267 auto le_clear_connect_list_view = LeClearConnectListView::Create( in log_link_layer_connection_command_complete()
268 LeConnectionManagementCommandView::Create(std::move(connection_management_command_view))); in log_link_layer_connection_command_complete()
275 auto le_add_device_to_connect_list_view = LeAddDeviceToConnectListView::Create( in log_link_layer_connection_command_complete()
276 LeConnectionManagementCommandView::Create(std::move(connection_management_command_view))); in log_link_layer_connection_command_complete()
284 auto le_remove_device_from_connect_list_view = LeRemoveDeviceFromConnectListView::Create( in log_link_layer_connection_command_complete()
285 LeConnectionManagementCommandView::Create(std::move(connection_management_command_view))); in log_link_layer_connection_command_complete()
294 CreateConnectionCancelCompleteView::Create(std::move(command_complete_view)); in log_link_layer_connection_command_complete()
304 LeCreateConnectionCancelCompleteView::Create(std::move(command_complete_view)); in log_link_layer_connection_command_complete()
337 auto connection_complete_view = ConnectionCompleteView::Create(std::move(packet)); in log_link_layer_connection_other_hci_event()
349 auto connection_request_view = ConnectionRequestView::Create(std::move(packet)); in log_link_layer_connection_other_hci_event()
357 auto disconnection_complete_view = DisconnectionCompleteView::Create(std::move(packet)); in log_link_layer_connection_other_hci_event()
365 …auto synchronous_connection_complete_view = SynchronousConnectionCompleteView::Create(std::move(pa… in log_link_layer_connection_other_hci_event()
374 …auto synchronous_connection_changed_view = SynchronousConnectionChangedView::Create(std::move(pack… in log_link_layer_connection_other_hci_event()
397 …auto le_connection_complete_view = LeConnectionCompleteView::Create(std::move(le_meta_event_view)); in log_link_layer_connection_event_le_meta()
436 …IoCapabilityRequestView io_capability_request_view = IoCapabilityRequestView::Create(std::move(pac… in log_classic_pairing_other_hci_event()
442 …IoCapabilityResponseView io_capability_response_view = IoCapabilityResponseView::Create(std::move(… in log_classic_pairing_other_hci_event()
448 LinkKeyRequestView link_key_request_view = LinkKeyRequestView::Create(std::move(packet)); in log_classic_pairing_other_hci_event()
454 …LinkKeyNotificationView link_key_notification_view = LinkKeyNotificationView::Create(std::move(pac… in log_classic_pairing_other_hci_event()
460 …UserPasskeyRequestView user_passkey_request_view = UserPasskeyRequestView::Create(std::move(packet… in log_classic_pairing_other_hci_event()
466 …cationView user_passkey_notification_view = UserPasskeyNotificationView::Create(std::move(packet)); in log_classic_pairing_other_hci_event()
472 …equestView user_confirmation_request_view = UserConfirmationRequestView::Create(std::move(packet)); in log_classic_pairing_other_hci_event()
478 …KeypressNotificationView keypress_notification_view = KeypressNotificationView::Create(std::move(p… in log_classic_pairing_other_hci_event()
484 …RemoteOobDataRequestView remote_oob_data_request_view = RemoteOobDataRequestView::Create(std::move… in log_classic_pairing_other_hci_event()
490 …SimplePairingCompleteView simple_pairing_complete_view = SimplePairingCompleteView::Create(std::mo… in log_classic_pairing_other_hci_event()
497 …eView remote_name_request_complete_view = RemoteNameRequestCompleteView::Create(std::move(packet)); in log_classic_pairing_other_hci_event()
504 …AuthenticationCompleteView authentication_complete_view = AuthenticationCompleteView::Create(std::… in log_classic_pairing_other_hci_event()
511 EncryptionChangeView encryption_change_view = EncryptionChangeView::Create(std::move(packet)); in log_classic_pairing_other_hci_event()
544 SecurityCommandView security_command_view = SecurityCommandView::Create(*command_view); in log_classic_pairing_command_status()
549 ConnectionManagementCommandView::Create(AclCommandView::Create(*command_view)); in log_classic_pairing_command_status()
553 DiscoveryCommandView discovery_command_view = DiscoveryCommandView::Create(*command_view); in log_classic_pairing_command_status()
558 …ReadLocalOobDataView read_local_oob_data_view = ReadLocalOobDataView::Create(std::move(security_co… in log_classic_pairing_command_status()
564 = WriteSimplePairingModeView::Create(std::move(security_command_view)); in log_classic_pairing_command_status()
571 = WriteSecureConnectionsHostSupportView::Create(std::move(security_command_view)); in log_classic_pairing_command_status()
578 = AuthenticationRequestedView::Create(std::move(connection_management_command_view)); in log_classic_pairing_command_status()
585 = SetConnectionEncryptionView::Create(std::move(connection_management_command_view)); in log_classic_pairing_command_status()
593 = DeleteStoredLinkKeyView::Create(std::move(security_command_view)); in log_classic_pairing_command_status()
600 …RemoteNameRequestView remote_name_request_view = RemoteNameRequestView::Create(std::move(discovery… in log_classic_pairing_command_status()
607 = RemoteNameRequestCancelView::Create(std::move(discovery_command_view)); in log_classic_pairing_command_status()
614 = LinkKeyRequestReplyView::Create(std::move(security_command_view)); in log_classic_pairing_command_status()
621 = LinkKeyRequestNegativeReplyView::Create(std::move(security_command_view)); in log_classic_pairing_command_status()
628 = IoCapabilityRequestReplyView::Create(std::move(security_command_view)); in log_classic_pairing_command_status()
635 = UserConfirmationRequestReplyView::Create(std::move(security_command_view)); in log_classic_pairing_command_status()
642 = UserConfirmationRequestNegativeReplyView::Create(std::move(security_command_view)); in log_classic_pairing_command_status()
649 = UserPasskeyRequestReplyView::Create(std::move(security_command_view)); in log_classic_pairing_command_status()
656 = UserPasskeyRequestNegativeReplyView::Create(std::move(security_command_view)); in log_classic_pairing_command_status()
663 = RemoteOobDataRequestReplyView::Create(std::move(security_command_view)); in log_classic_pairing_command_status()
670 = RemoteOobDataRequestNegativeReplyView::Create(std::move(security_command_view)); in log_classic_pairing_command_status()
677 = IoCapabilityRequestNegativeReplyView::Create(std::move(security_command_view)); in log_classic_pairing_command_status()
699 CommandCompleteView command_complete_view = CommandCompleteView::Create(std::move(event_view)); in log_classic_pairing_command_complete()
713 ConnectionManagementCommandView::Create(AclCommandView::Create(*command_view)); in log_classic_pairing_command_complete()
717 SecurityCommandView security_command_view = SecurityCommandView::Create(*command_view); in log_classic_pairing_command_complete()
722 …auto delete_stored_link_key_complete_view = DeleteStoredLinkKeyCompleteView::Create(std::move(comm… in log_classic_pairing_command_complete()
728 …auto read_local_oob_data_complete_view = ReadLocalOobDataCompleteView::Create(std::move(command_co… in log_classic_pairing_command_complete()
734 …auto write_simple_pairing_mode_complete_view = WriteSimplePairingModeCompleteView::Create(std::mov… in log_classic_pairing_command_complete()
740 …t_support_complete_view = WriteSecureConnectionsHostSupportCompleteView::Create(std::move(command_… in log_classic_pairing_command_complete()
746 …auto read_encryption_key_size_complete_view = ReadEncryptionKeySizeCompleteView::Create(std::move(… in log_classic_pairing_command_complete()
754 …auto link_key_request_reply_complete_view = LinkKeyRequestReplyCompleteView::Create(std::move(comm… in log_classic_pairing_command_complete()
757 …auto link_key_request_reply_view = LinkKeyRequestReplyView::Create(std::move(security_command_view… in log_classic_pairing_command_complete()
763 …_negative_reply_complete_view = LinkKeyRequestNegativeReplyCompleteView::Create(std::move(command_… in log_classic_pairing_command_complete()
766 …auto link_key_request_negative_reply_view = LinkKeyRequestNegativeReplyView::Create(std::move(secu… in log_classic_pairing_command_complete()
772 …auto io_capability_request_reply_complete_view = IoCapabilityRequestReplyCompleteView::Create(std:… in log_classic_pairing_command_complete()
775 …auto io_capability_request_reply_view = IoCapabilityRequestReplyView::Create(std::move(security_co… in log_classic_pairing_command_complete()
781 …tive_reply_complete_view = IoCapabilityRequestNegativeReplyCompleteView::Create(std::move(command_… in log_classic_pairing_command_complete()
784 …auto io_capability_request_negative_reply_view = IoCapabilityRequestNegativeReplyView::Create(std:… in log_classic_pairing_command_complete()
790 …_request_reply_complete_view = UserConfirmationRequestReplyCompleteView::Create(std::move(command_… in log_classic_pairing_command_complete()
793 …auto user_confirmation_request_reply_view = UserConfirmationRequestReplyView::Create(std::move(sec… in log_classic_pairing_command_complete()
799 …_reply_complete_view = UserConfirmationRequestNegativeReplyCompleteView::Create(std::move(command_… in log_classic_pairing_command_complete()
802 …_request_negative_reply_view = UserConfirmationRequestNegativeReplyView::Create(std::move(security… in log_classic_pairing_command_complete()
808 …auto user_passkey_request_reply_complete_view = UserPasskeyRequestReplyCompleteView::Create(std::m… in log_classic_pairing_command_complete()
811 …auto user_passkey_request_reply_view = UserPasskeyRequestReplyView::Create(std::move(security_comm… in log_classic_pairing_command_complete()
817 …ative_reply_complete_view = UserPasskeyRequestNegativeReplyCompleteView::Create(std::move(command_… in log_classic_pairing_command_complete()
820 …auto user_passkey_request_negative_reply_view = UserPasskeyRequestNegativeReplyView::Create(std::m… in log_classic_pairing_command_complete()
826 …ata_request_reply_complete_view = RemoteOobDataRequestReplyCompleteView::Create(std::move(command_… in log_classic_pairing_command_complete()
829 …auto remote_oob_data_request_reply_view = RemoteOobDataRequestReplyView::Create(std::move(security… in log_classic_pairing_command_complete()
835 …ive_reply_complete_view = RemoteOobDataRequestNegativeReplyCompleteView::Create(std::move(command_… in log_classic_pairing_command_complete()
838 …ata_request_negative_reply_view = RemoteOobDataRequestNegativeReplyView::Create(std::move(security… in log_classic_pairing_command_complete()