Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/
Dhci_layer_fake.cc130 CommandView command_packet_view = CommandView::Create(GetPacketView(std::move(last))); in GetCommand() local
131 log::assert_that(command_packet_view.IsValid(), "Got invalid command"); in GetCommand()
132 return command_packet_view; in GetCommand()
Dle_periodic_sync_manager_test.cc110 CommandView command_packet_view = GetLastCommand(); in GetCommand() local
111 EXPECT_TRUE(command_packet_view.IsValid()); in GetCommand()
112 EXPECT_EQ(command_packet_view.GetOpCode(), op_code); in GetCommand()
113 return command_packet_view; in GetCommand()