Searched refs:atCommandErrorCode (Results 1 – 2 of 2) sorted by relevance
165 int atCommandErrorCode = -1; in handleCscsCommand() local182 mNativeInterface.atResponseCode(device, atCommandResult, atCommandErrorCode); in handleCscsCommand()192 atCommandErrorCode = BluetoothCmeError.OPERATION_NOT_SUPPORTED; in handleCscsCommand()198 atCommandErrorCode = BluetoothCmeError.TEXT_HAS_INVALID_CHARS; in handleCscsCommand()203 mNativeInterface.atResponseCode(device, atCommandResult, atCommandErrorCode); in handleCscsCommand()210 int atCommandErrorCode = -1; in handleCpbsCommand() local223 atCommandErrorCode = BluetoothCmeError.OPERATION_NOT_SUPPORTED; in handleCpbsCommand()244 atCommandErrorCode = BluetoothCmeError.OPERATION_NOT_SUPPORTED; in handleCpbsCommand()258 atCommandErrorCode = BluetoothCmeError.OPERATION_NOT_ALLOWED; in handleCpbsCommand()267 atCommandErrorCode = BluetoothCmeError.TEXT_HAS_INVALID_CHARS; in handleCpbsCommand()[all …]
2121 int atCommandErrorCode = 0; in handleAccessPermissionResult() local2143 mNativeInterface.atResponseCode(device, atCommandResult, atCommandErrorCode); in handleAccessPermissionResult()