Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/facade/
Dfacade.cc79 if (Checker::IsCommandStatusOpcode(opcode)) { in SendCommand()
/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/
Dhci_layer.cc196 if (bluetooth::hci::Checker::IsCommandStatusOpcode(op_code)) { in transmit_command()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h49874 class Checker { public: static bool IsCommandStatusOpcode(OpCode op_code) {switch (op_code) {case O… in IsCommandStatusOpcode() function