- (NSUInteger)maximumWriteValueLengthForType:(CBCharacteristicWriteType)type NS_AVAILABLE(10_12, 9_0);
通过这个方法能拿到长包的字节数,然后定时器CBCharacteristicWriteWithoutResponse 发送数据。这个中间丢包问题,不好处理,目前实测苹果7手机和ble5.0设备,勉强能达到2.7kb/s,不知道还有什么方法可以再提速?
- (NSUInteger)maximumWriteValueLengthForType:(CBCharacteristicWriteType)type NS_AVAILABLE(10_12, 9_0);
通过这个方法能拿到长包的字节数,然后定时器CBCharacteristicWriteWithoutResponse 发送数据。这个中间丢包问题,不好处理,目前实测苹果7手机和ble5.0设备,勉强能达到2.7kb/s,不知道还有什么方法可以再提速?