I am developing a Disruption/Delay Tolerant Network (DTN) application which connects to Android devices using Android Nearby without authentication.
From the Google Nearby docs:
Under the hood, the API uses a combination of Bluetooth, BLE, and Wifi hotspots, leveraging the strengths of each while circumventing their respective weaknesses.
While offline connection negotiation seems to work quite well, I'm not sure if Nearby is using WiFi Direct for data transmission. When I use Nearby in my app, I see the Bluetooth radio active in the Android status bar, but I don't see the WiFi Direct icon when a connection has been established.
The DTN library I'm using will only work off WiFi connections and WiFi Direct.
Is there a way I can force Nearby to connect devices using WiFi Direct only?