Big-Sweet

Results 4 issues of Big-Sweet

![image](https://user-images.githubusercontent.com/18210031/43374523-ada167ac-93e2-11e8-9527-b616ab131c7c.png) ![image](https://user-images.githubusercontent.com/18210031/43374528-b83b1578-93e2-11e8-8199-fc28470baea1.png) 复现步骤:克隆下来之后,直接运行,然后点击切换黑夜模式就会出现第一图的闪退,我修复了之后,在点击就出现第二个闪退。 手机:huaweimate8 android版本:7.0

我的一个uuid服务中有俩个notifyCharacteristics uuid 我只想开启一个。但是当我通过enableNotifyByUuid打开一个后。在你的框架内部会再这个uuid写入成功之后,在下面代码中自动帮我开启另外一个notify ``` @Override public void onDescriptorWrite(BluetoothGatt gatt, BluetoothGattDescriptor descriptor, int status) { if (gatt == null || gatt.getDevice() == null)return; UUID uuid = descriptor.getCharacteristic().getUuid(); BleLog.d(TAG, "write descriptor uuid:"...