Reconnect a CBPeripheral faster

后端 未结 2 719
青春惊慌失措
青春惊慌失措 2021-02-06 17:11

I\'m developing an app which connects and disconnects several times to different bluetooth low energy peripherals. After a lot of research on the internet, I didn\'t have found

2条回答
  •  萌比男神i
    2021-02-06 17:45

    iOS 7 adds additional caching (iOS 7: What's New in Bluetooth LE). I'm seeing times less than 100ms (~80ms average) total to reconnect to a peripheral, discover services, discover characteristics, and read the value of a single characteristic.

    My test configuration was an iPad Air connecting to an iPad 3.

提交回复
热议问题