Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DBluetoothCmeError.java24 public static final int OPERATION_NOT_SUPPORTED = 4; field in BluetoothCmeError
DAtPhonebook.java193 atCommandErrorCode = BluetoothCmeError.OPERATION_NOT_SUPPORTED; in handleCscsCommand()
224 atCommandErrorCode = BluetoothCmeError.OPERATION_NOT_SUPPORTED; in handleCpbsCommand()
249 atCommandErrorCode = BluetoothCmeError.OPERATION_NOT_SUPPORTED; in handleCpbsCommand()
/packages/modules/Bluetooth/system/bta/has/
Dhas_client.cc471 ErrorCode::OPERATION_NOT_SUPPORTED); in CpReadAllPresetsOperation()
498 if (!device.SupportsPresets()) return ErrorCode::OPERATION_NOT_SUPPORTED; in CpPresetIndexOperationWriteReq()
503 : ErrorCode::OPERATION_NOT_SUPPORTED; in CpPresetIndexOperationWriteReq()
656 if (!device.SupportsPresets()) return ErrorCode::OPERATION_NOT_SUPPORTED; in CpPresetsCycleOperationWriteReq()
661 : ErrorCode::OPERATION_NOT_SUPPORTED; in CpPresetsCycleOperationWriteReq()
702 if (!device.SupportsPresets()) return ErrorCode::OPERATION_NOT_SUPPORTED; in CpWritePresetNameOperationWriteReq()
710 return ErrorCode::OPERATION_NOT_SUPPORTED; in CpWritePresetNameOperationWriteReq()
1141 return ErrorCode::OPERATION_NOT_SUPPORTED; in GattStatus2SvcErrorCode()
1147 return ErrorCode::OPERATION_NOT_SUPPORTED; in GattStatus2SvcErrorCode()
Dhas_client_test.cc2948 OnActivePresetSelectError(_, ErrorCode::OPERATION_NOT_SUPPORTED)) in TEST_F()
/packages/modules/Bluetooth/system/include/hardware/
Dbt_has.h40 OPERATION_NOT_SUPPORTED, // If theres no optional characteristic, enumerator
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfp/
DAtPhonebookTest.java125 BluetoothCmeError.OPERATION_NOT_SUPPORTED); in handleCscsCommand()
152 BluetoothCmeError.OPERATION_NOT_SUPPORTED); in handleCpbsCommand()
DHeadsetStateMachineTest.java1696 BluetoothCmeError.OPERATION_NOT_SUPPORTED); in testProcessUnknownAt()
1705 BluetoothCmeError.OPERATION_NOT_SUPPORTED); in testProcessUnknownAt()