Searched refs:CHARACTERISTIC_NEED_ENCRYPTED_READ_UUID (Results 1 – 2 of 2) sorted by relevance
150 private static final UUID CHARACTERISTIC_NEED_ENCRYPTED_READ_UUID = field in BleServerService773 new BluetoothGattCharacteristic(CHARACTERISTIC_NEED_ENCRYPTED_READ_UUID, 0x0A, in createService()1026 if (uid.equals(CHARACTERISTIC_NEED_ENCRYPTED_READ_UUID)) {
255 private static final UUID CHARACTERISTIC_NEED_ENCRYPTED_READ_UUID = field in BleClientService523 readCharacteristic(CHARACTERISTIC_NEED_ENCRYPTED_READ_UUID); in onTestFinish()1318 if (characteristic.getUuid().equals(CHARACTERISTIC_NEED_ENCRYPTED_READ_UUID)) {