Home
last modified time | relevance | path

Searched refs:OPERATION_NOT_SUPPORTED (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()
221 atCommandErrorCode = BluetoothCmeError.OPERATION_NOT_SUPPORTED; in handleCpbsCommand()
242 atCommandErrorCode = BluetoothCmeError.OPERATION_NOT_SUPPORTED; in handleCpbsCommand()
DBluetoothCmeError.java24 public static final int OPERATION_NOT_SUPPORTED = 4; field in BluetoothCmeError