remove unused section

This commit is contained in:
Gilles Boccon-Gibod
2024-10-09 21:43:47 -07:00
parent 855a007116
commit 009649abd1
2 changed files with 1 additions and 5 deletions

View File

@@ -76,11 +76,6 @@ from bumble.utils import AsyncRunner
logger = logging.getLogger(__name__)
# -----------------------------------------------------------------------------
# Constants
# -----------------------------------------------------------------------------
# -----------------------------------------------------------------------------
def a2dp_source_sdp_records():
service_record_handle = 0x00010001

View File

@@ -70,6 +70,7 @@ console_scripts =
bumble-usb-probe = bumble.apps.usb_probe:main
bumble-link-relay = bumble.apps.link_relay.link_relay:main
bumble-bench = bumble.apps.bench:main
bumble-player = bumble.apps.player.player:main
bumble-speaker = bumble.apps.speaker.speaker:main
bumble-pandora-server = bumble.apps.pandora_server:main
bumble-rtk-util = bumble.tools.rtk_util:main