Searched refs:CHARACTERISTIC_RESULT_UUID (Results 1 – 3 of 3) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
D | BleClientService.java | 214 private static final UUID CHARACTERISTIC_RESULT_UUID = field in BleClientService 478 readDescriptor(CHARACTERISTIC_RESULT_UUID, DESCRIPTOR_NEED_ENCRYPTED_READ_UUID); in onTestFinish() 481 … writeDescriptor(CHARACTERISTIC_RESULT_UUID, DESCRIPTOR_NEED_ENCRYPTED_WRITE_UUID, WRITE_VALUE); in onTestFinish() 640 writeCharacteristic(getCharacteristic(CHARACTERISTIC_RESULT_UUID), in sendServiceChangedEventIfReady() 1061 … } else if (!characteristic.getUuid().equals(CHARACTERISTIC_RESULT_UUID)) { 1071 …writeCharacteristic(getCharacteristic(CHARACTERISTIC_RESULT_UUID), BleServerService.WRITE_NO_PERMI… 1153 …writeCharacteristic(getCharacteristic(CHARACTERISTIC_RESULT_UUID), BleServerService.READ_NO_PERMIS… 1189 …writeCharacteristic(getCharacteristic(CHARACTERISTIC_RESULT_UUID), BleServerService.DESCRIPTOR_WRI… 1219 …writeCharacteristic(getCharacteristic(CHARACTERISTIC_RESULT_UUID), BleServerService.DESCRIPTOR_REA…
|
D | BleServerService.java | 129 private static final UUID CHARACTERISTIC_RESULT_UUID = field in BleServerService 754 new BluetoothGattCharacteristic(CHARACTERISTIC_RESULT_UUID, 0x0A, 0x11); in createService() 1034 if (characteristic.getUuid().equals(CHARACTERISTIC_RESULT_UUID)) {
|
D | BleCocServerService.java | 125 private static final UUID CHARACTERISTIC_RESULT_UUID = field in BleCocServerService
|