Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DAtPhonebook.java185 atCommandErrorCode = BluetoothCmeError.OPERATION_NOT_SUPPORTED; in handleCscsCommand()
191 atCommandErrorCode = BluetoothCmeError.TEXT_HAS_INVALID_CHARS; in handleCscsCommand()
216 atCommandErrorCode = BluetoothCmeError.OPERATION_NOT_SUPPORTED; in handleCpbsCommand()
237 atCommandErrorCode = BluetoothCmeError.OPERATION_NOT_SUPPORTED; in handleCpbsCommand()
251 atCommandErrorCode = BluetoothCmeError.OPERATION_NOT_ALLOWED; in handleCpbsCommand()
260 atCommandErrorCode = BluetoothCmeError.TEXT_HAS_INVALID_CHARS; in handleCpbsCommand()
287 atCommandErrorCode = BluetoothCmeError.OPERATION_NOT_ALLOWED; in handleCpbrCommand()
314 atCommandErrorCode = BluetoothCmeError.OPERATION_NOT_ALLOWED; in handleCpbrCommand()
342 atCommandErrorCode = BluetoothCmeError.TEXT_HAS_INVALID_CHARS; in handleCpbrCommand()
363 HeadsetHalConstants.AT_RESPONSE_ERROR, BluetoothCmeError.AG_FAILURE); in handleCpbrCommand()
[all …]
DBluetoothCmeError.java20 public class BluetoothCmeError { class