Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DAtPhonebook.java256 atCommandErrorCode = BluetoothCmeError.OPERATION_NOT_ALLOWED; in handleCpbsCommand()
292 atCommandErrorCode = BluetoothCmeError.OPERATION_NOT_ALLOWED; in handleCpbrCommand()
319 atCommandErrorCode = BluetoothCmeError.OPERATION_NOT_ALLOWED; in handleCpbrCommand()
503 atCommandErrorCode = BluetoothCmeError.OPERATION_NOT_ALLOWED; in processCpbrCommand()
DBluetoothCmeError.java23 public static final int OPERATION_NOT_ALLOWED = 3; field in BluetoothCmeError