WatchOS CoreBluetooth maximum peripheral connections

I have an app running on WatchOS. How many BLE peripherals can my app connect to at the same time?

If the number of peripheral objects is limited in some way, is the limit imposed on each instance of CBCentralManager? Or is the limit imposed on each app?

I have a use case that would require four BLE peripheral connections. Is tis possible?

I have another use case that would require 6 BLE peripheral connections. Is this possible?

Answered by Engineer in 767420022

On watchOS, an app can connect to 2 BLE peripherals at the same time. The limit is per app.

Accepted Answer

On watchOS, an app can connect to 2 BLE peripherals at the same time. The limit is per app.

WatchOS CoreBluetooth maximum peripheral connections
 
 
Q