Finding generic Bluetooth devices within reach

后端 未结 4 1939
半阙折子戏
半阙折子戏 2021-01-03 07:03

We are using the iOS private framework BluetoothManager for a simple experiment -- to find discoverable generic (non-iOS) BT devices within reach. Now, only the fol

4条回答
  •  失恋的感觉
    2021-01-03 07:40

    The GKSession class which is part of the GameKit framework is what you are looking for as it provides the ability to discover and connect to nearby iOS devices using Bluetooth.

提交回复
热议问题