Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/hci/
Dh4_parser.cc131 const std::array<uint8_t, 4> reset_command{0x01, 0x03, 0x0c, 0x00}; in Consume() local
/aosp_15_r20/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
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/test/
Dh4_parser_unittest.cc150 const std::array<uint8_t, 4> reset_command{0x01, 0x03, 0x0c, 0x00}; in TEST_F() local
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Dadapter.cc951 auto reset_command = in InitializeStep1() local