We would like to create a bidrectional communication between two Android devices.The process will be initiated by NFC. But because NFC just works one way we need to create a communication channel, either via Bluetooth or via Wifi direct. It will just be about 10 kb of data that will be transferred in total.
The process should work like this:
- Android Device AD_1 uses NFC to push data to Android Device AD_2
- AD_2 uses the received data to create a secure communication channel to AD_1
- The Communication Channel is used to transmit about 10 kb of data back and forth
What communication channel to you recommend for Step 2: Wifi direct or Bluetooth?
Because it will just be so little data, it shouldnt be about the speed/throughput/speed of the connection, but instead about the connection setup time.