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.java258 atCommandErrorCode = BluetoothCmeError.OPERATION_NOT_ALLOWED; in handleCpbsCommand()
294 atCommandErrorCode = BluetoothCmeError.OPERATION_NOT_ALLOWED; in handleCpbrCommand()
321 atCommandErrorCode = BluetoothCmeError.OPERATION_NOT_ALLOWED; in handleCpbrCommand()
513 atCommandErrorCode = BluetoothCmeError.OPERATION_NOT_ALLOWED; in processCpbrCommand()
DBluetoothCmeError.java23 public static final int OPERATION_NOT_ALLOWED = 3; field in BluetoothCmeError