I was searching what is the max number of connected devices and I came across a post that roughly states:
When using P2P_STAR, the max number of devices is 10 as this topoly uses Wi-Fi hotspots. That is, if you don't have a router.
This makes me ask two questions:
- I know nearby connection uses BLE, Bluetooth and Wi-Fi direct. I know Bluetooth has a max theoretical number of ~7 devices, which are 3-4 real connections. I know that Wi-Fi hotspots have a max of 10 connections. I know BLE can hold up to 20 theoretical connections (although no idea of the number of real connections). If BLE can (theoretically) hold 20 connections and Wi-Fi hotspots 10, why do they say that P2P_STAR limited to 10 if it uses both of these technologies? Maybe BLE only used to discover devices and not to communicate with them?
- The other question (the important one), is regarding the mention of the router. Nearby connections uses Wi-Fi direct which means the device acts as a router so that other devices may connect to it. Where does an external router come into play here? Can you use an external router with your device and create a hybrid where the device uses Bluetooth and BLE and the router acts as the device's hotspot making it hold more than 10 connections?
EDIT: I was reading about nearby connections in the Google Play Game Services and in the "Before you begin" section, it tells the user to "Connect multiple Android devices to the same WiFi network with multicast enabled."
Can this be a reference to the usage of an external router in nearby connections?