How to write data to multiple Bluetooth LE slaves simultaneously on CoreBluetooth?
问题 I am new to this. I am trying to work on an iOS application where i can to exchange data to multiple Bluetooth LE slaves. I am able to connect and read from the multiple slaves. But the problem is i can only write (sound buzzer) to only one of them (the latest slave to be connected). I am using the code provided in http://processors.wiki.ti.com/index.php/Category:IPhone4SBLEDemo How is it possible to sound buzzer for all connected devices? ViewController.m - (IBAction)TIBLEUISoundBuzzerButton