macOS Bluetooth instructions unclear
- Dominant language
- Python
- Stars
- 555
- Forks
- 138
- Avg merge
- 3d 15h
- Merged PRs (30d)
- 9
Description
I am running on macOS (laptop, with bluetooth).
I followed https://google.github.io/bumble/platforms/macos.html and ran the command.
Then, I tried to transmit using
```sh
python apps/auracast.py transmit --input "device:0" hci
```
> bumble.transport.common.TransportSpecError: unknown transport scheme
```sh
python apps/auracast.py transmit --input "device:0" vhci
```
> FileNotFoundError: [Errno 2] No such file or directory: '/dev/vhci'
```sh
python apps/auracast.py transmit --input "device:0" hci-socket
```
> Exception: Bluetooth HCI sockets not supported on this platform
So I guess it is unclear to me what would be the next step to use the on-device bluetooth?
Contributor guide
Assessment
This issue has not been assessed yet.