Searched refs:CHARACTERISTIC_NEED_ENCRYPTED_READ_UUID (Results 1 – 2 of 2) sorted by relevance
225 private static final UUID CHARACTERISTIC_NEED_ENCRYPTED_READ_UUID = field in BleClientService455 readCharacteristic(CHARACTERISTIC_NEED_ENCRYPTED_READ_UUID); in onTestFinish()1089 if (characteristic.getUuid().equals(CHARACTERISTIC_NEED_ENCRYPTED_READ_UUID)) {
146 private static final UUID CHARACTERISTIC_NEED_ENCRYPTED_READ_UUID = field in BleServerService744 … new BluetoothGattCharacteristic(CHARACTERISTIC_NEED_ENCRYPTED_READ_UUID, 0x0A, 0x02); in createService()972 if (uid.equals(CHARACTERISTIC_NEED_ENCRYPTED_READ_UUID)) {