Is there any class or framework in iOS (swift or objective-c)that can handle RFCOMM bluetooth protocol as BluetoothAdapter
in Android
Asked
Active
Viewed 1,335 times
0

Omar Samir
- 53
- 9
-
1No, 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 Answers
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.

maze
- 789
- 1
- 7
- 31