Are there APIs for iOS Bluetooth hardware pairing?
Also some examples using say the BLE Heart rate Monitor or some other BLE profile to help demonstrate how to create a profile on a iPhone?
Code to demonstrate how to use the CoreBluetooth APIs for LE devices, show how to use various CoreBluetooth APIs such as discover devices with specific services, connect to device, discover services, discover characteristics for a service, read value for given characteristic, set notification for the characteristic, etc.
I read it may be in the works?
Any help appreciated