commands.sh

adb connect

all

Connect to an Android device wirelessly.

More info →

Examples (3)

Pair with an Android device (address and pairing code can be found in developer options)

adb pair ip_address:port

Connect to an Android device (port will be different from pairing)

adb connect ip_address:port

Disconnect a device

adb disconnect ip_address:port
made by @shridhargupta | data from tldr-pages