0

Is there any class or framework in iOS (swift or objective-c)that can handle RFCOMM bluetooth protocol as BluetoothAdapter in Android

Omar Samir
  • 53
  • 9
  • 1
    No, RFComm is a legacy profile and is not available to apps on iOS. Only the BLE GATT profile is available. – Paulw11 Apr 08 '19 at 20:13

1 Answers1

0

In iOS, it is possible to use profiles based on RFCOMM, for example SPP or any other custom RFCOMM based profile.

BUT: The peer device needs an Apple MFI chip, must be certified by Apple and implement the iAP protocol.

See SPP profile bluetooth iOS

maze
  • 789
  • 1
  • 7
  • 31