Searched defs:TestCommandBuilder (Results 1 – 1 of 1) sorted by relevance
53 class TestCommandBuilder : public CommandBuilder { class in bluetooth::hci::facade::HciFacadeService55 …explicit TestCommandBuilder(std::vector<uint8_t> bytes) : CommandBuilder(OpCode::NONE), bytes_(std… in TestCommandBuilder() function in bluetooth::hci::facade::HciFacadeService::TestCommandBuilder