From a11962a487cda2615ddccc62d7a16d7cb20d31b3 Mon Sep 17 00:00:00 2001 From: Z1 Date: Thu, 2 Oct 2025 19:26:30 +0000 Subject: [PATCH] Minor fixes --- README.md | 2 +- bumble/device.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 59a15bb..43e3c64 100644 --- a/README.md +++ b/README.md @@ -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. 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 diff --git a/bumble/device.py b/bumble/device.py index 2237e20..f80be30 100644 --- a/bumble/device.py +++ b/bumble/device.py @@ -2263,8 +2263,6 @@ class Device(utils.CompositeEventEmitter): EVENT_CONNECTION_FAILURE = "connection_failure" EVENT_SCO_REQUEST = "sco_request" 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_FAILURE = "sco_connection_failure" EVENT_CIS_REQUEST = "cis_request"