Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Dtest_channel_transport.cc55 vector<uint8_t> command_name_raw; in OnCommandReady() local
56 command_name_raw.resize(command_name_size); in OnCommandReady()
57 bytes_read = socket->Recv(command_name_raw.data(), command_name_size); in OnCommandReady()
62 std::string command_name(command_name_raw.begin(), command_name_raw.end()); in OnCommandReady()