Does iPhone sdk support bluetooth l2cap socket support?

Does iPhone sdk support bluetooth l2cap socket support? Any additional information on SDK classes, etc. It will be greatly appreciated.

+3
source share
3 answers

No. There is no direct support for the Bluetooth API in the SDK, the REfer API API for a set of applications for developing applications with Bluetooth for peer games

In addition, you will have to join Made for iPod / iPhone / iPad to access and develop accessories connected to Bluetooth.

+1
source

The bad news from the MFI FAQ (2014):

Q: , Apple, Bluetooth Low Energy. MFi?

A: . , Apple Bluetooth Low Energy/BTLE/Bluetooth 4.0 Bluetooth, iOS , MFi.

L2CAP Android, IOS, .

, Bluetooth, Apple Apple Bonjour.

L2CAP ... !

-: https://mfi.apple.com : https://mfi.apple.com/MFiWeb/getFAQ.action#4-2

+1

The latest version of CoreBluetooth provides access to L2Cap via CBL2CAPChannel: https://developer.apple.com/documentation/corebluetooth/cbl2capchannel

It can be opened with CBPeripheral: https://developer.apple.com/documentation/corebluetooth/cbperipheral/2880151-openl2capchannel

+1
source

All Articles