mirror of
https://github.com/google/bumble.git
synced 2026-04-16 00:25:31 +00:00
Minor fixes
This commit is contained in:
@@ -50,7 +50,7 @@ Bumble is easiest to use with a dedicated USB dongle.
|
|||||||
This is because internal Bluetooth interfaces tend to be locked down by the operating system.
|
This is because internal Bluetooth interfaces tend to be locked down by the operating system.
|
||||||
You can use the [usb_probe](/docs/mkdocs/src/apps_and_tools/usb_probe.md) tool (all platforms) or `lsusb` (Linux or macOS) to list the available USB devices on your system.
|
You can use the [usb_probe](/docs/mkdocs/src/apps_and_tools/usb_probe.md) tool (all platforms) or `lsusb` (Linux or macOS) to list the available USB devices on your system.
|
||||||
|
|
||||||
See the [USB Transport](/docs/mkdocs/src/transports/usb.md) page for details on how to refer to USB devices. Also, if your are on a mac, see [these instructions](docs/mkdocs/src/platforms/macos.md).
|
See the [USB Transport](/docs/mkdocs/src/transports/usb.md) page for details on how to refer to USB devices. Also, if you are on a mac, see [these instructions](docs/mkdocs/src/platforms/macos.md).
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|||||||
@@ -2263,8 +2263,6 @@ class Device(utils.CompositeEventEmitter):
|
|||||||
EVENT_CONNECTION_FAILURE = "connection_failure"
|
EVENT_CONNECTION_FAILURE = "connection_failure"
|
||||||
EVENT_SCO_REQUEST = "sco_request"
|
EVENT_SCO_REQUEST = "sco_request"
|
||||||
EVENT_INQUIRY_COMPLETE = "inquiry_complete"
|
EVENT_INQUIRY_COMPLETE = "inquiry_complete"
|
||||||
EVENT_REMOTE_NAME = "remote_name"
|
|
||||||
EVENT_REMOTE_NAME_FAILURE = "remote_name_failure"
|
|
||||||
EVENT_SCO_CONNECTION = "sco_connection"
|
EVENT_SCO_CONNECTION = "sco_connection"
|
||||||
EVENT_SCO_CONNECTION_FAILURE = "sco_connection_failure"
|
EVENT_SCO_CONNECTION_FAILURE = "sco_connection_failure"
|
||||||
EVENT_CIS_REQUEST = "cis_request"
|
EVENT_CIS_REQUEST = "cis_request"
|
||||||
|
|||||||
Reference in New Issue
Block a user