Home
last modified time | relevance | path

Searched refs:command_packet_view (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/bt/gd/hci/
H A Dle_address_manager_test.cc87 CommandView command_packet_view = GetLastCommand(); in GetCommand() local
88 EXPECT_TRUE(command_packet_view.IsValid()); in GetCommand()
89 EXPECT_EQ(command_packet_view.GetOpCode(), op_code); in GetCommand()
90 return command_packet_view; in GetCommand()
H A Dle_advertising_manager_test.cc158 CommandView command_packet_view = CommandView::Create(command_queue_.front()); in GetCommand() local
160 …uto command = ConnectionManagementCommandView::Create(AclCommandView::Create(command_packet_view)); in GetCommand()
414 CommandView command_packet_view = CommandView::Create(packet_view); in SetUp() local
535 CommandView command_packet_view = CommandView::Create(packet_view); in SetUp() local
536 …uto command = ConnectionManagementCommandView::Create(AclCommandView::Create(command_packet_view)); in SetUp()
591 CommandView command_packet_view = CommandView::Create(packet_view); in TEST_F() local
592 …uto command = ConnectionManagementCommandView::Create(AclCommandView::Create(command_packet_view)); in TEST_F()
686 CommandView command_packet_view = CommandView::Create(packet_view); in TEST_F() local
687 …uto command = ConnectionManagementCommandView::Create(AclCommandView::Create(command_packet_view)); in TEST_F()
H A Dle_scanning_manager_test.cc110 CommandView command_packet_view = GetLastCommand(); in GetCommand() local
111 …uto command = ConnectionManagementCommandView::Create(AclCommandView::Create(command_packet_view)); in GetCommand()
H A Dacl_manager_test.cc169 CommandView command_packet_view = GetLastCommand(); in GetCommand() local
171 ConnectionManagementCommandView::Create(AclCommandView::Create(command_packet_view)); in GetCommand()
190 CommandView command_packet_view = GetLastCommand(); in GetLastCommand() local
192 ConnectionManagementCommandView::Create(AclCommandView::Create(command_packet_view)); in GetLastCommand()
/aosp12/system/bt/gd/security/pairing/
H A Dclassic_pairing_handler_unittest.cc277 auto command_packet_view = hci::CommandView::Create(command_packet); in GetLastCommand() local
278 auto security_command_view = hci::SecurityCommandView::Create(command_packet_view); in GetLastCommand()