Android emulator not able to scan or connect to physical devices.
- Dominant language
- Python
- Stars
- 555
- Forks
- 138
- Avg merge
- 3d 15h
- Merged PRs (30d)
- 9
Description
I am trying to connect android emulators to my physical device (Another Android Device).
This is the commands I am using right now:
```
emulator -packet-streamer-endpoint localhost:8877 -avd Automotive_1080p_landscape
```
and
```
python3 -m bumble.apps.hci_bridge android-netsim:_:8877,mode=controller usb:0
```
In the emulator when I am trying to pair a device nothing is showing up.
It is showing the right Device id from my external adapter.
```
python3 -m bumble.apps.usb_probe
ID 2357:0604
Bumble Transport Names: usb:0 or usb:2357:0604 or usb:2357:0604/8C902DCB7CC8
Bus/Device: 020/001
Class: Wireless Controller
Subclass/Protocol: 1/1 [Bluetooth]
Serial: 8C902DCB7CC8
Manufacturer:
Product: TP-Link Bluetooth USB Adapter
```
I have tried everything from updating the firmware to testing multiple emulator versions.
I am running on `Mac OS 15.7.2` if that matters.
Bumble version: `0.0.219`
Contributor guide
Assessment
This issue has not been assessed yet.