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.java190 atCommandErrorCode = BluetoothCmeError.OPERATION_NOT_SUPPORTED; in handleCscsCommand()
196 atCommandErrorCode = BluetoothCmeError.TEXT_HAS_INVALID_CHARS; in handleCscsCommand()
221 atCommandErrorCode = BluetoothCmeError.OPERATION_NOT_SUPPORTED; in handleCpbsCommand()
242 atCommandErrorCode = BluetoothCmeError.OPERATION_NOT_SUPPORTED; in handleCpbsCommand()
256 atCommandErrorCode = BluetoothCmeError.OPERATION_NOT_ALLOWED; in handleCpbsCommand()
265 atCommandErrorCode = BluetoothCmeError.TEXT_HAS_INVALID_CHARS; in handleCpbsCommand()
292 atCommandErrorCode = BluetoothCmeError.OPERATION_NOT_ALLOWED; in handleCpbrCommand()
319 atCommandErrorCode = BluetoothCmeError.OPERATION_NOT_ALLOWED; in handleCpbrCommand()
347 atCommandErrorCode = BluetoothCmeError.TEXT_HAS_INVALID_CHARS; in handleCpbrCommand()
368 HeadsetHalConstants.AT_RESPONSE_ERROR, BluetoothCmeError.AG_FAILURE); in handleCpbrCommand()
[all …]
DBluetoothCmeError.java20 public class BluetoothCmeError { class