adb_connect
Wirelessly connect ADB to an Android device using pairing code and connection port from Wireless Debugging settings.
Instructions
Connect ADB to this device wirelessly. Required on Android 12+.
Step 1: If pair_code and pair_port are given, pair first. Step 2: If connect_port is given (or after pairing), connect.
Find these in: Settings → Developer Options → Wireless Debugging
Args: pair_code: Pairing code from wireless debugging (for first-time pairing) pair_port: Pairing port from wireless debugging (e.g. '37123') connect_port: Connection port shown on wireless debugging main page (e.g. '5555' or '45678')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pair_code | No | ||
| pair_port | No | ||
| connect_port | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |