kanshenmekan

Results 8 comments of kanshenmekan

@huangzhibiao 膜拜一波,真的很好用,但是我现在还没怎么设置外键啊

好像只要执行writeDataWithPeripheral,就会调用[character writeValueWithData:data callback:^(EasyCharacteristic *characteristic, NSData *data, NSError *error) ,这个callback不可能为nil啊,判断只能是CBCharacteristicWriteWithResponse

搞定了吗,这个不搞,老是出现没断开的情况

我写了一个差不多功能的库 https://github.com/kanshenmekan/FastBle

轮子哥,我也遇到了相同的问题,升级gradle之后,添加了混淆规则,但是没有效果,requestSuccess获取到的类型是Void

-keep class * implements com.hjq.http.listener.OnHttpListener { *; } -keep class * extends com.hjq.http.model.ResponseClass { *; } 把public 去除就可以了