Android Emulator issue -
Open
- Dominant language
- Python
- Stars
- 555
- Forks
- 138
- Avg merge
- 3d 15h
- Merged PRs (30d)
- 9
Description
Hello! I'd like to emulate a Bluetooth device that connects to my Pixel 4 emulator.
I'm starting my Pixel 4 emulator with:
```
./emulator -packet-streamer-endpoint default -avd Pixel_4_API_30 -grpc 8877 -no-snapshot-load
```
and then trying any example or app from Bumble:
```
BUMBLE_LOGLEVEL=debug python3 apps/pair.py examples/device1.json android-netsim:localhost:8877 --request
```
with a result of:
```
WARNING:bumble.transport.common:exception while waiting for packet:
Contributor guide
Assessment
This issue has not been assessed yet.