Searched refs:raw_command (Results 1 – 1 of 1) sorted by relevance
79 [this](const std::vector<uint8_t>& raw_command) { in HciSocketDevice() argument81 …shared_ptr<std::vector<uint8_t>> packet_copy = std::make_shared<std::vector<uint8_t>>(raw_command); in HciSocketDevice()