Home
last modified time | relevance | path

Searched refs:BleEncryptedClientService (Results 1 – 5 of 5) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleEncryptedClientBaseActivity.java71 … Intent intent = new Intent(BleEncryptedClientBaseActivity.this, BleEncryptedClientService.class); in onCreate()
75 … intent.setAction(BleEncryptedClientService.ACTION_WRITE_ENCRYPTED_CHARACTERISTIC); in onCreate()
78 … intent.setAction(BleEncryptedClientService.ACTION_READ_ENCRYPTED_CHARACTERISTIC); in onCreate()
81 intent.setAction(BleEncryptedClientService.ACTION_WRITE_ENCRYPTED_DESCRIPTOR); in onCreate()
84 intent.setAction(BleEncryptedClientService.ACTION_READ_ENCRYPTED_DESCRIPTOR); in onCreate()
102 filter.addAction(BleEncryptedClientService.INTENT_BLE_BLUETOOTH_DISABLED); in onResume()
103 filter.addAction(BleEncryptedClientService.INTENT_BLE_WRITE_ENCRYPTED_CHARACTERISTIC); in onResume()
104 filter.addAction(BleEncryptedClientService.INTENT_BLE_READ_ENCRYPTED_CHARACTERISTIC); in onResume()
105 filter.addAction(BleEncryptedClientService.INTENT_BLE_WRITE_ENCRYPTED_DESCRIPTOR); in onResume()
106 filter.addAction(BleEncryptedClientService.INTENT_BLE_READ_ENCRYPTED_DESCRIPTOR); in onResume()
[all …]
DBleInsecureEncryptedClientTestActivity.java28 mIntent = new Intent(this, BleEncryptedClientService.class); in onCreate()
29 mIntent.setAction(BleEncryptedClientService.ACTION_CONNECT_WITHOUT_SECURE); in onCreate()
DBleSecureEncryptedClientTestActivity.java29 mIntent = new Intent(this, BleEncryptedClientService.class); in onCreate()
30 mIntent.setAction(BleEncryptedClientService.ACTION_CONNECT_WITH_SECURE); in onCreate()
DBleEncryptedClientService.java46 public class BleEncryptedClientService extends Service { class
125 public BleEncryptedClientService() { in BleEncryptedClientService() method in BleEncryptedClientService
294 Toast.makeText(BleEncryptedClientService.this, msg, Toast.LENGTH_SHORT).show(); in showMessage()
569 … Toast.makeText(BleEncryptedClientService.this, mLastScanError, Toast.LENGTH_LONG).show(); in startScan()
DBleEncryptedServerService.java349 … if (Arrays.equals(BleEncryptedClientService.WRITE_VALUE.getBytes(), characteristic.getValue())) {
427 … if (Arrays.equals(BleEncryptedClientService.WRITE_VALUE.getBytes(), descriptor.getValue())) {