What's the difference between adb pair …
and adb connect …
? (When used to communicate with a device that's made itself available for debugging over Wi-Fi.)
The help page says:
adb connect
: "connect to a device via TCP/IP"adb pair
: "pair with a device for secure TCP/IP communication"
From this is sounds like pair
is better but … how? What are the pros and cons? (Aside from only being available on Android 11+ devices.)