I can connect and run one device using adb wireless commands, but how to add more than one device.
on my pc - at command promt.
adb tcpip 5555
adb connect 1.1.1.1
1.1.1.1:5555 device connected
1.1.1.1 is the IP of the device
for more than one device, how to do ?