Home
last modified time | relevance | path

Searched refs:BluetoothCmeError (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DAtPhonebook.java193 atCommandErrorCode = BluetoothCmeError.OPERATION_NOT_SUPPORTED; in handleCscsCommand()
199 atCommandErrorCode = BluetoothCmeError.TEXT_HAS_INVALID_CHARS; in handleCscsCommand()
224 atCommandErrorCode = BluetoothCmeError.OPERATION_NOT_SUPPORTED; in handleCpbsCommand()
249 atCommandErrorCode = BluetoothCmeError.OPERATION_NOT_SUPPORTED; in handleCpbsCommand()
261 atCommandErrorCode = BluetoothCmeError.OPERATION_NOT_ALLOWED; in handleCpbsCommand()
270 atCommandErrorCode = BluetoothCmeError.TEXT_HAS_INVALID_CHARS; in handleCpbsCommand()
297 atCommandErrorCode = BluetoothCmeError.OPERATION_NOT_ALLOWED; in handleCpbrCommand()
324 atCommandErrorCode = BluetoothCmeError.OPERATION_NOT_ALLOWED; in handleCpbrCommand()
352 atCommandErrorCode = BluetoothCmeError.TEXT_HAS_INVALID_CHARS; in handleCpbrCommand()
375 BluetoothCmeError.AG_FAILURE); in handleCpbrCommand()
[all …]
DBluetoothCmeError.java20 public class BluetoothCmeError { class
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfp/
DAtPhonebookTest.java125 BluetoothCmeError.OPERATION_NOT_SUPPORTED); in handleCscsCommand()
132 BluetoothCmeError.TEXT_HAS_INVALID_CHARS); in handleCscsCommand()
152 BluetoothCmeError.OPERATION_NOT_SUPPORTED); in handleCpbsCommand()
159 BluetoothCmeError.OPERATION_NOT_ALLOWED); in handleCpbsCommand()
170 BluetoothCmeError.TEXT_HAS_INVALID_CHARS); in handleCpbsCommand()
193 BluetoothCmeError.TEXT_HAS_INVALID_CHARS); in handleCpbrCommand()
203 BluetoothCmeError.TEXT_HAS_INVALID_CHARS); in handleCpbrCommand()
DHeadsetStateMachineTest.java1612 BluetoothCmeError.TEXT_HAS_INVALID_CHARS); in testProcessAtCpbr()
1626 BluetoothCmeError.OPERATION_NOT_ALLOWED); in testProcessAtCpbs()
1696 BluetoothCmeError.OPERATION_NOT_SUPPORTED); in testProcessUnknownAt()
1705 BluetoothCmeError.OPERATION_NOT_SUPPORTED); in testProcessUnknownAt()
1713 BluetoothCmeError.TEXT_HAS_INVALID_CHARS); in testProcessUnknownAt()