陈奇
2019-05-29 c5bf501d8b507d1e3e79541e7ac9b45910860b4d
FastBleLib/src/main/java/com/clj/fastble/bluetooth/BleBluetooth.java
@@ -484,7 +484,6 @@
        @Override
        public void onDescriptorRead(BluetoothGatt gatt, BluetoothGattDescriptor descriptor, int status) {
            BleLog.i("BleGattCallback:onDescriptorRead ");
            Iterator iterator = callbackHashMap.entrySet().iterator();
            while (iterator.hasNext()) {
                Map.Entry entry = (Map.Entry) iterator.next();