Searched defs:reset_command (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/hci/ |
D | h4_parser.cc | 131 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/ |
D | h4_parser.cc | 137 const std::array<uint8_t, 4> reset_command{0x01, 0x03, 0x0c, 0x00}; in Consume() local
|
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/test/ |
D | h4_parser_unittest.cc | 150 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 D | adapter.cc | 951 auto reset_command = in InitializeStep1() local
|