How to display the supported services of Bluetooth in tableview from devicename(UITableViewCell)?
问题 I'm developing Bluetooth app.I have a name of available Bluetooth device in Table View..If press a device means i want to know all the supported services UUID name in another view controller with Table view.Give me an Idea. 1)Peripheralmanager (NSObject) 2)FirstViewController (In this I have a Device Name) 3)SecondViewController (In this I want Supported Services) Peripheralmanager.m - (void)centralManager:(CBCentralManager *)central didDiscoverPeripheral:(CBPeripheral *)peripheral