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.java163 int atCommandErrorCode = -1; in handleCscsCommand() local
180 mNativeInterface.atResponseCode(device, atCommandResult, atCommandErrorCode); in handleCscsCommand()
190 atCommandErrorCode = BluetoothCmeError.OPERATION_NOT_SUPPORTED; in handleCscsCommand()
196 atCommandErrorCode = BluetoothCmeError.TEXT_HAS_INVALID_CHARS; in handleCscsCommand()
201 mNativeInterface.atResponseCode(device, atCommandResult, atCommandErrorCode); in handleCscsCommand()
208 int atCommandErrorCode = -1; in handleCpbsCommand() local
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()
[all …]
DHeadsetStateMachine.java2074 int atCommandErrorCode = 0; in handleAccessPermissionResult() local
2096 mNativeInterface.atResponseCode(device, atCommandResult, atCommandErrorCode); in handleAccessPermissionResult()