Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/commands/bt_vhci_forwarder/hci/
Dh4_parser.cc137 const std::array<uint8_t, 4> reset_command{0x01, 0x03, 0x0c, 0x00}; in Consume() local
145 if (packet_[offset] != reset_command[offset]) { in Consume()
148 if (*buffer == reset_command[0]) { in Consume()
154 if (packet_.size() == reset_command.size()) { in Consume()