Connect to an Android device wirelessly. More information: https://developer.android.com/tools/adb.
adb forward tcp:{{local_port}} tcp:{{remote_port}}
adb forward --list
adb forward --remove tcp:{{local_port}}
adb forward --remove-all