Searched refs:mLastScanError (Results 1 – 1 of 1) sorted by relevance
122 private String mLastScanError; field in BleEncryptedClientService543 …mLastScanError = "This test is a test of Secure.\n Before running the test, please do the pairing.…546 …mLastScanError = "This test is a test of Insecure\n Before running the test, please release the pa…549 mLastScanError = null;567 if (mLastScanError != null) { in startScan()569 … Toast.makeText(BleEncryptedClientService.this, mLastScanError, Toast.LENGTH_LONG).show(); in startScan()570 mLastScanError = null; in startScan()