Generic Access Profile (GAP) with iOS application.

How can I use the bluetooth core profile , Generic Access Profile (GAP) with iOS application.

I need to Communicate an iOS application with a non iOS device over bluetooth.

The device is not BTLE and bluetooth version 2.1.

That device implemented GAP for bluetooth communication.

Any reference/ sample code will helpful

Hi,


I am somewhat doing the same thing but on BLE side. So far found that you can use External Accessory framework to communicate with Bluetooth Classic devices (other than Bluetooth 4.0 i.e BLE). CoreBluetooth library is only for BLE devices. Hope you will be able to find some examples for External Accessory libraries. These kind of devices needed a MFI certification i guess. Probably please have a look at apple's website.


J

Generic Access Profile (GAP) with iOS application.
 
 
Q