Re: Core Bluetooth device limit?
site_archiver@lists.apple.com Delivered-To: bluetooth-dev@lists.apple.com There are platform specific limits that are not specified, but the hardware can definitely not handle 20K. SW will queue all the requests and move things into the hardware as slots are available, but at best there are ~100 available hardware slots. You will need to scan to know which devices are around before attempting to connect. - Craig
On Aug 1, 2017, at 1:02 PM, Chase Acton <chaseacton@gmail.com> wrote:
Hi All,
I'm wondering if there's a limit to how many devices Core Bluetooth can be registered to connect to. Note that these aren't simultaneous connections; there will only be 1-2 max connected at a time. We plan on having a whitelist of 20k BLE devices we manufacturer that our app can connect to and need to have an iOS device able to connect to any one of them. Is there any limitations of problems with doing this? This would be similar to Tile's "lost mode" where anyone's phone can find your Tile.
Thanks, Chase _______________________________________________ Do not post admin requests to the list. They will be ignored. Bluetooth-dev mailing list (Bluetooth-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/bluetooth-dev/cdooley%40apple.com
This email sent to cdooley@apple.com
_______________________________________________ Do not post admin requests to the list. They will be ignored. Bluetooth-dev mailing list (Bluetooth-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/bluetooth-dev/site_archiver%40lists.... This email sent to site_archiver@lists.apple.com
participants (1)
-
Craig Dooley