Maximum number of peripherals on CoreBluetooth?
Asked Answered
C

1

18

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?

Christopherchristopherso answered 20/11, 2012 at 8:52 Comment(0)
W
21

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.

Wapentake answered 30/11, 2012 at 22:22 Comment(7)
Hi Brad thanks for the reply, but may i ask which manufacturers have you talked to?Christopherchristopherso
@Christopherchristopherso - Bluegiga and an independent contractor building Bluetooth LE accessories. The people at Bluegiga are pretty open about the tests they've done with their hardware and iOS devices.Wapentake
What about Bluetooth 2.1 devices?Toilette
Bluetooth 2.1 seems to have a maximum of 7 slaves.Ribaudo
I have personally connect up to 12 BLE devices to my iPad, so that definitely works. Using RFDuino's.Ribaudo
@BradLarson, i have connected 14 HR sensors (Polar h10) , but my purpose is to serve 30 sensors. Could you please help me, how i can do this ? Any workaround ?Dinosaurian
I have seen many comments on the limits changing from hardware-to-hardware and iOS version-to-version. I have even witnessed this in my testing. Does anyone know if there are any official documents scribing these BLE concurrent device limitations?Tini

© 2022 - 2024 — McMap. All rights reserved.