You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
scrcpy/app/src/adb
Romain Vimont 582161607e Add option to select USB or TCP/IP devices
If several devices are connected (as listed by `adb devices`), it was
necessary to provide the explicit serial via -s/--serial.

If only one device is connected via USB (respectively, via TCP/IP), it
might be convenient to select it automatically. For this purpose, two
new options are introduced:
 - -d/--select-usb: select the single device connected over USB
 - -e/--select-tcpip: select the single device connected over TCP/IP

PR #3005 <https://github.com/Genymobile/scrcpy/pull/3005>
2 years ago
..
adb.c Add option to select USB or TCP/IP devices 2 years ago
adb.h Add option to select USB or TCP/IP devices 2 years ago
adb_device.c Add adb devices parser 2 years ago
adb_device.h Expose simple API to select a single adb device 2 years ago
adb_parser.c Expose simple API to select a single adb device 2 years ago
adb_parser.h Add adb devices parser 2 years ago
adb_tunnel.c Use sc_ prefix for adb 2 years ago
adb_tunnel.h Move ADB code to adb/ 2 years ago