Home
last modified time | relevance | path

Searched refs:security_command_view (Results 1 – 2 of 2) sorted by relevance

/system/bt/gd/security/pairing/
Dclassic_pairing_handler_unittest.cc278 auto security_command_view = hci::SecurityCommandView::Create(command_packet_view); in GetLastCommand() local
279 if (!security_command_view.IsValid()) { in GetLastCommand()
282 return security_command_view; in GetLastCommand()
296 auto security_command_view = GetLastCommand(hci_layer_); in TEST_F() local
297 auto link_key_neg_reply = hci::LinkKeyRequestNegativeReplyView::Create(security_command_view); in TEST_F()
301 security_command_view = GetLastCommand(hci_layer_); in TEST_F()
302 ASSERT_EQ(OpCode::IO_CAPABILITY_REQUEST_REPLY, security_command_view.GetOpCode()); in TEST_F()
303 auto io_cap_request_reply = hci::IoCapabilityRequestReplyView::Create(security_command_view); in TEST_F()
312 security_command_view = GetLastCommand(hci_layer_); in TEST_F()
313 ASSERT_EQ(OpCode::USER_CONFIRMATION_REQUEST_REPLY, security_command_view.GetOpCode()); in TEST_F()
[all …]
/system/bt/gd/hci/
Dhci_metrics_logging.cc536 SecurityCommandView security_command_view = SecurityCommandView::Create(*command_view); in log_classic_pairing_command_status() local
537 ASSERT(security_command_view.IsValid()); in log_classic_pairing_command_status()
550 …DataView read_local_oob_data_view = ReadLocalOobDataView::Create(std::move(security_command_view)); in log_classic_pairing_command_status()
556 = WriteSimplePairingModeView::Create(std::move(security_command_view)); in log_classic_pairing_command_status()
563 = WriteSecureConnectionsHostSupportView::Create(std::move(security_command_view)); in log_classic_pairing_command_status()
585 = DeleteStoredLinkKeyView::Create(std::move(security_command_view)); in log_classic_pairing_command_status()
606 = LinkKeyRequestReplyView::Create(std::move(security_command_view)); in log_classic_pairing_command_status()
613 = LinkKeyRequestNegativeReplyView::Create(std::move(security_command_view)); in log_classic_pairing_command_status()
620 = IoCapabilityRequestReplyView::Create(std::move(security_command_view)); in log_classic_pairing_command_status()
627 = UserConfirmationRequestReplyView::Create(std::move(security_command_view)); in log_classic_pairing_command_status()
[all …]