Bluetooth connection between 2 iOS devices

前端 未结 3 1281
囚心锁ツ
囚心锁ツ 2020-12-08 17:16

I am trying out Core Bluetooth framework introduced in iOS 5.0. According to many threads (one of many) on StackOverflow itself:

  1. Core Bluetooth framework can b
3条回答
  •  无人及你
    2020-12-08 17:35

    if you call scanForPeripherals function in didUpdateState delegate then it works because delegate functions can't return.

提交回复
热议问题