Maximum number of peripherals on CoreBluetooth?

你说的曾经没有我的故事 提交于 2019-12-28 04:14:36

问题


I am interested in working with BLE proximity sensor on iOS and have been looking up for a few answers to my query but could not find any solid ones.

1) Is there a maximum number of BLE slaves the CoreBluetooth can handle?

2) Will the slaves (about 10 devices) be able to be operated all at once i.e. if any slaves were to disconnect, master will be alerted while not affecting others?


回答1:


Theoretically, there is no limit to the number of Bluetooth LE devices that can be connected to a single iOS device (if the iOS device is acting as central and the LE devices as peripherals).

In practice, however, the limit seems to be somewhere above 20 LE devices being connected simultaneously to the iOS master. That number comes from both Bluetooth LE transmitter manufacturers and accessory developers that I've talked to. The exact figure will probably vary based on the particular iOS device involved and the transmitting properties of the Bluetooth LE accessories.



来源:https://stackoverflow.com/questions/13469502/maximum-number-of-peripherals-on-corebluetooth

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!