Searched refs:CHARACTERISTIC_UUID (Results 1 – 5 of 5) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
D | BleEncryptedServerService.java | 68 private static final UUID CHARACTERISTIC_UUID = field in BleEncryptedServerService 186 characteristic = mService.getCharacteristic(CHARACTERISTIC_UUID); in resetValues() 276 new BluetoothGattCharacteristic(CHARACTERISTIC_UUID, 0x0A, 0x11); in createService() 358 } else if (characteristic.getUuid().equals(CHARACTERISTIC_UUID)) {
|
D | BleClientService.java | 212 private static final UUID CHARACTERISTIC_UUID = field in BleClientService 385 readCharacteristic(CHARACTERISTIC_UUID); in onTestFinish() 388 writeCharacteristic(CHARACTERISTIC_UUID, WRITE_VALUE); in onTestFinish() 896 BluetoothGattCharacteristic characteristic = getCharacteristic(CHARACTERISTIC_UUID); in getDescriptor() 948 writeCharacteristic(CHARACTERISTIC_UUID, WRITE_VALUE_507BYTES_FOR_RELIABLE_WRITE); in reliableWrite() 951 writeCharacteristic(CHARACTERISTIC_UUID, WRITE_VALUE_BAD_RESP); in reliableWrite() 1032 writeCharacteristic(CHARACTERISTIC_UUID, WRITE_VALUE_512BYTES_FOR_MTU); 1087 … writeCharacteristic(CHARACTERISTIC_UUID, WRITE_VALUE_507BYTES_FOR_RELIABLE_WRITE);
|
D | BleServerService.java | 127 private static final UUID CHARACTERISTIC_UUID = field in BleServerService 366 getCharacteristic(CHARACTERISTIC_UUID).setValue(WRITE_VALUE.getBytes()); in resetValues() 622 BluetoothGattCharacteristic characteristic = getCharacteristic(CHARACTERISTIC_UUID); in getDescriptor() 738 new BluetoothGattCharacteristic(CHARACTERISTIC_UUID, 0x0A, 0x11); in createService() 867 BluetoothGattCharacteristic characteristic = getCharacteristic(CHARACTERISTIC_UUID); in onMtuTestDataReceive() 955 new BluetoothGattCharacteristic(CHARACTERISTIC_UUID, 0x0A, 0x11);
|
D | BleEncryptedClientService.java | 98 private static final UUID CHARACTERISTIC_UUID = field in BleEncryptedClientService 243 BluetoothGattCharacteristic characteristic = getCharacteristic(CHARACTERISTIC_UUID); in getDescriptor()
|
D | BleCocServerService.java | 123 private static final UUID CHARACTERISTIC_UUID = field in BleCocServerService 397 new BluetoothGattCharacteristic(CHARACTERISTIC_UUID, 0x0A, 0x11); in createService()
|