问题描述
我想知道外设可以同时连接多少个中心。我的问题是针对iOS的,但我很感激大家的答案。
I'd like to know how many centrals a peripheral can simultaneously be connected to. My question is specific to iOS but I'd appreciate answers from everyone.
一些事情:
- 我知道中央设备,而不是外围设备,旨在处理多个连接。但是,由于各种原因,我想尝试相反的设置。来自蓝牙核心规范V4 -
-
我已经成功地将3个中心连接到具有读/写事务的外围设备,并且每个中心都订阅了特征通知。不幸的是,我没有更多设备可以进一步测试。所有使用的设备都是运行iOS 7.1的各种支持BLE的iOS设备。
I've been successful in connecting 3 centrals to a peripheral with read/write transactions and each of the centrals subscribing to a notification for a characteristic. Unfortunately I don't have more devices to test this further. All devices used were various BLE-capable iOS devices running iOS 7.1.
规范未指定可连接到的外围设备数量的理论限制一个中心,但实际上人们报告的限制在8到20之间。对于相反的情况,是否存在这种区别?
The spec doesn't specify a theoretical limit to the number of peripherals that can connect to a central, but in practice people are reporting the limit to somewhere between 8 and 20. Does such a distinction exist for the opposite scenario?
提前感谢大家。
推荐答案
根据
这篇关于蓝牙LE(4.0)有多少中心可以连接到外围设备?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!