connect_wireless
Connect to an Android device over wireless ADB by providing its host:port, and optionally pair using the 6-digit code from Android 11+ Wireless debugging.
Instructions
Connect to a device over Wi-Fi/TCP (adb connect), optionally pairing first (adb pair) with the 6-digit code from Android 11+ Wireless debugging. Pass host:port; for pairing also pass the pairing address + code shown on the device.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host_port | Yes | Device address to connect to, host:port (e.g. 192.168.1.42:5555). | |
| pair_address | No | Pairing address host:port (Android 11+ Wireless debugging), if different from host_port. Only needed when pairing. | |
| pairing_code | No | 6-digit pairing code shown on the device. Provide to pair before connecting. |