By following Google ADB Documentation i am able to connect to device wireless . But i want to connect more than one device.
For adb wireless to work i have to restart adb in tcpip mode
Once i did that i can connect to a device but to connect to another device i will have to restart adb in usb mode again which will disconnect the first device.
Simple solution would be to connect both device with usb and then restart adb in tcpip. But i don't have any extra set of usb cable right now.
So is there any other way to connect more than one device except for the method i mentioned above.