Communicating between iOS and Android with Bluetooth LE

后端 未结 6 601
遥遥无期
遥遥无期 2020-11-28 18:15

I\'ve got a working app using CoreBluetooth to communicate between an iPad (central) and iPhone (peripheral). I have one service that has two characteristics. I have a Nexus

6条回答
  •  死守一世寂寞
    2020-11-28 19:02

    Maybe a bit delayed, but perhaps your pain can be relieved slightly ;)

    We have been experimenting a lot with cross platform BLE connections (iOS<-> Android) and learned that there are still many incompatibilities and connection issues.

    If your use case is feature driven and you only need basic data exchange I would suggest to look at Frameworks and Libraries that can achieve cross platform communication for you, without you needing to build it up from scratch.

    For example: http://p2pkit.io or google nearby

    Disclaimer: I work for Uepaa, developing p2pkit.io for Android and iOS.

提交回复
热议问题