google / google/bumble

macOS Bluetooth instructions unclear

Open
#660 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.