CoreBluetooth: How to design code for many characteristics (30 - 40)?
问题 I searched around a bit and just found this as a possible duplicate question: Multiple CBPeripheral's for same device My problem is: I have multiple services which all together have about 30-40 characteristics (Yes, I need all of them...). As starting point for dealing with CoreBluetooth I always used the Apple Sample Code (CoreBluetooth Temperature Sensor). Discovery and Service/Characteristic handling is divided into two classes and this works fine for just a few characteristics. But