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 | 208 private static final UUID CHARACTERISTIC_UUID = field in BleClientService 368 readCharacteristic(CHARACTERISTIC_UUID); in onTestFinish() 371 writeCharacteristic(CHARACTERISTIC_UUID, WRITE_VALUE); in onTestFinish() 846 BluetoothGattCharacteristic characteristic = getCharacteristic(CHARACTERISTIC_UUID); in getDescriptor() 898 writeCharacteristic(CHARACTERISTIC_UUID, WRITE_VALUE_507BYTES_FOR_RELIABLE_WRITE); in reliableWrite() 901 writeCharacteristic(CHARACTERISTIC_UUID, WRITE_VALUE_BAD_RESP); in reliableWrite() 982 writeCharacteristic(CHARACTERISTIC_UUID, WRITE_VALUE_512BYTES_FOR_MTU); 1035 … writeCharacteristic(CHARACTERISTIC_UUID, WRITE_VALUE_507BYTES_FOR_RELIABLE_WRITE);
|
D | BleServerService.java | 125 private static final UUID CHARACTERISTIC_UUID = field in BleServerService 354 getCharacteristic(CHARACTERISTIC_UUID).setValue(WRITE_VALUE.getBytes()); in resetValues() 600 BluetoothGattCharacteristic characteristic = getCharacteristic(CHARACTERISTIC_UUID); in getDescriptor() 705 new BluetoothGattCharacteristic(CHARACTERISTIC_UUID, 0x0A, 0x11); in createService() 829 BluetoothGattCharacteristic characteristic = getCharacteristic(CHARACTERISTIC_UUID); in onMtuTestDataReceive() 917 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 398 new BluetoothGattCharacteristic(CHARACTERISTIC_UUID, 0x0A, 0x11); in createService()
|