Searched refs:atCommandErrorCode (Results 1 – 2 of 2) sorted by relevance
163 int atCommandErrorCode = -1; in handleCscsCommand() local180 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() local221 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 …]
2074 int atCommandErrorCode = 0; in handleAccessPermissionResult() local2096 mNativeInterface.atResponseCode(device, atCommandResult, atCommandErrorCode); in handleAccessPermissionResult()