Searched refs:command_packet_view (Results 1 – 3 of 3) sorted by relevance
105 CommandView command_packet_view = CommandView::Create(GetPacketView(std::move(last))); in GetCommand() local106 log::assert_that(command_packet_view.IsValid(), "Got invalid command"); in GetCommand()107 return command_packet_view; in GetCommand()
105 CommandView command_packet_view = GetLastCommand(); in GetCommand() local106 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()
278 auto command_packet_view = hci::CommandView::Create(command_packet); in GetLastCommand() local279 auto security_command_view = hci::SecurityCommandView::Create(command_packet_view); in GetLastCommand()