Reputation: 3791
I've read that the limit of MCSession
is 8 devices. I intend to have a host device that creates many 1 to 1 connections with other devices. In this case, would the limit still be 7 connected devices, or can it have a larger number of MCSession
instances?
If it matters, the host device is an iPad 4 with BLE, and communication would be purely over Bluetooth, there isn't any WIFI available.
Upvotes: 0
Views: 424
Reputation: 66
I think it is 8 devices (including the host) per MCSession. But if you can have more than one MCSession, then you can have more device connected. Haven't tried it though.
Upvotes: 2