Home
last modified time | relevance | path

Searched refs:WRITE_CHARACTERISTIC (Results 1 – 2 of 2) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleEncryptedClientService.java191 mTarget = BleEncryptedServerService.WRITE_CHARACTERISTIC; in onStartCommand()
266 case BleEncryptedServerService.WRITE_CHARACTERISTIC: in startEncryptedAction()
335 case BleEncryptedServerService.WRITE_CHARACTERISTIC:
DBleEncryptedServerService.java88 public static final String WRITE_CHARACTERISTIC = "WRITE_CHAR"; field in BleEncryptedServerService