Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DAtPhonebook.java161 int atCommandErrorCode = -1; in handleCscsCommand() local
179 atCommandErrorCode, getByteAddress(device)); in handleCscsCommand()
189 atCommandErrorCode = BluetoothCmeError.OPERATION_NOT_SUPPORTED; in handleCscsCommand()
195 atCommandErrorCode = BluetoothCmeError.TEXT_HAS_INVALID_CHARS; in handleCscsCommand()
199 mStateMachine.atResponseCodeNative(atCommandResult, atCommandErrorCode, in handleCscsCommand()
207 int atCommandErrorCode = -1; in handleCpbsCommand() local
220 atCommandErrorCode = BluetoothCmeError.OPERATION_NOT_SUPPORTED; in handleCpbsCommand()
239 atCommandErrorCode = BluetoothCmeError.OPERATION_NOT_SUPPORTED; in handleCpbsCommand()
247 atCommandErrorCode = BluetoothCmeError.OPERATION_NOT_ALLOWED; in handleCpbsCommand()
256 atCommandErrorCode = BluetoothCmeError.TEXT_HAS_INVALID_CHARS; in handleCpbsCommand()
[all …]
DHeadsetStateMachine.java3227 int atCommandErrorCode = 0; in handleAccessPermissionResult() local
3251 atResponseCodeNative(atCommandResult, atCommandErrorCode, getByteAddress(device)); in handleAccessPermissionResult()