Searched refs:BleEncryptedClientService (Results 1 – 5 of 5) sorted by relevance
71 … 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 …]
28 mIntent = new Intent(this, BleEncryptedClientService.class); in onCreate()29 mIntent.setAction(BleEncryptedClientService.ACTION_CONNECT_WITHOUT_SECURE); in onCreate()
29 mIntent = new Intent(this, BleEncryptedClientService.class); in onCreate()30 mIntent.setAction(BleEncryptedClientService.ACTION_CONNECT_WITH_SECURE); in onCreate()
46 public class BleEncryptedClientService extends Service { class125 public BleEncryptedClientService() { in BleEncryptedClientService() method in BleEncryptedClientService294 Toast.makeText(BleEncryptedClientService.this, msg, Toast.LENGTH_SHORT).show(); in showMessage()569 … Toast.makeText(BleEncryptedClientService.this, mLastScanError, Toast.LENGTH_LONG).show(); in startScan()
349 … if (Arrays.equals(BleEncryptedClientService.WRITE_VALUE.getBytes(), characteristic.getValue())) {427 … if (Arrays.equals(BleEncryptedClientService.WRITE_VALUE.getBytes(), descriptor.getValue())) {