diff options
Diffstat (limited to 'core/java/android')
-rw-r--r-- | core/java/android/bluetooth/BluetoothGatt.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/bluetooth/BluetoothGatt.java b/core/java/android/bluetooth/BluetoothGatt.java index c9df9c0..7b5bfbd 100644 --- a/core/java/android/bluetooth/BluetoothGatt.java +++ b/core/java/android/bluetooth/BluetoothGatt.java @@ -267,7 +267,7 @@ public final class BluetoothGatt implements BluetoothProfile { if (service == null) return; BluetoothGattCharacteristic characteristic = service.getCharacteristic( - charUuid.getUuid()); + charUuid.getUuid(), charInstId); if (characteristic == null) return; characteristic.addDescriptor(new BluetoothGattDescriptor( |