Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/has/
Dhas_types.h248 inline bool SupportsOperation(PresetCtpOpcode op) { in SupportsOperation() function
Dhas_client.cc500 if (!device.SupportsOperation(operation.opcode)) in CpPresetIndexOperationWriteReq()
658 if (!device.SupportsOperation(operation.opcode)) in CpPresetsCycleOperationWriteReq()
709 if (!device.SupportsOperation(operation.opcode)) in CpWritePresetNameOperationWriteReq()
802 if (device->SupportsOperation(opcode)) return true; in shouldRequestSyncedOp()