Is there a way to discover BLE peripheral service faster?

前端 未结 2 962
渐次进展
渐次进展 2021-01-18 19:11

I find that my implementation of the BLE protocol in iOS7 to be very slow in the start up phase. The startup sequence amounts to ~68% of the whole execution time in my app.<

2条回答
  •  长发绾君心
    2021-01-18 19:50

    There's no framework-level API to improve the discovery speed. BTLE is co-existing with Classic Bluetooth (at the system framework level) and Wi-Fi (at the antenna level), so the maximum time on antenna is limited by the system.

提交回复
热议问题