Home
last modified time | relevance | path

Searched defs:TestCommandBuilder (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/bt/gd/hci/facade/
H A Dfacade.cc53 class TestCommandBuilder : public CommandBuilder { class in bluetooth::hci::facade::HciFacadeService
55 …explicit TestCommandBuilder(std::vector<uint8_t> bytes) : CommandBuilder(OpCode::NONE), bytes_(std… in TestCommandBuilder() function in bluetooth::hci::facade::HciFacadeService::TestCommandBuilder