Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/
Dhci_layer_fake.cc105 CommandView command_packet_view = CommandView::Create(GetPacketView(std::move(last))); in GetCommand() local
106 log::assert_that(command_packet_view.IsValid(), "Got invalid command"); in GetCommand()
107 return command_packet_view; in GetCommand()
Dle_periodic_sync_manager_test.cc105 CommandView command_packet_view = GetLastCommand(); in GetCommand() local
106 EXPECT_TRUE(command_packet_view.IsValid()); in GetCommand()
107 EXPECT_EQ(command_packet_view.GetOpCode(), op_code); in GetCommand()
108 return command_packet_view; in GetCommand()
/packages/modules/Bluetooth/system/gd/security/pairing/
Dclassic_pairing_handler_unittest.cc278 auto command_packet_view = hci::CommandView::Create(command_packet); in GetLastCommand() local
279 auto security_command_view = hci::SecurityCommandView::Create(command_packet_view); in GetLastCommand()