Compare commits

...

46 Commits

Author SHA1 Message Date
Charlie Boutier 7237619d3b A2DP example: Codec selection based on file type
Currently support SBC and AAC
2025-05-08 14:24:42 -07:00
Slvr a88a034ce2 cryptography: bump version to 44.0.3 to fix python parsing (#684)
Bug: 404336381
2025-05-08 08:28:33 -07:00
zxzxwu 6b2cd1147d Merge pull request #682 from zxzxwu/linkkey
Move connection.link_key_type to keystore
2025-05-08 11:23:28 +08:00
Josh Wu bb8dcaf63e Move connection.link_key_type to keystore 2025-05-06 02:11:25 +08:00
Gilles Boccon-Gibod 8e84b528ce Merge pull request #679 from google/gbg/pairing-ios 2025-05-05 09:50:49 -07:00
Gilles Boccon-Gibod 8b59b4f515 address PR comments 2025-05-04 17:50:00 -07:00
Gilles Boccon-Gibod dcc72e49a2 forward legacy constants 2025-05-04 11:34:11 -07:00
Gilles Boccon-Gibod ce04c163db fix merge conflict 2025-05-04 11:32:25 -07:00
Gilles Boccon-Gibod 9f1e95d87f more merge fixes 2025-05-04 11:31:15 -07:00
Gilles Boccon-Gibod 088bcbed0b resolve merge conflicts 2025-05-04 11:31:15 -07:00
Gilles Boccon-Gibod 57fbad6fa4 add LE advertisement and HR service 2025-05-04 11:31:15 -07:00
Gilles Boccon-Gibod 6926d5cb70 Merge pull request #678 from google/gbg/fix-timescales
fix a few timescale adjustments
2025-05-04 11:19:05 -07:00
Gilles Boccon-Gibod 00c7df6a11 update pyee version 2025-05-03 12:24:59 -07:00
Gilles Boccon-Gibod fbd03ed4a5 fix a few timescale adjustments 2025-05-03 12:07:53 -07:00
Gilles Boccon-Gibod d3bd5a759f Revert "fix a few timescale adjustments"
This reverts commit dedef79bef.
2025-05-03 12:05:31 -07:00
Gilles Boccon-Gibod dedef79bef fix a few timescale adjustments 2025-05-03 12:00:34 -07:00
zxzxwu 8db974877e Merge pull request #677 from zxzxwu/java-workflow
Add a workflow to build btbench
2025-04-26 09:44:50 -07:00
Josh Wu e7d1531eae Add a workflow to build btbench 2025-04-26 18:51:19 +08:00
zxzxwu 4785fe6002 Merge pull request #674 from zxzxwu/event
Declare emitted events as constants
2025-04-26 02:45:50 -07:00
Josh Wu 22d6a7bf05 Declare emitted events as constants 2025-04-26 03:55:31 +08:00
Gilles Boccon-Gibod 97757c0c3d Merge pull request #676 from google/gbg/bt-bench-fixes
fix numeric entries and phy request
2025-04-24 17:27:55 -07:00
Gilles Boccon-Gibod ab60b42b85 minor fix 2025-04-24 17:22:25 -07:00
Gilles Boccon-Gibod febed8179b fix numeric entries and phy request 2025-04-22 17:14:39 -07:00
zxzxwu 1bd83273e8 Merge pull request #671 from zxzxwu/gatt_typing
Add missing characteristic type parameters
2025-04-16 10:06:51 -07:00
Josh Wu 5e9fc89f80 Add missing characteristic type parameters 2025-04-16 20:34:12 +08:00
zxzxwu 2686663eb2 Merge pull request #670 from zxzxwu/ee
Make all event emitters abortable and async
2025-04-15 22:33:51 -07:00
Josh Wu 55801bc2ca Make all event emitters async
* Also remove AbortableEventEmitter
2025-04-16 12:40:57 +08:00
zxzxwu 6cecc16519 Merge pull request #669 from zxzxwu/import
Cleanup relative imports
2025-04-14 10:07:13 -07:00
Josh Wu a57cf13e2e Cleanup relative imports 2025-04-12 23:06:52 +08:00
zxzxwu 58f153afc4 Merge pull request #667 from zxzxwu/transport
Replace legacy transport and role constants
2025-04-10 12:02:27 +08:00
Josh Wu 7569da37e4 Replace legacy transport and role constants 2025-04-09 19:04:02 +08:00
Gilles Boccon-Gibod a8019a70da Merge pull request #666 from canatella/fix-l2cap-signaling-packet-identifiers
Fix L2CAP signaling packet identifiers
2025-04-08 14:49:43 -04:00
Damien Merenne 685f1dc43e Fix L2CAP signaling packet identifiers
According to the Bluetooth Core Spec, Volume 3, Part A, Section 4, 0x00 is an invalid identifier:

 4. Signaling packet formats
...
    Identifier (1 octet)

    ... Signaling identifier 0x00 is an invalid identifier and shall never be used in any command.
2025-04-08 14:37:02 +00:00
Gilles Boccon-Gibod 220b3b0236 Merge pull request #664 from google/gbg/auracast-broadcast-code
add broadcast code encoding
2025-03-20 14:33:05 -04:00
Gilles Boccon-Gibod 3495eb52ba reset parser before raising exception 2025-03-19 11:32:51 -04:00
zxzxwu 1f7a1401eb Merge pull request #644 from zxzxwu/pasync
Advertising Set Info Transfer
2025-03-18 22:12:23 +08:00
Josh Wu ce2b02b62a Advertising Set Info Transfer 2025-03-18 21:59:35 +08:00
Gilles Boccon-Gibod 5e55c0e358 add broadcast code encoding 2025-03-17 19:56:02 -04:00
Gilles Boccon-Gibod ebeb0dc9f1 Merge pull request #663 from google/gbg/ancs
Initial support for ANCS client functionality
2025-03-14 14:07:14 -04:00
Gilles Boccon-Gibod 776bdae519 Initial support for ANCS client functionality 2025-03-12 15:44:13 -04:00
zxzxwu b2d9541f8f Merge pull request #332 from zxzxwu/role
Enumify: PhysicalTransport, Role, AddressType
2025-03-10 00:04:18 +08:00
Josh Wu 637224d5bc Enum: PhysicalTransport, Role, AddressType 2025-03-09 23:34:01 +08:00
Gilles Boccon-Gibod 92ab171013 Merge pull request #659 from pcondoleon/le_scan_interval_fix
Fixed le_scan_interval incorrectly being set with scan_window
2025-02-28 15:04:03 -05:00
Peter Condoleon 592475e2ed Fixed le_scan_interval incorrectly being set with scan_window 2025-02-27 13:54:20 +10:00
Gilles Boccon-Gibod 12bcdb7770 Merge pull request #658 from google/gbg/auracast-doc
add auracast doc
2025-02-25 07:18:38 -08:00
Gilles Boccon-Gibod 7a58f36020 add auracast doc 2025-02-24 09:10:03 -08:00
105 changed files with 3340 additions and 1455 deletions
+26
View File
@@ -0,0 +1,26 @@
#
# Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
org.gradle.configureondemand=true
org.gradle.caching=true
org.gradle.parallel=true
# Declare we support AndroidX
android.useAndroidX=true
org.gradle.jvmargs=-Xmx4608m -XX:MaxMetaspaceSize=1536m -XX:+HeapDumpOnOutOfMemoryError
kotlin.compiler.execution.strategy=in-process
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
python -m pip install ".[build,test,development]" python -m pip install ".[build,examples,test,development]"
- name: Check - name: Check
run: | run: |
invoke project.pre-commit invoke project.pre-commit
+33
View File
@@ -0,0 +1,33 @@
name: Gradle Android Build & test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
paths:
- 'extras/android/BtBench/**'
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 40
steps:
- name: Check out from Git
uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 17
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- name: Build with Gradle
run: cd extras/android/BtBench && ./gradlew build
+37 -29
View File
@@ -18,7 +18,6 @@
from __future__ import annotations from __future__ import annotations
import asyncio import asyncio
import asyncio.subprocess
import collections import collections
import contextlib import contextlib
import dataclasses import dataclasses
@@ -36,7 +35,6 @@ from typing import (
) )
import click import click
import pyee
try: try:
import lc3 # type: ignore # pylint: disable=E0401 import lc3 # type: ignore # pylint: disable=E0401
@@ -99,12 +97,31 @@ def codec_config_string(
return '\n'.join(indent + line for line in lines) return '\n'.join(indent + line for line in lines)
def broadcast_code_bytes(broadcast_code: str) -> bytes:
"""
Convert a broadcast code string to a 16-byte value.
If `broadcast_code` is `0x` followed by 32 hex characters, it is interpreted as a
raw 16-byte raw broadcast code in big-endian byte order.
Otherwise, `broadcast_code` is converted to a 16-byte value as specified in
BLUETOOTH CORE SPECIFICATION Version 6.0 | Vol 3, Part C , section 3.2.6.3
"""
if broadcast_code.startswith("0x") and len(broadcast_code) == 34:
return bytes.fromhex(broadcast_code[2:])[::-1]
broadcast_code_utf8 = broadcast_code.encode("utf-8")
if len(broadcast_code_utf8) > 16:
raise ValueError("broadcast code must be <= 16 bytes in utf-8 encoding")
padding = bytes(16 - len(broadcast_code_utf8))
return broadcast_code_utf8 + padding
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# Scan For Broadcasts # Scan For Broadcasts
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
class BroadcastScanner(pyee.EventEmitter): class BroadcastScanner(bumble.utils.EventEmitter):
@dataclasses.dataclass @dataclasses.dataclass
class Broadcast(pyee.EventEmitter): class Broadcast(bumble.utils.EventEmitter):
name: str | None name: str | None
sync: bumble.device.PeriodicAdvertisingSync sync: bumble.device.PeriodicAdvertisingSync
broadcast_id: int broadcast_id: int
@@ -234,22 +251,14 @@ class BroadcastScanner(pyee.EventEmitter):
if self.biginfo: if self.biginfo:
print(color(' BIG:', 'cyan')) print(color(' BIG:', 'cyan'))
print( print(color(' Number of BIS:', 'magenta'), self.biginfo.num_bis)
color(' Number of BIS:', 'magenta'), print(color(' ISO Interval: ', 'magenta'), self.biginfo.iso_interval)
self.biginfo.num_bis, print(color(' Max PDU: ', 'magenta'), self.biginfo.max_pdu)
) print(color(' SDU Interval: ', 'magenta'), self.biginfo.sdu_interval)
print( print(color(' Max SDU: ', 'magenta'), self.biginfo.max_sdu)
color(' PHY: ', 'magenta'), print(color(' PHY: ', 'magenta'), self.biginfo.phy.name)
self.biginfo.phy.name, print(color(' Framed: ', 'magenta'), self.biginfo.framed)
) print(color(' Encrypted: ', 'magenta'), self.biginfo.encrypted)
print(
color(' Framed: ', 'magenta'),
self.biginfo.framed,
)
print(
color(' Encrypted: ', 'magenta'),
self.biginfo.encrypted,
)
def on_sync_establishment(self) -> None: def on_sync_establishment(self) -> None:
self.emit('sync_establishment') self.emit('sync_establishment')
@@ -365,7 +374,7 @@ class BroadcastScanner(pyee.EventEmitter):
self.emit('broadcast_loss', broadcast) self.emit('broadcast_loss', broadcast)
class PrintingBroadcastScanner(pyee.EventEmitter): class PrintingBroadcastScanner(bumble.utils.EventEmitter):
def __init__( def __init__(
self, device: bumble.device.Device, filter_duplicates: bool, sync_timeout: float self, device: bumble.device.Device, filter_duplicates: bool, sync_timeout: float
) -> None: ) -> None:
@@ -702,14 +711,13 @@ async def run_receive(
def on_change() -> None: def on_change() -> None:
if ( if (
broadcast.basic_audio_announcement broadcast.basic_audio_announcement and broadcast.biginfo
and not basic_audio_announcement_scanned.is_set() ) and not basic_audio_announcement_scanned.is_set():
):
basic_audio_announcement_scanned.set() basic_audio_announcement_scanned.set()
broadcast.on('change', on_change) broadcast.on('change', on_change)
if not broadcast.basic_audio_announcement: if not broadcast.basic_audio_announcement or not broadcast.biginfo:
print('Wait for Basic Audio Announcement...') print('Wait for Basic Audio Announcement and BIG Info...')
await basic_audio_announcement_scanned.wait() await basic_audio_announcement_scanned.wait()
print('Basic Audio Announcement found') print('Basic Audio Announcement found')
broadcast.print() broadcast.print()
@@ -730,7 +738,7 @@ async def run_receive(
big_sync_timeout=0x4000, big_sync_timeout=0x4000,
bis=[bis.index for bis in subgroup.bis], bis=[bis.index for bis in subgroup.bis],
broadcast_code=( broadcast_code=(
bytes.fromhex(broadcast_code) if broadcast_code else None broadcast_code_bytes(broadcast_code) if broadcast_code else None
), ),
), ),
) )
@@ -944,7 +952,7 @@ async def run_transmit(
max_transport_latency=65, max_transport_latency=65,
rtn=4, rtn=4,
broadcast_code=( broadcast_code=(
bytes.fromhex(broadcast_code) if broadcast_code else None broadcast_code_bytes(broadcast_code) if broadcast_code else None
), ),
), ),
) )
@@ -1088,7 +1096,7 @@ def pair(ctx, transport, address):
'--broadcast-code', '--broadcast-code',
metavar='BROADCAST_CODE', metavar='BROADCAST_CODE',
type=str, type=str,
help='Broadcast encryption code in hex format', help='Broadcast encryption code (string or raw hex format prefixed with 0x)',
) )
@click.option( @click.option(
'--sync-timeout', '--sync-timeout',
+17 -11
View File
@@ -28,8 +28,7 @@ import click
from bumble import l2cap from bumble import l2cap
from bumble.core import ( from bumble.core import (
BT_BR_EDR_TRANSPORT, PhysicalTransport,
BT_LE_TRANSPORT,
BT_L2CAP_PROTOCOL_ID, BT_L2CAP_PROTOCOL_ID,
BT_RFCOMM_PROTOCOL_ID, BT_RFCOMM_PROTOCOL_ID,
UUID, UUID,
@@ -42,8 +41,7 @@ from bumble.hci import (
HCI_LE_1M_PHY, HCI_LE_1M_PHY,
HCI_LE_2M_PHY, HCI_LE_2M_PHY,
HCI_LE_CODED_PHY, HCI_LE_CODED_PHY,
HCI_CENTRAL_ROLE, Role,
HCI_PERIPHERAL_ROLE,
HCI_Constant, HCI_Constant,
HCI_Error, HCI_Error,
HCI_StatusError, HCI_StatusError,
@@ -113,7 +111,7 @@ def print_connection_phy(phy):
def print_connection(connection): def print_connection(connection):
params = [] params = []
if connection.transport == BT_LE_TRANSPORT: if connection.transport == PhysicalTransport.LE:
params.append( params.append(
'DL=(' 'DL=('
f'TX:{connection.data_length[0]}/{connection.data_length[1]},' f'TX:{connection.data_length[0]}/{connection.data_length[1]},'
@@ -123,9 +121,9 @@ def print_connection(connection):
params.append( params.append(
'Parameters=' 'Parameters='
f'{connection.parameters.connection_interval * 1.25:.2f}/' f'{connection.parameters.connection_interval:.2f}/'
f'{connection.parameters.peripheral_latency}/' f'{connection.parameters.peripheral_latency}/'
f'{connection.parameters.supervision_timeout * 10} ' f'{connection.parameters.supervision_timeout:.2f} '
) )
params.append(f'MTU={connection.att_mtu}') params.append(f'MTU={connection.att_mtu}')
@@ -189,7 +187,7 @@ def log_stats(title, stats, precision=2):
async def switch_roles(connection, role): async def switch_roles(connection, role):
target_role = HCI_CENTRAL_ROLE if role == "central" else HCI_PERIPHERAL_ROLE target_role = Role.CENTRAL if role == "central" else Role.PERIPHERAL
if connection.role != target_role: if connection.role != target_role:
logging.info(f'{color("### Switching roles to:", "cyan")} {role}') logging.info(f'{color("### Switching roles to:", "cyan")} {role}')
try: try:
@@ -1258,6 +1256,7 @@ class Central(Connection.Listener):
self.device.classic_enabled = self.classic self.device.classic_enabled = self.classic
# Set up a pairing config factory with minimal requirements. # Set up a pairing config factory with minimal requirements.
self.device.config.keystore = "JsonKeyStore"
self.device.pairing_config_factory = lambda _: PairingConfig( self.device.pairing_config_factory = lambda _: PairingConfig(
sc=False, mitm=False, bonding=False sc=False, mitm=False, bonding=False
) )
@@ -1275,7 +1274,11 @@ class Central(Connection.Listener):
self.connection = await self.device.connect( self.connection = await self.device.connect(
self.peripheral_address, self.peripheral_address,
connection_parameters_preferences=self.connection_parameter_preferences, connection_parameters_preferences=self.connection_parameter_preferences,
transport=BT_BR_EDR_TRANSPORT if self.classic else BT_LE_TRANSPORT, transport=(
PhysicalTransport.BR_EDR
if self.classic
else PhysicalTransport.LE
),
) )
except CommandTimeoutError: except CommandTimeoutError:
logging.info(color('!!! Connection timed out', 'red')) logging.info(color('!!! Connection timed out', 'red'))
@@ -1289,8 +1292,10 @@ class Central(Connection.Listener):
logging.info(color('### Connected', 'cyan')) logging.info(color('### Connected', 'cyan'))
self.connection.listener = self self.connection.listener = self
print_connection(self.connection) print_connection(self.connection)
phy = await self.connection.get_phy()
print_connection_phy(phy) if not self.classic:
phy = await self.connection.get_phy()
print_connection_phy(phy)
# Switch roles if needed. # Switch roles if needed.
if self.role_switch: if self.role_switch:
@@ -1404,6 +1409,7 @@ class Peripheral(Device.Listener, Connection.Listener):
self.device.classic_enabled = self.classic self.device.classic_enabled = self.classic
# Set up a pairing config factory with minimal requirements. # Set up a pairing config factory with minimal requirements.
self.device.config.keystore = "JsonKeyStore"
self.device.pairing_config_factory = lambda _: PairingConfig( self.device.pairing_config_factory = lambda _: PairingConfig(
sc=False, mitm=False, bonding=False sc=False, mitm=False, bonding=False
) )
+3 -3
View File
@@ -55,7 +55,7 @@ from prompt_toolkit.layout import (
from bumble import __version__ from bumble import __version__
import bumble.core import bumble.core
from bumble import colors from bumble import colors
from bumble.core import UUID, AdvertisingData, BT_LE_TRANSPORT from bumble.core import UUID, AdvertisingData, PhysicalTransport
from bumble.device import ( from bumble.device import (
ConnectionParametersPreferences, ConnectionParametersPreferences,
ConnectionPHY, ConnectionPHY,
@@ -335,9 +335,9 @@ class ConsoleApp:
elif self.connected_peer: elif self.connected_peer:
connection = self.connected_peer.connection connection = self.connected_peer.connection
connection_parameters = ( connection_parameters = (
f'{connection.parameters.connection_interval}/' f'{connection.parameters.connection_interval:.2f}/'
f'{connection.parameters.peripheral_latency}/' f'{connection.parameters.peripheral_latency}/'
f'{connection.parameters.supervision_timeout}' f'{connection.parameters.supervision_timeout:.2f}'
) )
if self.connection_phy is not None: if self.connection_phy is not None:
phy_state = ( phy_state = (
+6 -2
View File
@@ -37,6 +37,7 @@ import click
import aiohttp.web import aiohttp.web
import bumble import bumble
from bumble import utils
from bumble.core import AdvertisingData from bumble.core import AdvertisingData
from bumble.colors import color from bumble.colors import color
from bumble.device import Device, DeviceConfiguration, AdvertisingParameters, CisLink from bumble.device import Device, DeviceConfiguration, AdvertisingParameters, CisLink
@@ -359,7 +360,9 @@ class Speaker:
pcm = decoder.decode( pcm = decoder.decode(
pdu.iso_sdu_fragment, bit_depth=DEFAULT_PCM_BYTES_PER_SAMPLE * 8 pdu.iso_sdu_fragment, bit_depth=DEFAULT_PCM_BYTES_PER_SAMPLE * 8
) )
self.device.abort_on('disconnection', self.ui_server.send_audio(pcm)) utils.cancel_on_event(
self.device, 'disconnection', self.ui_server.send_audio(pcm)
)
def on_ase_state_change(ase: ascs.AseStateMachine) -> None: def on_ase_state_change(ase: ascs.AseStateMachine) -> None:
codec_config = ase.codec_specific_configuration codec_config = ase.codec_specific_configuration
@@ -373,7 +376,8 @@ class Speaker:
or codec_config.codec_frames_per_sdu is None or codec_config.codec_frames_per_sdu is None
): ):
return return
ase.cis_link.abort_on( utils.cancel_on_event(
ase.cis_link,
'disconnection', 'disconnection',
lc3_source_task( lc3_source_task(
filename=self.lc3_input_file_path, filename=self.lc3_input_file_path,
+189 -35
View File
@@ -18,9 +18,12 @@
import asyncio import asyncio
import os import os
import logging import logging
import struct
import click import click
from prompt_toolkit.shortcuts import PromptSession from prompt_toolkit.shortcuts import PromptSession
from bumble.a2dp import make_audio_sink_service_sdp_records
from bumble.colors import color from bumble.colors import color
from bumble.device import Device, Peer from bumble.device import Device, Peer
from bumble.transport import open_transport_or_link from bumble.transport import open_transport_or_link
@@ -30,17 +33,20 @@ from bumble.smp import error_name as smp_error_name
from bumble.keys import JsonKeyStore from bumble.keys import JsonKeyStore
from bumble.core import ( from bumble.core import (
AdvertisingData, AdvertisingData,
Appearance,
ProtocolError, ProtocolError,
BT_LE_TRANSPORT, PhysicalTransport,
BT_BR_EDR_TRANSPORT, UUID,
) )
from bumble.gatt import ( from bumble.gatt import (
GATT_DEVICE_NAME_CHARACTERISTIC, GATT_DEVICE_NAME_CHARACTERISTIC,
GATT_GENERIC_ACCESS_SERVICE, GATT_GENERIC_ACCESS_SERVICE,
GATT_HEART_RATE_SERVICE,
GATT_HEART_RATE_MEASUREMENT_CHARACTERISTIC,
Service, Service,
Characteristic, Characteristic,
CharacteristicValue,
) )
from bumble.hci import OwnAddressType
from bumble.att import ( from bumble.att import (
ATT_Error, ATT_Error,
ATT_INSUFFICIENT_AUTHENTICATION_ERROR, ATT_INSUFFICIENT_AUTHENTICATION_ERROR,
@@ -63,7 +69,7 @@ class Waiter:
self.linger = linger self.linger = linger
def terminate(self): def terminate(self):
if not self.linger: if not self.linger and not self.done.done:
self.done.set_result(None) self.done.set_result(None)
async def wait_until_terminated(self): async def wait_until_terminated(self):
@@ -194,7 +200,7 @@ class Delegate(PairingDelegate):
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
async def get_peer_name(peer, mode): async def get_peer_name(peer, mode):
if mode == 'classic': if peer.connection.transport == PhysicalTransport.BR_EDR:
return await peer.request_name() return await peer.request_name()
# Try to get the peer name from GATT # Try to get the peer name from GATT
@@ -226,13 +232,14 @@ def read_with_error(connection):
raise ATT_Error(ATT_INSUFFICIENT_AUTHENTICATION_ERROR) raise ATT_Error(ATT_INSUFFICIENT_AUTHENTICATION_ERROR)
def write_with_error(connection, _value): # -----------------------------------------------------------------------------
if not connection.is_encrypted: def sdp_records():
raise ATT_Error(ATT_INSUFFICIENT_ENCRYPTION_ERROR) service_record_handle = 0x00010001
return {
if not AUTHENTICATION_ERROR_RETURNED[1]: service_record_handle: make_audio_sink_service_sdp_records(
AUTHENTICATION_ERROR_RETURNED[1] = True service_record_handle
raise ATT_Error(ATT_INSUFFICIENT_AUTHENTICATION_ERROR) )
}
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
@@ -240,15 +247,19 @@ def on_connection(connection, request):
print(color(f'<<< Connection: {connection}', 'green')) print(color(f'<<< Connection: {connection}', 'green'))
# Listen for pairing events # Listen for pairing events
connection.on('pairing_start', on_pairing_start) connection.on(connection.EVENT_PAIRING_START, on_pairing_start)
connection.on('pairing', lambda keys: on_pairing(connection, keys)) connection.on(connection.EVENT_PAIRING, lambda keys: on_pairing(connection, keys))
connection.on( connection.on(
'pairing_failure', lambda reason: on_pairing_failure(connection, reason) connection.EVENT_CLASSIC_PAIRING, lambda: on_classic_pairing(connection)
)
connection.on(
connection.EVENT_PAIRING_FAILURE,
lambda reason: on_pairing_failure(connection, reason),
) )
# Listen for encryption changes # Listen for encryption changes
connection.on( connection.on(
'connection_encryption_change', connection.EVENT_CONNECTION_ENCRYPTION_CHANGE,
lambda: on_connection_encryption_change(connection), lambda: on_connection_encryption_change(connection),
) )
@@ -289,6 +300,20 @@ async def on_pairing(connection, keys):
Waiter.instance.terminate() Waiter.instance.terminate()
# -----------------------------------------------------------------------------
@AsyncRunner.run_in_task()
async def on_classic_pairing(connection):
print(color('***-----------------------------------', 'cyan'))
print(
color(
f'*** Paired [Classic]! (peer identity={connection.peer_address})', 'cyan'
)
)
print(color('***-----------------------------------', 'cyan'))
await asyncio.sleep(POST_PAIRING_DELAY)
Waiter.instance.terminate()
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
@AsyncRunner.run_in_task() @AsyncRunner.run_in_task()
async def on_pairing_failure(connection, reason): async def on_pairing_failure(connection, reason):
@@ -306,6 +331,7 @@ async def pair(
mitm, mitm,
bond, bond,
ctkd, ctkd,
advertising_address,
identity_address, identity_address,
linger, linger,
io, io,
@@ -314,6 +340,8 @@ async def pair(
request, request,
print_keys, print_keys,
keystore_file, keystore_file,
advertise_service_uuids,
advertise_appearance,
device_config, device_config,
hci_transport, hci_transport,
address_or_name, address_or_name,
@@ -329,29 +357,33 @@ async def pair(
# Expose a GATT characteristic that can be used to trigger pairing by # Expose a GATT characteristic that can be used to trigger pairing by
# responding with an authentication error when read # responding with an authentication error when read
if mode == 'le': if mode in ('le', 'dual'):
device.le_enabled = True
device.add_service( device.add_service(
Service( Service(
'50DB505C-8AC4-4738-8448-3B1D9CC09CC5', GATT_HEART_RATE_SERVICE,
[ [
Characteristic( Characteristic(
'552957FB-CF1F-4A31-9535-E78847E1A714', GATT_HEART_RATE_MEASUREMENT_CHARACTERISTIC,
Characteristic.Properties.READ Characteristic.Properties.READ,
| Characteristic.Properties.WRITE, Characteristic.READ_REQUIRES_AUTHENTICATION,
Characteristic.READABLE | Characteristic.WRITEABLE, bytes(1),
CharacteristicValue(
read=read_with_error, write=write_with_error
),
) )
], ],
) )
) )
# Select LE or Classic # LE and Classic support
if mode == 'classic': if mode in ('classic', 'dual'):
device.classic_enabled = True device.classic_enabled = True
device.classic_smp_enabled = ctkd device.classic_smp_enabled = ctkd
if mode in ('le', 'dual'):
device.le_enabled = True
if mode == 'dual':
device.le_simultaneous_enabled = True
# Setup SDP
if mode in ('classic', 'dual'):
device.sdp_service_records = sdp_records()
# Get things going # Get things going
await device.power_on() await device.power_on()
@@ -422,7 +454,9 @@ async def pair(
print(color(f'=== Connecting to {address_or_name}...', 'green')) print(color(f'=== Connecting to {address_or_name}...', 'green'))
connection = await device.connect( connection = await device.connect(
address_or_name, address_or_name,
transport=BT_LE_TRANSPORT if mode == 'le' else BT_BR_EDR_TRANSPORT, transport=(
PhysicalTransport.LE if mode == 'le' else PhysicalTransport.BR_EDR
),
) )
if not request: if not request:
@@ -435,13 +469,109 @@ async def pair(
print(color(f'Pairing failed: {error}', 'red')) print(color(f'Pairing failed: {error}', 'red'))
else: else:
if mode == 'le': if mode in ('le', 'dual'):
# Advertise so that peers can find us and connect # Advertise so that peers can find us and connect.
await device.start_advertising(auto_restart=True) # Include the heart rate service UUID in the advertisement data
else: # so that devices like iPhones can show this device in their
# Bluetooth selector.
service_uuids_16 = []
service_uuids_32 = []
service_uuids_128 = []
if advertise_service_uuids:
for uuid in advertise_service_uuids:
uuid = uuid.replace("-", "")
if len(uuid) == 4:
service_uuids_16.append(UUID(uuid))
elif len(uuid) == 8:
service_uuids_32.append(UUID(uuid))
elif len(uuid) == 32:
service_uuids_128.append(UUID(uuid))
else:
print(color('Invalid UUID format', 'red'))
return
else:
service_uuids_16.append(GATT_HEART_RATE_SERVICE)
flags = AdvertisingData.Flags.LE_LIMITED_DISCOVERABLE_MODE
if mode == 'le':
flags |= AdvertisingData.Flags.BR_EDR_NOT_SUPPORTED
if mode == 'dual':
flags |= AdvertisingData.Flags.SIMULTANEOUS_LE_BR_EDR_CAPABLE
ad_structs = [
(
AdvertisingData.FLAGS,
bytes([flags]),
),
(AdvertisingData.COMPLETE_LOCAL_NAME, 'Bumble'.encode()),
]
if service_uuids_16:
ad_structs.append(
(
AdvertisingData.INCOMPLETE_LIST_OF_16_BIT_SERVICE_CLASS_UUIDS,
b"".join(bytes(uuid) for uuid in service_uuids_16),
)
)
if service_uuids_32:
ad_structs.append(
(
AdvertisingData.INCOMPLETE_LIST_OF_32_BIT_SERVICE_CLASS_UUIDS,
b"".join(bytes(uuid) for uuid in service_uuids_32),
)
)
if service_uuids_128:
ad_structs.append(
(
AdvertisingData.INCOMPLETE_LIST_OF_128_BIT_SERVICE_CLASS_UUIDS,
b"".join(bytes(uuid) for uuid in service_uuids_128),
)
)
if advertise_appearance:
advertise_appearance = advertise_appearance.upper()
try:
advertise_appearance_int = int(advertise_appearance)
except ValueError:
category, subcategory = advertise_appearance.split('/')
try:
category_enum = Appearance.Category[category]
except ValueError:
print(
color(f'Invalid appearance category {category}', 'red')
)
return
subcategory_class = Appearance.SUBCATEGORY_CLASSES[
category_enum
]
try:
subcategory_enum = subcategory_class[subcategory]
except ValueError:
print(color(f'Invalid subcategory {subcategory}', 'red'))
return
advertise_appearance_int = int(
Appearance(category_enum, subcategory_enum)
)
ad_structs.append(
(
AdvertisingData.APPEARANCE,
struct.pack('<H', advertise_appearance_int),
)
)
device.advertising_data = bytes(AdvertisingData(ad_structs))
await device.start_advertising(
auto_restart=True,
own_address_type=(
OwnAddressType.PUBLIC
if advertising_address == 'public'
else OwnAddressType.RANDOM
),
)
if mode in ('classic', 'dual'):
# Become discoverable and connectable # Become discoverable and connectable
await device.set_discoverable(True) await device.set_discoverable(True)
await device.set_connectable(True) await device.set_connectable(True)
print(color('Ready for connections on', 'blue'), device.public_address)
# Run until the user asks to exit # Run until the user asks to exit
await Waiter.instance.wait_until_terminated() await Waiter.instance.wait_until_terminated()
@@ -461,7 +591,10 @@ class LogHandler(logging.Handler):
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
@click.command() @click.command()
@click.option( @click.option(
'--mode', type=click.Choice(['le', 'classic']), default='le', show_default=True '--mode',
type=click.Choice(['le', 'classic', 'dual']),
default='le',
show_default=True,
) )
@click.option( @click.option(
'--sc', '--sc',
@@ -483,6 +616,10 @@ class LogHandler(logging.Handler):
help='Enable CTKD', help='Enable CTKD',
show_default=True, show_default=True,
) )
@click.option(
'--advertising-address',
type=click.Choice(['random', 'public']),
)
@click.option( @click.option(
'--identity-address', '--identity-address',
type=click.Choice(['random', 'public']), type=click.Choice(['random', 'public']),
@@ -511,9 +648,20 @@ class LogHandler(logging.Handler):
@click.option('--print-keys', is_flag=True, help='Print the bond keys before pairing') @click.option('--print-keys', is_flag=True, help='Print the bond keys before pairing')
@click.option( @click.option(
'--keystore-file', '--keystore-file',
metavar='<filename>', metavar='FILENAME',
help='File in which to store the pairing keys', help='File in which to store the pairing keys',
) )
@click.option(
'--advertise-service-uuid',
metavar="UUID",
multiple=True,
help="Advertise a GATT service UUID (may be specified more than once)",
)
@click.option(
'--advertise-appearance',
metavar='APPEARANCE',
help='Advertise an Appearance ID (int value or string)',
)
@click.argument('device-config') @click.argument('device-config')
@click.argument('hci_transport') @click.argument('hci_transport')
@click.argument('address-or-name', required=False) @click.argument('address-or-name', required=False)
@@ -523,6 +671,7 @@ def main(
mitm, mitm,
bond, bond,
ctkd, ctkd,
advertising_address,
identity_address, identity_address,
linger, linger,
io, io,
@@ -531,6 +680,8 @@ def main(
request, request,
print_keys, print_keys,
keystore_file, keystore_file,
advertise_service_uuid,
advertise_appearance,
device_config, device_config,
hci_transport, hci_transport,
address_or_name, address_or_name,
@@ -549,6 +700,7 @@ def main(
mitm, mitm,
bond, bond,
ctkd, ctkd,
advertising_address,
identity_address, identity_address,
linger, linger,
io, io,
@@ -557,6 +709,8 @@ def main(
request, request,
print_keys, print_keys,
keystore_file, keystore_file,
advertise_service_uuid,
advertise_appearance,
device_config, device_config,
hci_transport, hci_transport,
address_or_name, address_or_name,
+3 -3
View File
@@ -56,7 +56,7 @@ from bumble.core import (
AdvertisingData, AdvertisingData,
ConnectionError as BumbleConnectionError, ConnectionError as BumbleConnectionError,
DeviceClass, DeviceClass,
BT_BR_EDR_TRANSPORT, PhysicalTransport,
) )
from bumble.device import Connection, Device, DeviceConfiguration from bumble.device import Connection, Device, DeviceConfiguration
from bumble.hci import Address, HCI_CONNECTION_ALREADY_EXISTS_ERROR, HCI_Constant from bumble.hci import Address, HCI_CONNECTION_ALREADY_EXISTS_ERROR, HCI_Constant
@@ -286,7 +286,7 @@ class Player:
async def connect(self, device: Device, address: str) -> Connection: async def connect(self, device: Device, address: str) -> Connection:
print(color(f"Connecting to {address}...", "green")) print(color(f"Connecting to {address}...", "green"))
connection = await device.connect(address, transport=BT_BR_EDR_TRANSPORT) connection = await device.connect(address, transport=PhysicalTransport.BR_EDR)
# Request authentication # Request authentication
if self.authenticate: if self.authenticate:
@@ -402,7 +402,7 @@ class Player:
async def pair(self, device: Device, address: str) -> None: async def pair(self, device: Device, address: str) -> None:
print(color(f"Connecting to {address}...", "green")) print(color(f"Connecting to {address}...", "green"))
connection = await device.connect(address, transport=BT_BR_EDR_TRANSPORT) connection = await device.connect(address, transport=PhysicalTransport.BR_EDR)
print(color("Pairing...", "magenta")) print(color("Pairing...", "magenta"))
await connection.authenticate() await connection.authenticate()
+1 -1
View File
@@ -271,7 +271,7 @@ class ClientBridge:
print(color(f"@@@ Connecting to Bluetooth {self.address}", "blue")) print(color(f"@@@ Connecting to Bluetooth {self.address}", "blue"))
assert self.device assert self.device
self.connection = await self.device.connect( self.connection = await self.device.connect(
self.address, transport=core.BT_BR_EDR_TRANSPORT self.address, transport=core.PhysicalTransport.BR_EDR
) )
print(color(f"@@@ Bluetooth connection: {self.connection}", "blue")) print(color(f"@@@ Bluetooth connection: {self.connection}", "blue"))
self.connection.on("disconnection", self.on_disconnection) self.connection.on("disconnection", self.on_disconnection)
+4 -2
View File
@@ -34,7 +34,7 @@ from aiohttp import web
import bumble import bumble
from bumble.colors import color from bumble.colors import color
from bumble.core import BT_BR_EDR_TRANSPORT, CommandTimeoutError from bumble.core import PhysicalTransport, CommandTimeoutError
from bumble.device import Connection, Device, DeviceConfiguration from bumble.device import Connection, Device, DeviceConfiguration
from bumble.hci import HCI_StatusError from bumble.hci import HCI_StatusError
from bumble.pairing import PairingConfig from bumble.pairing import PairingConfig
@@ -568,7 +568,9 @@ class Speaker:
async def connect(self, address): async def connect(self, address):
# Connect to the source # Connect to the source
print(f'=== Connecting to {address}...') print(f'=== Connecting to {address}...')
connection = await self.device.connect(address, transport=BT_BR_EDR_TRANSPORT) connection = await self.device.connect(
address, transport=PhysicalTransport.BR_EDR
)
print(f'=== Connected to {connection.peer_address}') print(f'=== Connected to {connection.peer_address}')
# Request authentication # Request authentication
+7 -7
View File
@@ -26,9 +26,9 @@ from typing import Awaitable, Callable
from typing_extensions import ClassVar, Self from typing_extensions import ClassVar, Self
from .codecs import AacAudioRtpPacket from bumble.codecs import AacAudioRtpPacket
from .company_ids import COMPANY_IDENTIFIERS from bumble.company_ids import COMPANY_IDENTIFIERS
from .sdp import ( from bumble.sdp import (
DataElement, DataElement,
ServiceAttribute, ServiceAttribute,
SDP_PUBLIC_BROWSE_ROOT, SDP_PUBLIC_BROWSE_ROOT,
@@ -38,7 +38,7 @@ from .sdp import (
SDP_PROTOCOL_DESCRIPTOR_LIST_ATTRIBUTE_ID, SDP_PROTOCOL_DESCRIPTOR_LIST_ATTRIBUTE_ID,
SDP_BLUETOOTH_PROFILE_DESCRIPTOR_LIST_ATTRIBUTE_ID, SDP_BLUETOOTH_PROFILE_DESCRIPTOR_LIST_ATTRIBUTE_ID,
) )
from .core import ( from bumble.core import (
BT_L2CAP_PROTOCOL_ID, BT_L2CAP_PROTOCOL_ID,
BT_AUDIO_SOURCE_SERVICE, BT_AUDIO_SOURCE_SERVICE,
BT_AUDIO_SINK_SERVICE, BT_AUDIO_SINK_SERVICE,
@@ -46,7 +46,7 @@ from .core import (
BT_ADVANCED_AUDIO_DISTRIBUTION_SERVICE, BT_ADVANCED_AUDIO_DISTRIBUTION_SERVICE,
name_or_number, name_or_number,
) )
from .rtp import MediaPacket from bumble.rtp import MediaPacket
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
@@ -155,7 +155,7 @@ def flags_to_list(flags, values):
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
def make_audio_source_service_sdp_records(service_record_handle, version=(1, 3)): def make_audio_source_service_sdp_records(service_record_handle, version=(1, 3)):
# pylint: disable=import-outside-toplevel # pylint: disable=import-outside-toplevel
from .avdtp import AVDTP_PSM from bumble.avdtp import AVDTP_PSM
version_int = version[0] << 8 | version[1] version_int = version[0] << 8 | version[1]
return [ return [
@@ -209,7 +209,7 @@ def make_audio_source_service_sdp_records(service_record_handle, version=(1, 3))
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
def make_audio_sink_service_sdp_records(service_record_handle, version=(1, 3)): def make_audio_sink_service_sdp_records(service_record_handle, version=(1, 3)):
# pylint: disable=import-outside-toplevel # pylint: disable=import-outside-toplevel
from .avdtp import AVDTP_PSM from bumble.avdtp import AVDTP_PSM
version_int = version[0] << 8 | version[1] version_int = version[0] << 8 | version[1]
return [ return [
+17 -7
View File
@@ -41,7 +41,6 @@ from typing import (
TYPE_CHECKING, TYPE_CHECKING,
) )
from pyee import EventEmitter
from bumble import utils from bumble import utils
from bumble.core import UUID, name_or_number, InvalidOperationError, ProtocolError from bumble.core import UUID, name_or_number, InvalidOperationError, ProtocolError
@@ -223,7 +222,12 @@ UUID_2_FIELD_SPEC = lambda x, y: UUID.parse_uuid_2(x, y) # noqa: E731
# Exceptions # Exceptions
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
class ATT_Error(ProtocolError): class ATT_Error(ProtocolError):
def __init__(self, error_code, att_handle=0x0000, message=''): error_code: int
att_handle: int
def __init__(
self, error_code: int, att_handle: int = 0x0000, message: str = ''
) -> None:
super().__init__( super().__init__(
error_code, error_code,
error_namespace='att', error_namespace='att',
@@ -233,7 +237,10 @@ class ATT_Error(ProtocolError):
self.message = message self.message = message
def __str__(self): def __str__(self):
return f'ATT_Error(error={self.error_name}, handle={self.att_handle:04X}): {self.message}' return (
f'ATT_Error(error={self.error_name}, '
f'handle={self.att_handle:04X}): {self.message}'
)
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
@@ -790,7 +797,7 @@ class AttributeValue(Generic[_T]):
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
class Attribute(EventEmitter, Generic[_T]): class Attribute(utils.EventEmitter, Generic[_T]):
class Permissions(enum.IntFlag): class Permissions(enum.IntFlag):
READABLE = 0x01 READABLE = 0x01
WRITEABLE = 0x02 WRITEABLE = 0x02
@@ -829,6 +836,9 @@ class Attribute(EventEmitter, Generic[_T]):
READ_REQUIRES_AUTHORIZATION = Permissions.READ_REQUIRES_AUTHORIZATION READ_REQUIRES_AUTHORIZATION = Permissions.READ_REQUIRES_AUTHORIZATION
WRITE_REQUIRES_AUTHORIZATION = Permissions.WRITE_REQUIRES_AUTHORIZATION WRITE_REQUIRES_AUTHORIZATION = Permissions.WRITE_REQUIRES_AUTHORIZATION
EVENT_READ = "read"
EVENT_WRITE = "write"
value: Union[AttributeValue[_T], _T, None] value: Union[AttributeValue[_T], _T, None]
def __init__( def __init__(
@@ -837,7 +847,7 @@ class Attribute(EventEmitter, Generic[_T]):
permissions: Union[str, Attribute.Permissions], permissions: Union[str, Attribute.Permissions],
value: Union[AttributeValue[_T], _T, None] = None, value: Union[AttributeValue[_T], _T, None] = None,
) -> None: ) -> None:
EventEmitter.__init__(self) utils.EventEmitter.__init__(self)
self.handle = 0 self.handle = 0
self.end_group_handle = 0 self.end_group_handle = 0
if isinstance(permissions, str): if isinstance(permissions, str):
@@ -899,7 +909,7 @@ class Attribute(EventEmitter, Generic[_T]):
else: else:
value = self.value value = self.value
self.emit('read', connection, b'' if value is None else value) self.emit(self.EVENT_READ, connection, b'' if value is None else value)
return b'' if value is None else self.encode_value(value) return b'' if value is None else self.encode_value(value)
@@ -940,7 +950,7 @@ class Attribute(EventEmitter, Generic[_T]):
else: else:
self.value = decoded_value self.value = decoded_value
self.emit('write', connection, decoded_value) self.emit(self.EVENT_WRITE, connection, decoded_value)
def __repr__(self): def __repr__(self):
if isinstance(self.value, bytes): if isinstance(self.value, bytes):
+5 -5
View File
@@ -21,7 +21,7 @@ import struct
from typing import Dict, Type, Union, Tuple from typing import Dict, Type, Union, Tuple
from bumble import core from bumble import core
from bumble.utils import OpenIntEnum from bumble import utils
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
@@ -43,7 +43,7 @@ class Frame:
EXTENDED = 0x1E EXTENDED = 0x1E
UNIT = 0x1F UNIT = 0x1F
class OperationCode(OpenIntEnum): class OperationCode(utils.OpenIntEnum):
# 0x00 - 0x0F: Unit and subunit commands # 0x00 - 0x0F: Unit and subunit commands
VENDOR_DEPENDENT = 0x00 VENDOR_DEPENDENT = 0x00
RESERVE = 0x01 RESERVE = 0x01
@@ -204,7 +204,7 @@ class Frame:
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
class CommandFrame(Frame): class CommandFrame(Frame):
class CommandType(OpenIntEnum): class CommandType(utils.OpenIntEnum):
# AV/C Digital Interface Command Set General Specification Version 4.1 # AV/C Digital Interface Command Set General Specification Version 4.1
# Table 7.1 # Table 7.1
CONTROL = 0x00 CONTROL = 0x00
@@ -240,7 +240,7 @@ class CommandFrame(Frame):
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
class ResponseFrame(Frame): class ResponseFrame(Frame):
class ResponseCode(OpenIntEnum): class ResponseCode(utils.OpenIntEnum):
# AV/C Digital Interface Command Set General Specification Version 4.1 # AV/C Digital Interface Command Set General Specification Version 4.1
# Table 7.2 # Table 7.2
NOT_IMPLEMENTED = 0x08 NOT_IMPLEMENTED = 0x08
@@ -368,7 +368,7 @@ class PassThroughFrame:
PRESSED = 0 PRESSED = 0
RELEASED = 1 RELEASED = 1
class OperationId(OpenIntEnum): class OperationId(utils.OpenIntEnum):
SELECT = 0x00 SELECT = 0x00
UP = 0x01 UP = 0x01
DOWN = 0x01 DOWN = 0x01
+2 -2
View File
@@ -166,8 +166,8 @@ class Protocol:
# Register to receive PDUs from the channel # Register to receive PDUs from the channel
l2cap_channel.sink = self.on_pdu l2cap_channel.sink = self.on_pdu
l2cap_channel.on("open", self.on_l2cap_channel_open) l2cap_channel.on(l2cap_channel.EVENT_OPEN, self.on_l2cap_channel_open)
l2cap_channel.on("close", self.on_l2cap_channel_close) l2cap_channel.on(l2cap_channel.EVENT_CLOSE, self.on_l2cap_channel_close)
def on_l2cap_channel_open(self): def on_l2cap_channel_open(self):
logger.debug(color("<<< AVCTP channel open", "magenta")) logger.debug(color("<<< AVCTP channel open", "magenta"))
+131 -78
View File
@@ -37,16 +37,15 @@ from typing import (
cast, cast,
) )
from pyee import EventEmitter
from .core import ( from bumble.core import (
BT_ADVANCED_AUDIO_DISTRIBUTION_SERVICE, BT_ADVANCED_AUDIO_DISTRIBUTION_SERVICE,
InvalidStateError, InvalidStateError,
ProtocolError, ProtocolError,
InvalidArgumentError, InvalidArgumentError,
name_or_number, name_or_number,
) )
from .a2dp import ( from bumble.a2dp import (
A2DP_CODEC_TYPE_NAMES, A2DP_CODEC_TYPE_NAMES,
A2DP_MPEG_2_4_AAC_CODEC_TYPE, A2DP_MPEG_2_4_AAC_CODEC_TYPE,
A2DP_NON_A2DP_CODEC_TYPE, A2DP_NON_A2DP_CODEC_TYPE,
@@ -56,9 +55,9 @@ from .a2dp import (
SbcMediaCodecInformation, SbcMediaCodecInformation,
VendorSpecificMediaCodecInformation, VendorSpecificMediaCodecInformation,
) )
from .rtp import MediaPacket from bumble.rtp import MediaPacket
from . import sdp, device, l2cap from bumble import sdp, device, l2cap, utils
from .colors import color from bumble.colors import color
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
@@ -897,7 +896,7 @@ class Set_Configuration_Reject(Message):
self.service_category = self.payload[0] self.service_category = self.payload[0]
self.error_code = self.payload[1] self.error_code = self.payload[1]
def __init__(self, service_category, error_code): def __init__(self, error_code: int, service_category: int = 0) -> None:
super().__init__(payload=bytes([service_category, error_code])) super().__init__(payload=bytes([service_category, error_code]))
self.service_category = service_category self.service_category = service_category
self.error_code = error_code self.error_code = error_code
@@ -1133,6 +1132,14 @@ class Security_Control_Command(Message):
See Bluetooth AVDTP spec - 8.17.1 Security Control Command See Bluetooth AVDTP spec - 8.17.1 Security Control Command
''' '''
def init_from_payload(self):
# pylint: disable=attribute-defined-outside-init
self.acp_seid = self.payload[0] >> 2
self.data = self.payload[1:]
def __str__(self) -> str:
return self.to_string([f'ACP_SEID: {self.acp_seid}', f'data: {self.data}'])
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
@Message.subclass @Message.subclass
@@ -1194,13 +1201,16 @@ class DelayReport_Reject(Simple_Reject):
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
class Protocol(EventEmitter): class Protocol(utils.EventEmitter):
local_endpoints: List[LocalStreamEndPoint] local_endpoints: List[LocalStreamEndPoint]
remote_endpoints: Dict[int, DiscoveredStreamEndPoint] remote_endpoints: Dict[int, DiscoveredStreamEndPoint]
streams: Dict[int, Stream] streams: Dict[int, Stream]
transaction_results: List[Optional[asyncio.Future[Message]]] transaction_results: List[Optional[asyncio.Future[Message]]]
channel_connector: Callable[[], Awaitable[l2cap.ClassicChannel]] channel_connector: Callable[[], Awaitable[l2cap.ClassicChannel]]
EVENT_OPEN = "open"
EVENT_CLOSE = "close"
class PacketType(enum.IntEnum): class PacketType(enum.IntEnum):
SINGLE_PACKET = 0 SINGLE_PACKET = 0
START_PACKET = 1 START_PACKET = 1
@@ -1240,8 +1250,8 @@ class Protocol(EventEmitter):
# Register to receive PDUs from the channel # Register to receive PDUs from the channel
l2cap_channel.sink = self.on_pdu l2cap_channel.sink = self.on_pdu
l2cap_channel.on('open', self.on_l2cap_channel_open) l2cap_channel.on(l2cap_channel.EVENT_OPEN, self.on_l2cap_channel_open)
l2cap_channel.on('close', self.on_l2cap_channel_close) l2cap_channel.on(l2cap_channel.EVENT_CLOSE, self.on_l2cap_channel_close)
def get_local_endpoint_by_seid(self, seid: int) -> Optional[LocalStreamEndPoint]: def get_local_endpoint_by_seid(self, seid: int) -> Optional[LocalStreamEndPoint]:
if 0 < seid <= len(self.local_endpoints): if 0 < seid <= len(self.local_endpoints):
@@ -1411,20 +1421,20 @@ class Protocol(EventEmitter):
self.transaction_results[transaction_label] = None self.transaction_results[transaction_label] = None
self.transaction_semaphore.release() self.transaction_semaphore.release()
def on_l2cap_connection(self, channel): def on_l2cap_connection(self, channel: l2cap.ClassicChannel) -> None:
# Forward the channel to the endpoint that's expecting it # Forward the channel to the endpoint that's expecting it
if self.channel_acceptor is None: if self.channel_acceptor is None:
logger.warning(color('!!! l2cap connection with no acceptor', 'red')) logger.warning(color('!!! l2cap connection with no acceptor', 'red'))
return return
self.channel_acceptor.on_l2cap_connection(channel) self.channel_acceptor.on_l2cap_connection(channel)
def on_l2cap_channel_open(self): def on_l2cap_channel_open(self) -> None:
logger.debug(color('<<< L2CAP channel open', 'magenta')) logger.debug(color('<<< L2CAP channel open', 'magenta'))
self.emit('open') self.emit(self.EVENT_OPEN)
def on_l2cap_channel_close(self): def on_l2cap_channel_close(self) -> None:
logger.debug(color('<<< L2CAP channel close', 'magenta')) logger.debug(color('<<< L2CAP channel close', 'magenta'))
self.emit('close') self.emit(self.EVENT_CLOSE)
def send_message(self, transaction_label: int, message: Message) -> None: def send_message(self, transaction_label: int, message: Message) -> None:
logger.debug( logger.debug(
@@ -1542,28 +1552,34 @@ class Protocol(EventEmitter):
async def abort(self, seid: int) -> Abort_Response: async def abort(self, seid: int) -> Abort_Response:
return await self.send_command(Abort_Command(seid)) return await self.send_command(Abort_Command(seid))
def on_discover_command(self, _command): def on_discover_command(self, command: Discover_Command) -> Optional[Message]:
endpoint_infos = [ endpoint_infos = [
EndPointInfo(endpoint.seid, 0, endpoint.media_type, endpoint.tsep) EndPointInfo(endpoint.seid, 0, endpoint.media_type, endpoint.tsep)
for endpoint in self.local_endpoints for endpoint in self.local_endpoints
] ]
return Discover_Response(endpoint_infos) return Discover_Response(endpoint_infos)
def on_get_capabilities_command(self, command): def on_get_capabilities_command(
self, command: Get_Capabilities_Command
) -> Optional[Message]:
endpoint = self.get_local_endpoint_by_seid(command.acp_seid) endpoint = self.get_local_endpoint_by_seid(command.acp_seid)
if endpoint is None: if endpoint is None:
return Get_Capabilities_Reject(AVDTP_BAD_ACP_SEID_ERROR) return Get_Capabilities_Reject(AVDTP_BAD_ACP_SEID_ERROR)
return Get_Capabilities_Response(endpoint.capabilities) return Get_Capabilities_Response(endpoint.capabilities)
def on_get_all_capabilities_command(self, command): def on_get_all_capabilities_command(
self, command: Get_All_Capabilities_Command
) -> Optional[Message]:
endpoint = self.get_local_endpoint_by_seid(command.acp_seid) endpoint = self.get_local_endpoint_by_seid(command.acp_seid)
if endpoint is None: if endpoint is None:
return Get_All_Capabilities_Reject(AVDTP_BAD_ACP_SEID_ERROR) return Get_All_Capabilities_Reject(AVDTP_BAD_ACP_SEID_ERROR)
return Get_All_Capabilities_Response(endpoint.capabilities) return Get_All_Capabilities_Response(endpoint.capabilities)
def on_set_configuration_command(self, command): def on_set_configuration_command(
self, command: Set_Configuration_Command
) -> Optional[Message]:
endpoint = self.get_local_endpoint_by_seid(command.acp_seid) endpoint = self.get_local_endpoint_by_seid(command.acp_seid)
if endpoint is None: if endpoint is None:
return Set_Configuration_Reject(AVDTP_BAD_ACP_SEID_ERROR) return Set_Configuration_Reject(AVDTP_BAD_ACP_SEID_ERROR)
@@ -1579,7 +1595,9 @@ class Protocol(EventEmitter):
result = stream.on_set_configuration_command(command.capabilities) result = stream.on_set_configuration_command(command.capabilities)
return result or Set_Configuration_Response() return result or Set_Configuration_Response()
def on_get_configuration_command(self, command): def on_get_configuration_command(
self, command: Get_Configuration_Command
) -> Optional[Message]:
endpoint = self.get_local_endpoint_by_seid(command.acp_seid) endpoint = self.get_local_endpoint_by_seid(command.acp_seid)
if endpoint is None: if endpoint is None:
return Get_Configuration_Reject(AVDTP_BAD_ACP_SEID_ERROR) return Get_Configuration_Reject(AVDTP_BAD_ACP_SEID_ERROR)
@@ -1588,7 +1606,7 @@ class Protocol(EventEmitter):
return endpoint.stream.on_get_configuration_command() return endpoint.stream.on_get_configuration_command()
def on_reconfigure_command(self, command): def on_reconfigure_command(self, command: Reconfigure_Command) -> Optional[Message]:
endpoint = self.get_local_endpoint_by_seid(command.acp_seid) endpoint = self.get_local_endpoint_by_seid(command.acp_seid)
if endpoint is None: if endpoint is None:
return Reconfigure_Reject(0, AVDTP_BAD_ACP_SEID_ERROR) return Reconfigure_Reject(0, AVDTP_BAD_ACP_SEID_ERROR)
@@ -1598,7 +1616,7 @@ class Protocol(EventEmitter):
result = endpoint.stream.on_reconfigure_command(command.capabilities) result = endpoint.stream.on_reconfigure_command(command.capabilities)
return result or Reconfigure_Response() return result or Reconfigure_Response()
def on_open_command(self, command): def on_open_command(self, command: Open_Command) -> Optional[Message]:
endpoint = self.get_local_endpoint_by_seid(command.acp_seid) endpoint = self.get_local_endpoint_by_seid(command.acp_seid)
if endpoint is None: if endpoint is None:
return Open_Reject(AVDTP_BAD_ACP_SEID_ERROR) return Open_Reject(AVDTP_BAD_ACP_SEID_ERROR)
@@ -1608,25 +1626,26 @@ class Protocol(EventEmitter):
result = endpoint.stream.on_open_command() result = endpoint.stream.on_open_command()
return result or Open_Response() return result or Open_Response()
def on_start_command(self, command): def on_start_command(self, command: Start_Command) -> Optional[Message]:
for seid in command.acp_seids: for seid in command.acp_seids:
endpoint = self.get_local_endpoint_by_seid(seid) endpoint = self.get_local_endpoint_by_seid(seid)
if endpoint is None: if endpoint is None:
return Start_Reject(seid, AVDTP_BAD_ACP_SEID_ERROR) return Start_Reject(seid, AVDTP_BAD_ACP_SEID_ERROR)
if endpoint.stream is None: if endpoint.stream is None:
return Start_Reject(AVDTP_BAD_STATE_ERROR) return Start_Reject(seid, AVDTP_BAD_STATE_ERROR)
# Start all streams # Start all streams
# TODO: deal with partial failures # TODO: deal with partial failures
for seid in command.acp_seids: for seid in command.acp_seids:
endpoint = self.get_local_endpoint_by_seid(seid) endpoint = self.get_local_endpoint_by_seid(seid)
result = endpoint.stream.on_start_command() if not endpoint or not endpoint.stream:
if result is not None: raise InvalidStateError("Should already be checked!")
if (result := endpoint.stream.on_start_command()) is not None:
return result return result
return Start_Response() return Start_Response()
def on_suspend_command(self, command): def on_suspend_command(self, command: Suspend_Command) -> Optional[Message]:
for seid in command.acp_seids: for seid in command.acp_seids:
endpoint = self.get_local_endpoint_by_seid(seid) endpoint = self.get_local_endpoint_by_seid(seid)
if endpoint is None: if endpoint is None:
@@ -1638,13 +1657,14 @@ class Protocol(EventEmitter):
# TODO: deal with partial failures # TODO: deal with partial failures
for seid in command.acp_seids: for seid in command.acp_seids:
endpoint = self.get_local_endpoint_by_seid(seid) endpoint = self.get_local_endpoint_by_seid(seid)
result = endpoint.stream.on_suspend_command() if not endpoint or not endpoint.stream:
if result is not None: raise InvalidStateError("Should already be checked!")
if (result := endpoint.stream.on_suspend_command()) is not None:
return result return result
return Suspend_Response() return Suspend_Response()
def on_close_command(self, command): def on_close_command(self, command: Close_Command) -> Optional[Message]:
endpoint = self.get_local_endpoint_by_seid(command.acp_seid) endpoint = self.get_local_endpoint_by_seid(command.acp_seid)
if endpoint is None: if endpoint is None:
return Close_Reject(AVDTP_BAD_ACP_SEID_ERROR) return Close_Reject(AVDTP_BAD_ACP_SEID_ERROR)
@@ -1654,7 +1674,7 @@ class Protocol(EventEmitter):
result = endpoint.stream.on_close_command() result = endpoint.stream.on_close_command()
return result or Close_Response() return result or Close_Response()
def on_abort_command(self, command): def on_abort_command(self, command: Abort_Command) -> Optional[Message]:
endpoint = self.get_local_endpoint_by_seid(command.acp_seid) endpoint = self.get_local_endpoint_by_seid(command.acp_seid)
if endpoint is None or endpoint.stream is None: if endpoint is None or endpoint.stream is None:
return Abort_Response() return Abort_Response()
@@ -1662,15 +1682,17 @@ class Protocol(EventEmitter):
endpoint.stream.on_abort_command() endpoint.stream.on_abort_command()
return Abort_Response() return Abort_Response()
def on_security_control_command(self, command): def on_security_control_command(
self, command: Security_Control_Command
) -> Optional[Message]:
endpoint = self.get_local_endpoint_by_seid(command.acp_seid) endpoint = self.get_local_endpoint_by_seid(command.acp_seid)
if endpoint is None: if endpoint is None:
return Security_Control_Reject(AVDTP_BAD_ACP_SEID_ERROR) return Security_Control_Reject(AVDTP_BAD_ACP_SEID_ERROR)
result = endpoint.on_security_control_command(command.payload) result = endpoint.on_security_control_command(command.data)
return result or Security_Control_Response() return result or Security_Control_Response()
def on_delayreport_command(self, command): def on_delayreport_command(self, command: DelayReport_Command) -> Optional[Message]:
endpoint = self.get_local_endpoint_by_seid(command.acp_seid) endpoint = self.get_local_endpoint_by_seid(command.acp_seid)
if endpoint is None: if endpoint is None:
return DelayReport_Reject(AVDTP_BAD_ACP_SEID_ERROR) return DelayReport_Reject(AVDTP_BAD_ACP_SEID_ERROR)
@@ -1680,9 +1702,11 @@ class Protocol(EventEmitter):
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
class Listener(EventEmitter): class Listener(utils.EventEmitter):
servers: Dict[int, Protocol] servers: Dict[int, Protocol]
EVENT_CONNECTION = "connection"
@staticmethod @staticmethod
def create_registrar(device: device.Device): def create_registrar(device: device.Device):
warnings.warn("Please use Listener.for_device()", DeprecationWarning) warnings.warn("Please use Listener.for_device()", DeprecationWarning)
@@ -1717,7 +1741,7 @@ class Listener(EventEmitter):
l2cap_server = device.create_l2cap_server( l2cap_server = device.create_l2cap_server(
spec=l2cap.ClassicChannelSpec(psm=AVDTP_PSM) spec=l2cap.ClassicChannelSpec(psm=AVDTP_PSM)
) )
l2cap_server.on('connection', listener.on_l2cap_connection) l2cap_server.on(l2cap_server.EVENT_CONNECTION, listener.on_l2cap_connection)
return listener return listener
def on_l2cap_connection(self, channel: l2cap.ClassicChannel) -> None: def on_l2cap_connection(self, channel: l2cap.ClassicChannel) -> None:
@@ -1733,14 +1757,14 @@ class Listener(EventEmitter):
logger.debug('setting up new Protocol for the connection') logger.debug('setting up new Protocol for the connection')
server = Protocol(channel, self.version) server = Protocol(channel, self.version)
self.set_server(channel.connection, server) self.set_server(channel.connection, server)
self.emit('connection', server) self.emit(self.EVENT_CONNECTION, server)
def on_channel_close(): def on_channel_close():
logger.debug('removing Protocol for the connection') logger.debug('removing Protocol for the connection')
self.remove_server(channel.connection) self.remove_server(channel.connection)
channel.on('open', on_channel_open) channel.on(channel.EVENT_OPEN, on_channel_open)
channel.on('close', on_channel_close) channel.on(channel.EVENT_CLOSE, on_channel_close)
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
@@ -1789,6 +1813,7 @@ class Stream:
) )
async def start(self) -> None: async def start(self) -> None:
"""[Source] Start streaming."""
# Auto-open if needed # Auto-open if needed
if self.state == AVDTP_CONFIGURED_STATE: if self.state == AVDTP_CONFIGURED_STATE:
await self.open() await self.open()
@@ -1805,6 +1830,7 @@ class Stream:
self.change_state(AVDTP_STREAMING_STATE) self.change_state(AVDTP_STREAMING_STATE)
async def stop(self) -> None: async def stop(self) -> None:
"""[Source] Stop streaming and transit to OPEN state."""
if self.state != AVDTP_STREAMING_STATE: if self.state != AVDTP_STREAMING_STATE:
raise InvalidStateError('current state is not STREAMING') raise InvalidStateError('current state is not STREAMING')
@@ -1817,6 +1843,7 @@ class Stream:
self.change_state(AVDTP_OPEN_STATE) self.change_state(AVDTP_OPEN_STATE)
async def close(self) -> None: async def close(self) -> None:
"""[Source] Close channel and transit to IDLE state."""
if self.state not in (AVDTP_OPEN_STATE, AVDTP_STREAMING_STATE): if self.state not in (AVDTP_OPEN_STATE, AVDTP_STREAMING_STATE):
raise InvalidStateError('current state is not OPEN or STREAMING') raise InvalidStateError('current state is not OPEN or STREAMING')
@@ -1848,7 +1875,7 @@ class Stream:
self.change_state(AVDTP_CONFIGURED_STATE) self.change_state(AVDTP_CONFIGURED_STATE)
return None return None
def on_get_configuration_command(self, configuration): def on_get_configuration_command(self):
if self.state not in ( if self.state not in (
AVDTP_CONFIGURED_STATE, AVDTP_CONFIGURED_STATE,
AVDTP_OPEN_STATE, AVDTP_OPEN_STATE,
@@ -1856,7 +1883,7 @@ class Stream:
): ):
return Get_Configuration_Reject(AVDTP_BAD_STATE_ERROR) return Get_Configuration_Reject(AVDTP_BAD_STATE_ERROR)
return self.local_endpoint.on_get_configuration_command(configuration) return self.local_endpoint.on_get_configuration_command()
def on_reconfigure_command(self, configuration): def on_reconfigure_command(self, configuration):
if self.state != AVDTP_OPEN_STATE: if self.state != AVDTP_OPEN_STATE:
@@ -1936,20 +1963,20 @@ class Stream:
# Wait for the RTP channel to be closed # Wait for the RTP channel to be closed
self.change_state(AVDTP_ABORTING_STATE) self.change_state(AVDTP_ABORTING_STATE)
def on_l2cap_connection(self, channel): def on_l2cap_connection(self, channel: l2cap.ClassicChannel) -> None:
logger.debug(color('<<< stream channel connected', 'magenta')) logger.debug(color('<<< stream channel connected', 'magenta'))
self.rtp_channel = channel self.rtp_channel = channel
channel.on('open', self.on_l2cap_channel_open) channel.on(channel.EVENT_OPEN, self.on_l2cap_channel_open)
channel.on('close', self.on_l2cap_channel_close) channel.on(channel.EVENT_CLOSE, self.on_l2cap_channel_close)
# We don't need more channels # We don't need more channels
self.protocol.channel_acceptor = None self.protocol.channel_acceptor = None
def on_l2cap_channel_open(self): def on_l2cap_channel_open(self) -> None:
logger.debug(color('<<< stream channel open', 'magenta')) logger.debug(color('<<< stream channel open', 'magenta'))
self.local_endpoint.on_rtp_channel_open() self.local_endpoint.on_rtp_channel_open()
def on_l2cap_channel_close(self): def on_l2cap_channel_close(self) -> None:
logger.debug(color('<<< stream channel closed', 'magenta')) logger.debug(color('<<< stream channel closed', 'magenta'))
self.local_endpoint.on_rtp_channel_close() self.local_endpoint.on_rtp_channel_close()
self.local_endpoint.in_use = 0 self.local_endpoint.in_use = 0
@@ -2063,9 +2090,22 @@ class DiscoveredStreamEndPoint(StreamEndPoint, StreamEndPointProxy):
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
class LocalStreamEndPoint(StreamEndPoint, EventEmitter): class LocalStreamEndPoint(StreamEndPoint, utils.EventEmitter):
stream: Optional[Stream] stream: Optional[Stream]
EVENT_CONFIGURATION = "configuration"
EVENT_OPEN = "open"
EVENT_START = "start"
EVENT_STOP = "stop"
EVENT_RTP_PACKET = "rtp_packet"
EVENT_SUSPEND = "suspend"
EVENT_CLOSE = "close"
EVENT_ABORT = "abort"
EVENT_DELAY_REPORT = "delay_report"
EVENT_SECURITY_CONTROL = "security_control"
EVENT_RTP_CHANNEL_OPEN = "rtp_channel_open"
EVENT_RTP_CHANNEL_CLOSE = "rtp_channel_close"
def __init__( def __init__(
self, self,
protocol: Protocol, protocol: Protocol,
@@ -2076,57 +2116,70 @@ class LocalStreamEndPoint(StreamEndPoint, EventEmitter):
configuration: Optional[Iterable[ServiceCapabilities]] = None, configuration: Optional[Iterable[ServiceCapabilities]] = None,
): ):
StreamEndPoint.__init__(self, seid, media_type, tsep, 0, capabilities) StreamEndPoint.__init__(self, seid, media_type, tsep, 0, capabilities)
EventEmitter.__init__(self) utils.EventEmitter.__init__(self)
self.protocol = protocol self.protocol = protocol
self.configuration = configuration if configuration is not None else [] self.configuration = configuration if configuration is not None else []
self.stream = None self.stream = None
async def start(self): async def start(self) -> None:
pass """[Source Only] Handles when receiving start command."""
async def stop(self): async def stop(self) -> None:
pass """[Source Only] Handles when receiving stop command."""
async def close(self): async def close(self) -> None:
pass """[Source Only] Handles when receiving close command."""
def on_reconfigure_command(self, command): def on_reconfigure_command(self, command) -> Optional[Message]:
pass return None
def on_set_configuration_command(self, configuration): def on_set_configuration_command(self, configuration) -> Optional[Message]:
logger.debug( logger.debug(
'<<< received configuration: ' '<<< received configuration: '
f'{",".join([str(capability) for capability in configuration])}' f'{",".join([str(capability) for capability in configuration])}'
) )
self.configuration = configuration self.configuration = configuration
self.emit('configuration') self.emit(self.EVENT_CONFIGURATION)
return None
def on_get_configuration_command(self): def on_get_configuration_command(self) -> Optional[Message]:
return Get_Configuration_Response(self.configuration) return Get_Configuration_Response(self.configuration)
def on_open_command(self): def on_open_command(self) -> Optional[Message]:
self.emit('open') self.emit(self.EVENT_OPEN)
return None
def on_start_command(self): def on_start_command(self) -> Optional[Message]:
self.emit('start') self.emit(self.EVENT_START)
return None
def on_suspend_command(self): def on_suspend_command(self) -> Optional[Message]:
self.emit('suspend') self.emit(self.EVENT_SUSPEND)
return None
def on_close_command(self): def on_close_command(self) -> Optional[Message]:
self.emit('close') self.emit(self.EVENT_CLOSE)
return None
def on_abort_command(self): def on_abort_command(self) -> Optional[Message]:
self.emit('abort') self.emit(self.EVENT_ABORT)
return None
def on_delayreport_command(self, delay: int): def on_delayreport_command(self, delay: int) -> Optional[Message]:
self.emit('delay_report', delay) self.emit(self.EVENT_DELAY_REPORT, delay)
return None
def on_rtp_channel_open(self): def on_security_control_command(self, data: bytes) -> Optional[Message]:
self.emit('rtp_channel_open') self.emit(self.EVENT_SECURITY_CONTROL, data)
return None
def on_rtp_channel_close(self): def on_rtp_channel_open(self) -> None:
self.emit('rtp_channel_close') self.emit(self.EVENT_RTP_CHANNEL_OPEN)
return None
def on_rtp_channel_close(self) -> None:
self.emit(self.EVENT_RTP_CHANNEL_CLOSE)
return None
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
@@ -2157,13 +2210,13 @@ class LocalSource(LocalStreamEndPoint):
if self.packet_pump and self.stream and self.stream.rtp_channel: if self.packet_pump and self.stream and self.stream.rtp_channel:
return await self.packet_pump.start(self.stream.rtp_channel) return await self.packet_pump.start(self.stream.rtp_channel)
self.emit('start') self.emit(self.EVENT_START)
async def stop(self) -> None: async def stop(self) -> None:
if self.packet_pump: if self.packet_pump:
return await self.packet_pump.stop() return await self.packet_pump.stop()
self.emit('stop') self.emit(self.EVENT_STOP)
def on_start_command(self): def on_start_command(self):
asyncio.create_task(self.start()) asyncio.create_task(self.start())
@@ -2204,4 +2257,4 @@ class LocalSink(LocalStreamEndPoint):
f'{color("<<< RTP Packet:", "green")} ' f'{color("<<< RTP Packet:", "green")} '
f'{rtp_packet} {rtp_packet.payload[:16].hex()}' f'{rtp_packet} {rtp_packet.payload[:16].hex()}'
) )
self.emit('rtp_packet', rtp_packet) self.emit(self.EVENT_RTP_PACKET, rtp_packet)
+29 -24
View File
@@ -38,7 +38,6 @@ from typing import (
Union, Union,
) )
import pyee
from bumble.colors import color from bumble.colors import color
from bumble.device import Device, Connection from bumble.device import Device, Connection
@@ -53,7 +52,7 @@ from bumble.sdp import (
DataElement, DataElement,
ServiceAttribute, ServiceAttribute,
) )
from bumble.utils import AsyncRunner, OpenIntEnum from bumble import utils
from bumble.core import ( from bumble.core import (
InvalidArgumentError, InvalidArgumentError,
ProtocolError, ProtocolError,
@@ -307,7 +306,7 @@ class Command:
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
class GetCapabilitiesCommand(Command): class GetCapabilitiesCommand(Command):
class CapabilityId(OpenIntEnum): class CapabilityId(utils.OpenIntEnum):
COMPANY_ID = 0x02 COMPANY_ID = 0x02
EVENTS_SUPPORTED = 0x03 EVENTS_SUPPORTED = 0x03
@@ -637,7 +636,7 @@ class RegisterNotificationResponse(Response):
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
class EventId(OpenIntEnum): class EventId(utils.OpenIntEnum):
PLAYBACK_STATUS_CHANGED = 0x01 PLAYBACK_STATUS_CHANGED = 0x01
TRACK_CHANGED = 0x02 TRACK_CHANGED = 0x02
TRACK_REACHED_END = 0x03 TRACK_REACHED_END = 0x03
@@ -657,12 +656,12 @@ class EventId(OpenIntEnum):
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
class CharacterSetId(OpenIntEnum): class CharacterSetId(utils.OpenIntEnum):
UTF_8 = 0x06 UTF_8 = 0x06
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
class MediaAttributeId(OpenIntEnum): class MediaAttributeId(utils.OpenIntEnum):
TITLE = 0x01 TITLE = 0x01
ARTIST_NAME = 0x02 ARTIST_NAME = 0x02
ALBUM_NAME = 0x03 ALBUM_NAME = 0x03
@@ -682,7 +681,7 @@ class MediaAttribute:
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
class PlayStatus(OpenIntEnum): class PlayStatus(utils.OpenIntEnum):
STOPPED = 0x00 STOPPED = 0x00
PLAYING = 0x01 PLAYING = 0x01
PAUSED = 0x02 PAUSED = 0x02
@@ -701,33 +700,33 @@ class SongAndPlayStatus:
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
class ApplicationSetting: class ApplicationSetting:
class AttributeId(OpenIntEnum): class AttributeId(utils.OpenIntEnum):
EQUALIZER_ON_OFF = 0x01 EQUALIZER_ON_OFF = 0x01
REPEAT_MODE = 0x02 REPEAT_MODE = 0x02
SHUFFLE_ON_OFF = 0x03 SHUFFLE_ON_OFF = 0x03
SCAN_ON_OFF = 0x04 SCAN_ON_OFF = 0x04
class EqualizerOnOffStatus(OpenIntEnum): class EqualizerOnOffStatus(utils.OpenIntEnum):
OFF = 0x01 OFF = 0x01
ON = 0x02 ON = 0x02
class RepeatModeStatus(OpenIntEnum): class RepeatModeStatus(utils.OpenIntEnum):
OFF = 0x01 OFF = 0x01
SINGLE_TRACK_REPEAT = 0x02 SINGLE_TRACK_REPEAT = 0x02
ALL_TRACK_REPEAT = 0x03 ALL_TRACK_REPEAT = 0x03
GROUP_REPEAT = 0x04 GROUP_REPEAT = 0x04
class ShuffleOnOffStatus(OpenIntEnum): class ShuffleOnOffStatus(utils.OpenIntEnum):
OFF = 0x01 OFF = 0x01
ALL_TRACKS_SHUFFLE = 0x02 ALL_TRACKS_SHUFFLE = 0x02
GROUP_SHUFFLE = 0x03 GROUP_SHUFFLE = 0x03
class ScanOnOffStatus(OpenIntEnum): class ScanOnOffStatus(utils.OpenIntEnum):
OFF = 0x01 OFF = 0x01
ALL_TRACKS_SCAN = 0x02 ALL_TRACKS_SCAN = 0x02
GROUP_SCAN = 0x03 GROUP_SCAN = 0x03
class GenericValue(OpenIntEnum): class GenericValue(utils.OpenIntEnum):
pass pass
@@ -816,7 +815,7 @@ class PlayerApplicationSettingChangedEvent(Event):
@dataclass @dataclass
class Setting: class Setting:
attribute_id: ApplicationSetting.AttributeId attribute_id: ApplicationSetting.AttributeId
value_id: OpenIntEnum value_id: utils.OpenIntEnum
player_application_settings: List[Setting] player_application_settings: List[Setting]
@@ -824,7 +823,7 @@ class PlayerApplicationSettingChangedEvent(Event):
def from_bytes(cls, pdu: bytes) -> PlayerApplicationSettingChangedEvent: def from_bytes(cls, pdu: bytes) -> PlayerApplicationSettingChangedEvent:
def setting(attribute_id_int: int, value_id_int: int): def setting(attribute_id_int: int, value_id_int: int):
attribute_id = ApplicationSetting.AttributeId(attribute_id_int) attribute_id = ApplicationSetting.AttributeId(attribute_id_int)
value_id: OpenIntEnum value_id: utils.OpenIntEnum
if attribute_id == ApplicationSetting.AttributeId.EQUALIZER_ON_OFF: if attribute_id == ApplicationSetting.AttributeId.EQUALIZER_ON_OFF:
value_id = ApplicationSetting.EqualizerOnOffStatus(value_id_int) value_id = ApplicationSetting.EqualizerOnOffStatus(value_id_int)
elif attribute_id == ApplicationSetting.AttributeId.REPEAT_MODE: elif attribute_id == ApplicationSetting.AttributeId.REPEAT_MODE:
@@ -994,16 +993,20 @@ class Delegate:
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
class Protocol(pyee.EventEmitter): class Protocol(utils.EventEmitter):
"""AVRCP Controller and Target protocol.""" """AVRCP Controller and Target protocol."""
EVENT_CONNECTION = "connection"
EVENT_START = "start"
EVENT_STOP = "stop"
class PacketType(enum.IntEnum): class PacketType(enum.IntEnum):
SINGLE = 0b00 SINGLE = 0b00
START = 0b01 START = 0b01
CONTINUE = 0b10 CONTINUE = 0b10
END = 0b11 END = 0b11
class PduId(OpenIntEnum): class PduId(utils.OpenIntEnum):
GET_CAPABILITIES = 0x10 GET_CAPABILITIES = 0x10
LIST_PLAYER_APPLICATION_SETTING_ATTRIBUTES = 0x11 LIST_PLAYER_APPLICATION_SETTING_ATTRIBUTES = 0x11
LIST_PLAYER_APPLICATION_SETTING_VALUES = 0x12 LIST_PLAYER_APPLICATION_SETTING_VALUES = 0x12
@@ -1024,7 +1027,7 @@ class Protocol(pyee.EventEmitter):
GET_FOLDER_ITEMS = 0x71 GET_FOLDER_ITEMS = 0x71
GET_TOTAL_NUMBER_OF_ITEMS = 0x75 GET_TOTAL_NUMBER_OF_ITEMS = 0x75
class StatusCode(OpenIntEnum): class StatusCode(utils.OpenIntEnum):
INVALID_COMMAND = 0x00 INVALID_COMMAND = 0x00
INVALID_PARAMETER = 0x01 INVALID_PARAMETER = 0x01
PARAMETER_CONTENT_ERROR = 0x02 PARAMETER_CONTENT_ERROR = 0x02
@@ -1457,16 +1460,18 @@ class Protocol(pyee.EventEmitter):
def _on_avctp_connection(self, l2cap_channel: l2cap.ClassicChannel) -> None: def _on_avctp_connection(self, l2cap_channel: l2cap.ClassicChannel) -> None:
logger.debug("AVCTP connection established") logger.debug("AVCTP connection established")
l2cap_channel.on("open", lambda: self._on_avctp_channel_open(l2cap_channel)) l2cap_channel.on(
l2cap_channel.EVENT_OPEN, lambda: self._on_avctp_channel_open(l2cap_channel)
)
self.emit("connection") self.emit(self.EVENT_CONNECTION)
def _on_avctp_channel_open(self, l2cap_channel: l2cap.ClassicChannel) -> None: def _on_avctp_channel_open(self, l2cap_channel: l2cap.ClassicChannel) -> None:
logger.debug("AVCTP channel open") logger.debug("AVCTP channel open")
if self.avctp_protocol is not None: if self.avctp_protocol is not None:
# TODO: find a better strategy instead of just closing # TODO: find a better strategy instead of just closing
logger.warning("AVCTP protocol already active, closing connection") logger.warning("AVCTP protocol already active, closing connection")
AsyncRunner.spawn(l2cap_channel.disconnect()) utils.AsyncRunner.spawn(l2cap_channel.disconnect())
return return
self.avctp_protocol = avctp.Protocol(l2cap_channel) self.avctp_protocol = avctp.Protocol(l2cap_channel)
@@ -1474,15 +1479,15 @@ class Protocol(pyee.EventEmitter):
self.avctp_protocol.register_response_handler( self.avctp_protocol.register_response_handler(
AVRCP_PID, self._on_avctp_response AVRCP_PID, self._on_avctp_response
) )
l2cap_channel.on("close", self._on_avctp_channel_close) l2cap_channel.on(l2cap_channel.EVENT_CLOSE, self._on_avctp_channel_close)
self.emit("start") self.emit(self.EVENT_START)
def _on_avctp_channel_close(self) -> None: def _on_avctp_channel_close(self) -> None:
logger.debug("AVCTP channel closed") logger.debug("AVCTP channel closed")
self.avctp_protocol = None self.avctp_protocol = None
self.emit("stop") self.emit(self.EVENT_STOP)
def _on_avctp_command( def _on_avctp_command(
self, transaction_label: int, command: avc.CommandFrame self, transaction_label: int, command: avc.CommandFrame
+2 -2
View File
@@ -17,8 +17,8 @@
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
import logging import logging
from .hci import HCI_Packet from bumble.hci import HCI_Packet
from .helpers import PacketTracer from bumble.helpers import PacketTracer
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# Logging # Logging
+13 -15
View File
@@ -25,10 +25,7 @@ import random
import struct import struct
from bumble.colors import color from bumble.colors import color
from bumble.core import ( from bumble.core import (
BT_CENTRAL_ROLE, PhysicalTransport,
BT_PERIPHERAL_ROLE,
BT_LE_TRANSPORT,
BT_BR_EDR_TRANSPORT,
) )
from bumble.hci import ( from bumble.hci import (
@@ -47,6 +44,7 @@ from bumble.hci import (
HCI_REMOTE_USER_TERMINATED_CONNECTION_ERROR, HCI_REMOTE_USER_TERMINATED_CONNECTION_ERROR,
HCI_VERSION_BLUETOOTH_CORE_5_0, HCI_VERSION_BLUETOOTH_CORE_5_0,
Address, Address,
Role,
HCI_AclDataPacket, HCI_AclDataPacket,
HCI_AclDataPacketAssembler, HCI_AclDataPacketAssembler,
HCI_Command_Complete_Event, HCI_Command_Complete_Event,
@@ -98,7 +96,7 @@ class CisLink:
class Connection: class Connection:
controller: Controller controller: Controller
handle: int handle: int
role: int role: Role
peer_address: Address peer_address: Address
link: Any link: Any
transport: int transport: int
@@ -390,10 +388,10 @@ class Controller:
connection = Connection( connection = Connection(
controller=self, controller=self,
handle=connection_handle, handle=connection_handle,
role=BT_PERIPHERAL_ROLE, role=Role.PERIPHERAL,
peer_address=peer_address, peer_address=peer_address,
link=self.link, link=self.link,
transport=BT_LE_TRANSPORT, transport=PhysicalTransport.LE,
link_type=HCI_Connection_Complete_Event.ACL_LINK_TYPE, link_type=HCI_Connection_Complete_Event.ACL_LINK_TYPE,
) )
self.peripheral_connections[peer_address] = connection self.peripheral_connections[peer_address] = connection
@@ -450,10 +448,10 @@ class Controller:
connection = Connection( connection = Connection(
controller=self, controller=self,
handle=connection_handle, handle=connection_handle,
role=BT_CENTRAL_ROLE, role=Role.CENTRAL,
peer_address=peer_address, peer_address=peer_address,
link=self.link, link=self.link,
transport=BT_LE_TRANSPORT, transport=PhysicalTransport.LE,
link_type=HCI_Connection_Complete_Event.ACL_LINK_TYPE, link_type=HCI_Connection_Complete_Event.ACL_LINK_TYPE,
) )
self.central_connections[peer_address] = connection self.central_connections[peer_address] = connection
@@ -469,7 +467,7 @@ class Controller:
HCI_LE_Connection_Complete_Event( HCI_LE_Connection_Complete_Event(
status=status, status=status,
connection_handle=connection.handle if connection else 0, connection_handle=connection.handle if connection else 0,
role=BT_CENTRAL_ROLE, role=Role.CENTRAL,
peer_address_type=le_create_connection_command.peer_address_type, peer_address_type=le_create_connection_command.peer_address_type,
peer_address=le_create_connection_command.peer_address, peer_address=le_create_connection_command.peer_address,
connection_interval=le_create_connection_command.connection_interval_min, connection_interval=le_create_connection_command.connection_interval_min,
@@ -531,7 +529,7 @@ class Controller:
def on_link_acl_data(self, sender_address, transport, data): def on_link_acl_data(self, sender_address, transport, data):
# Look for the connection to which this data belongs # Look for the connection to which this data belongs
if transport == BT_LE_TRANSPORT: if transport == PhysicalTransport.LE:
connection = self.find_le_connection_by_address(sender_address) connection = self.find_le_connection_by_address(sender_address)
else: else:
connection = self.find_classic_connection_by_address(sender_address) connection = self.find_classic_connection_by_address(sender_address)
@@ -693,10 +691,10 @@ class Controller:
controller=self, controller=self,
handle=connection_handle, handle=connection_handle,
# Role doesn't matter in Classic because they are managed by HCI_Role_Change and HCI_Role_Discovery # Role doesn't matter in Classic because they are managed by HCI_Role_Change and HCI_Role_Discovery
role=BT_CENTRAL_ROLE, role=Role.CENTRAL,
peer_address=peer_address, peer_address=peer_address,
link=self.link, link=self.link,
transport=BT_BR_EDR_TRANSPORT, transport=PhysicalTransport.BR_EDR,
link_type=HCI_Connection_Complete_Event.ACL_LINK_TYPE, link_type=HCI_Connection_Complete_Event.ACL_LINK_TYPE,
) )
self.classic_connections[peer_address] = connection self.classic_connections[peer_address] = connection
@@ -761,10 +759,10 @@ class Controller:
controller=self, controller=self,
handle=connection_handle, handle=connection_handle,
# Role doesn't matter in SCO. # Role doesn't matter in SCO.
role=BT_CENTRAL_ROLE, role=Role.CENTRAL,
peer_address=peer_address, peer_address=peer_address,
link=self.link, link=self.link,
transport=BT_BR_EDR_TRANSPORT, transport=PhysicalTransport.BR_EDR,
link_type=link_type, link_type=link_type,
) )
self.classic_connections[peer_address] = connection self.classic_connections[peer_address] = connection
+74 -67
View File
@@ -23,7 +23,7 @@ from typing import cast, overload, Literal, Union, Optional
from typing_extensions import Self from typing_extensions import Self
from bumble.company_ids import COMPANY_IDENTIFIERS from bumble.company_ids import COMPANY_IDENTIFIERS
from bumble.utils import OpenIntEnum from bumble import utils
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
@@ -31,11 +31,12 @@ from bumble.utils import OpenIntEnum
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# fmt: off # fmt: off
BT_CENTRAL_ROLE = 0 class PhysicalTransport(enum.IntEnum):
BT_PERIPHERAL_ROLE = 1 BR_EDR = 0
LE = 1
BT_BR_EDR_TRANSPORT = 0 BT_BR_EDR_TRANSPORT = PhysicalTransport.BR_EDR
BT_LE_TRANSPORT = 1 BT_LE_TRANSPORT = PhysicalTransport.LE
# fmt: on # fmt: on
@@ -729,7 +730,7 @@ class DeviceClass:
# Appearance # Appearance
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
class Appearance: class Appearance:
class Category(OpenIntEnum): class Category(utils.OpenIntEnum):
UNKNOWN = 0x0000 UNKNOWN = 0x0000
PHONE = 0x0001 PHONE = 0x0001
COMPUTER = 0x0002 COMPUTER = 0x0002
@@ -783,13 +784,13 @@ class Appearance:
SPIROMETER = 0x0037 SPIROMETER = 0x0037
OUTDOOR_SPORTS_ACTIVITY = 0x0051 OUTDOOR_SPORTS_ACTIVITY = 0x0051
class UnknownSubcategory(OpenIntEnum): class UnknownSubcategory(utils.OpenIntEnum):
GENERIC_UNKNOWN = 0x00 GENERIC_UNKNOWN = 0x00
class PhoneSubcategory(OpenIntEnum): class PhoneSubcategory(utils.OpenIntEnum):
GENERIC_PHONE = 0x00 GENERIC_PHONE = 0x00
class ComputerSubcategory(OpenIntEnum): class ComputerSubcategory(utils.OpenIntEnum):
GENERIC_COMPUTER = 0x00 GENERIC_COMPUTER = 0x00
DESKTOP_WORKSTATION = 0x01 DESKTOP_WORKSTATION = 0x01
SERVER_CLASS_COMPUTER = 0x02 SERVER_CLASS_COMPUTER = 0x02
@@ -807,49 +808,49 @@ class Appearance:
MINI_PC = 0x0E MINI_PC = 0x0E
STICK_PC = 0x0F STICK_PC = 0x0F
class WatchSubcategory(OpenIntEnum): class WatchSubcategory(utils.OpenIntEnum):
GENENERIC_WATCH = 0x00 GENERIC_WATCH = 0x00
SPORTS_WATCH = 0x01 SPORTS_WATCH = 0x01
SMARTWATCH = 0x02 SMARTWATCH = 0x02
class ClockSubcategory(OpenIntEnum): class ClockSubcategory(utils.OpenIntEnum):
GENERIC_CLOCK = 0x00 GENERIC_CLOCK = 0x00
class DisplaySubcategory(OpenIntEnum): class DisplaySubcategory(utils.OpenIntEnum):
GENERIC_DISPLAY = 0x00 GENERIC_DISPLAY = 0x00
class RemoteControlSubcategory(OpenIntEnum): class RemoteControlSubcategory(utils.OpenIntEnum):
GENERIC_REMOTE_CONTROL = 0x00 GENERIC_REMOTE_CONTROL = 0x00
class EyeglassesSubcategory(OpenIntEnum): class EyeglassesSubcategory(utils.OpenIntEnum):
GENERIC_EYEGLASSES = 0x00 GENERIC_EYEGLASSES = 0x00
class TagSubcategory(OpenIntEnum): class TagSubcategory(utils.OpenIntEnum):
GENERIC_TAG = 0x00 GENERIC_TAG = 0x00
class KeyringSubcategory(OpenIntEnum): class KeyringSubcategory(utils.OpenIntEnum):
GENERIC_KEYRING = 0x00 GENERIC_KEYRING = 0x00
class MediaPlayerSubcategory(OpenIntEnum): class MediaPlayerSubcategory(utils.OpenIntEnum):
GENERIC_MEDIA_PLAYER = 0x00 GENERIC_MEDIA_PLAYER = 0x00
class BarcodeScannerSubcategory(OpenIntEnum): class BarcodeScannerSubcategory(utils.OpenIntEnum):
GENERIC_BARCODE_SCANNER = 0x00 GENERIC_BARCODE_SCANNER = 0x00
class ThermometerSubcategory(OpenIntEnum): class ThermometerSubcategory(utils.OpenIntEnum):
GENERIC_THERMOMETER = 0x00 GENERIC_THERMOMETER = 0x00
EAR_THERMOMETER = 0x01 EAR_THERMOMETER = 0x01
class HeartRateSensorSubcategory(OpenIntEnum): class HeartRateSensorSubcategory(utils.OpenIntEnum):
GENERIC_HEART_RATE_SENSOR = 0x00 GENERIC_HEART_RATE_SENSOR = 0x00
HEART_RATE_BELT = 0x01 HEART_RATE_BELT = 0x01
class BloodPressureSubcategory(OpenIntEnum): class BloodPressureSubcategory(utils.OpenIntEnum):
GENERIC_BLOOD_PRESSURE = 0x00 GENERIC_BLOOD_PRESSURE = 0x00
ARM_BLOOD_PRESSURE = 0x01 ARM_BLOOD_PRESSURE = 0x01
WRIST_BLOOD_PRESSURE = 0x02 WRIST_BLOOD_PRESSURE = 0x02
class HumanInterfaceDeviceSubcategory(OpenIntEnum): class HumanInterfaceDeviceSubcategory(utils.OpenIntEnum):
GENERIC_HUMAN_INTERFACE_DEVICE = 0x00 GENERIC_HUMAN_INTERFACE_DEVICE = 0x00
KEYBOARD = 0x01 KEYBOARD = 0x01
MOUSE = 0x02 MOUSE = 0x02
@@ -862,16 +863,16 @@ class Appearance:
TOUCHPAD = 0x09 TOUCHPAD = 0x09
PRESENTATION_REMOTE = 0x0A PRESENTATION_REMOTE = 0x0A
class GlucoseMeterSubcategory(OpenIntEnum): class GlucoseMeterSubcategory(utils.OpenIntEnum):
GENERIC_GLUCOSE_METER = 0x00 GENERIC_GLUCOSE_METER = 0x00
class RunningWalkingSensorSubcategory(OpenIntEnum): class RunningWalkingSensorSubcategory(utils.OpenIntEnum):
GENERIC_RUNNING_WALKING_SENSOR = 0x00 GENERIC_RUNNING_WALKING_SENSOR = 0x00
IN_SHOE_RUNNING_WALKING_SENSOR = 0x01 IN_SHOE_RUNNING_WALKING_SENSOR = 0x01
ON_SHOW_RUNNING_WALKING_SENSOR = 0x02 ON_SHOW_RUNNING_WALKING_SENSOR = 0x02
ON_HIP_RUNNING_WALKING_SENSOR = 0x03 ON_HIP_RUNNING_WALKING_SENSOR = 0x03
class CyclingSubcategory(OpenIntEnum): class CyclingSubcategory(utils.OpenIntEnum):
GENERIC_CYCLING = 0x00 GENERIC_CYCLING = 0x00
CYCLING_COMPUTER = 0x01 CYCLING_COMPUTER = 0x01
SPEED_SENSOR = 0x02 SPEED_SENSOR = 0x02
@@ -879,7 +880,7 @@ class Appearance:
POWER_SENSOR = 0x04 POWER_SENSOR = 0x04
SPEED_AND_CADENCE_SENSOR = 0x05 SPEED_AND_CADENCE_SENSOR = 0x05
class ControlDeviceSubcategory(OpenIntEnum): class ControlDeviceSubcategory(utils.OpenIntEnum):
GENERIC_CONTROL_DEVICE = 0x00 GENERIC_CONTROL_DEVICE = 0x00
SWITCH = 0x01 SWITCH = 0x01
MULTI_SWITCH = 0x02 MULTI_SWITCH = 0x02
@@ -894,13 +895,13 @@ class Appearance:
ENERGY_HARVESTING_SWITCH = 0x0B ENERGY_HARVESTING_SWITCH = 0x0B
PUSH_BUTTON = 0x0C PUSH_BUTTON = 0x0C
class NetworkDeviceSubcategory(OpenIntEnum): class NetworkDeviceSubcategory(utils.OpenIntEnum):
GENERIC_NETWORK_DEVICE = 0x00 GENERIC_NETWORK_DEVICE = 0x00
ACCESS_POINT = 0x01 ACCESS_POINT = 0x01
MESH_DEVICE = 0x02 MESH_DEVICE = 0x02
MESH_NETWORK_PROXY = 0x03 MESH_NETWORK_PROXY = 0x03
class SensorSubcategory(OpenIntEnum): class SensorSubcategory(utils.OpenIntEnum):
GENERIC_SENSOR = 0x00 GENERIC_SENSOR = 0x00
MOTION_SENSOR = 0x01 MOTION_SENSOR = 0x01
AIR_QUALITY_SENSOR = 0x02 AIR_QUALITY_SENSOR = 0x02
@@ -928,7 +929,7 @@ class Appearance:
FLAME_DETECTOR = 0x18 FLAME_DETECTOR = 0x18
VEHICLE_TIRE_PRESSURE_SENSOR = 0x19 VEHICLE_TIRE_PRESSURE_SENSOR = 0x19
class LightFixturesSubcategory(OpenIntEnum): class LightFixturesSubcategory(utils.OpenIntEnum):
GENERIC_LIGHT_FIXTURES = 0x00 GENERIC_LIGHT_FIXTURES = 0x00
WALL_LIGHT = 0x01 WALL_LIGHT = 0x01
CEILING_LIGHT = 0x02 CEILING_LIGHT = 0x02
@@ -956,7 +957,7 @@ class Appearance:
LOW_BAY_LIGHT = 0x18 LOW_BAY_LIGHT = 0x18
HIGH_BAY_LIGHT = 0x19 HIGH_BAY_LIGHT = 0x19
class FanSubcategory(OpenIntEnum): class FanSubcategory(utils.OpenIntEnum):
GENERIC_FAN = 0x00 GENERIC_FAN = 0x00
CEILING_FAN = 0x01 CEILING_FAN = 0x01
AXIAL_FAN = 0x02 AXIAL_FAN = 0x02
@@ -965,7 +966,7 @@ class Appearance:
DESK_FAN = 0x05 DESK_FAN = 0x05
WALL_FAN = 0x06 WALL_FAN = 0x06
class HvacSubcategory(OpenIntEnum): class HvacSubcategory(utils.OpenIntEnum):
GENERIC_HVAC = 0x00 GENERIC_HVAC = 0x00
THERMOSTAT = 0x01 THERMOSTAT = 0x01
HUMIDIFIER = 0x02 HUMIDIFIER = 0x02
@@ -979,13 +980,13 @@ class Appearance:
FAN_HEATER = 0x0A FAN_HEATER = 0x0A
AIR_CURTAIN = 0x0B AIR_CURTAIN = 0x0B
class AirConditioningSubcategory(OpenIntEnum): class AirConditioningSubcategory(utils.OpenIntEnum):
GENERIC_AIR_CONDITIONING = 0x00 GENERIC_AIR_CONDITIONING = 0x00
class HumidifierSubcategory(OpenIntEnum): class HumidifierSubcategory(utils.OpenIntEnum):
GENERIC_HUMIDIFIER = 0x00 GENERIC_HUMIDIFIER = 0x00
class HeatingSubcategory(OpenIntEnum): class HeatingSubcategory(utils.OpenIntEnum):
GENERIC_HEATING = 0x00 GENERIC_HEATING = 0x00
RADIATOR = 0x01 RADIATOR = 0x01
BOILER = 0x02 BOILER = 0x02
@@ -995,7 +996,7 @@ class Appearance:
FAN_HEATER = 0x06 FAN_HEATER = 0x06
AIR_CURTAIN = 0x07 AIR_CURTAIN = 0x07
class AccessControlSubcategory(OpenIntEnum): class AccessControlSubcategory(utils.OpenIntEnum):
GENERIC_ACCESS_CONTROL = 0x00 GENERIC_ACCESS_CONTROL = 0x00
ACCESS_DOOR = 0x01 ACCESS_DOOR = 0x01
GARAGE_DOOR = 0x02 GARAGE_DOOR = 0x02
@@ -1007,7 +1008,7 @@ class Appearance:
DOOR_LOCK = 0x08 DOOR_LOCK = 0x08
LOCKER = 0x09 LOCKER = 0x09
class MotorizedDeviceSubcategory(OpenIntEnum): class MotorizedDeviceSubcategory(utils.OpenIntEnum):
GENERIC_MOTORIZED_DEVICE = 0x00 GENERIC_MOTORIZED_DEVICE = 0x00
MOTORIZED_GATE = 0x01 MOTORIZED_GATE = 0x01
AWNING = 0x02 AWNING = 0x02
@@ -1015,7 +1016,7 @@ class Appearance:
CURTAINS = 0x04 CURTAINS = 0x04
SCREEN = 0x05 SCREEN = 0x05
class PowerDeviceSubcategory(OpenIntEnum): class PowerDeviceSubcategory(utils.OpenIntEnum):
GENERIC_POWER_DEVICE = 0x00 GENERIC_POWER_DEVICE = 0x00
POWER_OUTLET = 0x01 POWER_OUTLET = 0x01
POWER_STRIP = 0x02 POWER_STRIP = 0x02
@@ -1027,7 +1028,7 @@ class Appearance:
CHARGE_CASE = 0x08 CHARGE_CASE = 0x08
POWER_BANK = 0x09 POWER_BANK = 0x09
class LightSourceSubcategory(OpenIntEnum): class LightSourceSubcategory(utils.OpenIntEnum):
GENERIC_LIGHT_SOURCE = 0x00 GENERIC_LIGHT_SOURCE = 0x00
INCANDESCENT_LIGHT_BULB = 0x01 INCANDESCENT_LIGHT_BULB = 0x01
LED_LAMP = 0x02 LED_LAMP = 0x02
@@ -1038,7 +1039,7 @@ class Appearance:
LOW_VOLTAGE_HALOGEN = 0x07 LOW_VOLTAGE_HALOGEN = 0x07
ORGANIC_LIGHT_EMITTING_DIODE = 0x08 ORGANIC_LIGHT_EMITTING_DIODE = 0x08
class WindowCoveringSubcategory(OpenIntEnum): class WindowCoveringSubcategory(utils.OpenIntEnum):
GENERIC_WINDOW_COVERING = 0x00 GENERIC_WINDOW_COVERING = 0x00
WINDOW_SHADES = 0x01 WINDOW_SHADES = 0x01
WINDOW_BLINDS = 0x02 WINDOW_BLINDS = 0x02
@@ -1047,7 +1048,7 @@ class Appearance:
EXTERIOR_SHUTTER = 0x05 EXTERIOR_SHUTTER = 0x05
EXTERIOR_SCREEN = 0x06 EXTERIOR_SCREEN = 0x06
class AudioSinkSubcategory(OpenIntEnum): class AudioSinkSubcategory(utils.OpenIntEnum):
GENERIC_AUDIO_SINK = 0x00 GENERIC_AUDIO_SINK = 0x00
STANDALONE_SPEAKER = 0x01 STANDALONE_SPEAKER = 0x01
SOUNDBAR = 0x02 SOUNDBAR = 0x02
@@ -1055,7 +1056,7 @@ class Appearance:
STANDMOUNTED_SPEAKER = 0x04 STANDMOUNTED_SPEAKER = 0x04
SPEAKERPHONE = 0x05 SPEAKERPHONE = 0x05
class AudioSourceSubcategory(OpenIntEnum): class AudioSourceSubcategory(utils.OpenIntEnum):
GENERIC_AUDIO_SOURCE = 0x00 GENERIC_AUDIO_SOURCE = 0x00
MICROPHONE = 0x01 MICROPHONE = 0x01
ALARM = 0x02 ALARM = 0x02
@@ -1067,7 +1068,7 @@ class Appearance:
BROADCASTING_ROOM = 0x08 BROADCASTING_ROOM = 0x08
AUDITORIUM = 0x09 AUDITORIUM = 0x09
class MotorizedVehicleSubcategory(OpenIntEnum): class MotorizedVehicleSubcategory(utils.OpenIntEnum):
GENERIC_MOTORIZED_VEHICLE = 0x00 GENERIC_MOTORIZED_VEHICLE = 0x00
CAR = 0x01 CAR = 0x01
LARGE_GOODS_VEHICLE = 0x02 LARGE_GOODS_VEHICLE = 0x02
@@ -1085,7 +1086,7 @@ class Appearance:
CAMPER_CARAVAN = 0x0E CAMPER_CARAVAN = 0x0E
RECREATIONAL_VEHICLE_MOTOR_HOME = 0x0F RECREATIONAL_VEHICLE_MOTOR_HOME = 0x0F
class DomesticApplianceSubcategory(OpenIntEnum): class DomesticApplianceSubcategory(utils.OpenIntEnum):
GENERIC_DOMESTIC_APPLIANCE = 0x00 GENERIC_DOMESTIC_APPLIANCE = 0x00
REFRIGERATOR = 0x01 REFRIGERATOR = 0x01
FREEZER = 0x02 FREEZER = 0x02
@@ -1103,21 +1104,21 @@ class Appearance:
RICE_COOKER = 0x0E RICE_COOKER = 0x0E
CLOTHES_STEAMER = 0x0F CLOTHES_STEAMER = 0x0F
class WearableAudioDeviceSubcategory(OpenIntEnum): class WearableAudioDeviceSubcategory(utils.OpenIntEnum):
GENERIC_WEARABLE_AUDIO_DEVICE = 0x00 GENERIC_WEARABLE_AUDIO_DEVICE = 0x00
EARBUD = 0x01 EARBUD = 0x01
HEADSET = 0x02 HEADSET = 0x02
HEADPHONES = 0x03 HEADPHONES = 0x03
NECK_BAND = 0x04 NECK_BAND = 0x04
class AircraftSubcategory(OpenIntEnum): class AircraftSubcategory(utils.OpenIntEnum):
GENERIC_AIRCRAFT = 0x00 GENERIC_AIRCRAFT = 0x00
LIGHT_AIRCRAFT = 0x01 LIGHT_AIRCRAFT = 0x01
MICROLIGHT = 0x02 MICROLIGHT = 0x02
PARAGLIDER = 0x03 PARAGLIDER = 0x03
LARGE_PASSENGER_AIRCRAFT = 0x04 LARGE_PASSENGER_AIRCRAFT = 0x04
class AvEquipmentSubcategory(OpenIntEnum): class AvEquipmentSubcategory(utils.OpenIntEnum):
GENERIC_AV_EQUIPMENT = 0x00 GENERIC_AV_EQUIPMENT = 0x00
AMPLIFIER = 0x01 AMPLIFIER = 0x01
RECEIVER = 0x02 RECEIVER = 0x02
@@ -1126,69 +1127,69 @@ class Appearance:
TURNTABLE = 0x05 TURNTABLE = 0x05
CD_PLAYER = 0x06 CD_PLAYER = 0x06
DVD_PLAYER = 0x07 DVD_PLAYER = 0x07
BLUERAY_PLAYER = 0x08 BLURAY_PLAYER = 0x08
OPTICAL_DISC_PLAYER = 0x09 OPTICAL_DISC_PLAYER = 0x09
SET_TOP_BOX = 0x0A SET_TOP_BOX = 0x0A
class DisplayEquipmentSubcategory(OpenIntEnum): class DisplayEquipmentSubcategory(utils.OpenIntEnum):
GENERIC_DISPLAY_EQUIPMENT = 0x00 GENERIC_DISPLAY_EQUIPMENT = 0x00
TELEVISION = 0x01 TELEVISION = 0x01
MONITOR = 0x02 MONITOR = 0x02
PROJECTOR = 0x03 PROJECTOR = 0x03
class HearingAidSubcategory(OpenIntEnum): class HearingAidSubcategory(utils.OpenIntEnum):
GENERIC_HEARING_AID = 0x00 GENERIC_HEARING_AID = 0x00
IN_EAR_HEARING_AID = 0x01 IN_EAR_HEARING_AID = 0x01
BEHIND_EAR_HEARING_AID = 0x02 BEHIND_EAR_HEARING_AID = 0x02
COCHLEAR_IMPLANT = 0x03 COCHLEAR_IMPLANT = 0x03
class GamingSubcategory(OpenIntEnum): class GamingSubcategory(utils.OpenIntEnum):
GENERIC_GAMING = 0x00 GENERIC_GAMING = 0x00
HOME_VIDEO_GAME_CONSOLE = 0x01 HOME_VIDEO_GAME_CONSOLE = 0x01
PORTABLE_HANDHELD_CONSOLE = 0x02 PORTABLE_HANDHELD_CONSOLE = 0x02
class SignageSubcategory(OpenIntEnum): class SignageSubcategory(utils.OpenIntEnum):
GENERIC_SIGNAGE = 0x00 GENERIC_SIGNAGE = 0x00
DIGITAL_SIGNAGE = 0x01 DIGITAL_SIGNAGE = 0x01
ELECTRONIC_LABEL = 0x02 ELECTRONIC_LABEL = 0x02
class PulseOximeterSubcategory(OpenIntEnum): class PulseOximeterSubcategory(utils.OpenIntEnum):
GENERIC_PULSE_OXIMETER = 0x00 GENERIC_PULSE_OXIMETER = 0x00
FINGERTIP_PULSE_OXIMETER = 0x01 FINGERTIP_PULSE_OXIMETER = 0x01
WRIST_WORN_PULSE_OXIMETER = 0x02 WRIST_WORN_PULSE_OXIMETER = 0x02
class WeightScaleSubcategory(OpenIntEnum): class WeightScaleSubcategory(utils.OpenIntEnum):
GENERIC_WEIGHT_SCALE = 0x00 GENERIC_WEIGHT_SCALE = 0x00
class PersonalMobilityDeviceSubcategory(OpenIntEnum): class PersonalMobilityDeviceSubcategory(utils.OpenIntEnum):
GENERIC_PERSONAL_MOBILITY_DEVICE = 0x00 GENERIC_PERSONAL_MOBILITY_DEVICE = 0x00
POWERED_WHEELCHAIR = 0x01 POWERED_WHEELCHAIR = 0x01
MOBILITY_SCOOTER = 0x02 MOBILITY_SCOOTER = 0x02
class ContinuousGlucoseMonitorSubcategory(OpenIntEnum): class ContinuousGlucoseMonitorSubcategory(utils.OpenIntEnum):
GENERIC_CONTINUOUS_GLUCOSE_MONITOR = 0x00 GENERIC_CONTINUOUS_GLUCOSE_MONITOR = 0x00
class InsulinPumpSubcategory(OpenIntEnum): class InsulinPumpSubcategory(utils.OpenIntEnum):
GENERIC_INSULIN_PUMP = 0x00 GENERIC_INSULIN_PUMP = 0x00
INSULIN_PUMP_DURABLE_PUMP = 0x01 INSULIN_PUMP_DURABLE_PUMP = 0x01
INSULIN_PUMP_PATCH_PUMP = 0x02 INSULIN_PUMP_PATCH_PUMP = 0x02
INSULIN_PEN = 0x03 INSULIN_PEN = 0x03
class MedicationDeliverySubcategory(OpenIntEnum): class MedicationDeliverySubcategory(utils.OpenIntEnum):
GENERIC_MEDICATION_DELIVERY = 0x00 GENERIC_MEDICATION_DELIVERY = 0x00
class SpirometerSubcategory(OpenIntEnum): class SpirometerSubcategory(utils.OpenIntEnum):
GENERIC_SPIROMETER = 0x00 GENERIC_SPIROMETER = 0x00
HANDHELD_SPIROMETER = 0x01 HANDHELD_SPIROMETER = 0x01
class OutdoorSportsActivitySubcategory(OpenIntEnum): class OutdoorSportsActivitySubcategory(utils.OpenIntEnum):
GENERIC_OUTDOOR_SPORTS_ACTIVITY = 0x00 GENERIC_OUTDOOR_SPORTS_ACTIVITY = 0x00
LOCATION_DISPLAY = 0x01 LOCATION_DISPLAY = 0x01
LOCATION_AND_NAVIGATION_DISPLAY = 0x02 LOCATION_AND_NAVIGATION_DISPLAY = 0x02
LOCATION_POD = 0x03 LOCATION_POD = 0x03
LOCATION_AND_NAVIGATION_POD = 0x04 LOCATION_AND_NAVIGATION_POD = 0x04
class _OpenSubcategory(OpenIntEnum): class _OpenSubcategory(utils.OpenIntEnum):
GENERIC = 0x00 GENERIC = 0x00
SUBCATEGORY_CLASSES = { SUBCATEGORY_CLASSES = {
@@ -1295,7 +1296,7 @@ class AdvertisingData:
# fmt: off # fmt: off
# pylint: disable=line-too-long # pylint: disable=line-too-long
class Type(OpenIntEnum): class Type(utils.OpenIntEnum):
FLAGS = 0x01 FLAGS = 0x01
INCOMPLETE_LIST_OF_16_BIT_SERVICE_CLASS_UUIDS = 0x02 INCOMPLETE_LIST_OF_16_BIT_SERVICE_CLASS_UUIDS = 0x02
COMPLETE_LIST_OF_16_BIT_SERVICE_CLASS_UUIDS = 0x03 COMPLETE_LIST_OF_16_BIT_SERVICE_CLASS_UUIDS = 0x03
@@ -1350,6 +1351,12 @@ class AdvertisingData:
THREE_D_INFORMATION_DATA = 0x3D THREE_D_INFORMATION_DATA = 0x3D
MANUFACTURER_SPECIFIC_DATA = 0xFF MANUFACTURER_SPECIFIC_DATA = 0xFF
class Flags(enum.IntFlag):
LE_LIMITED_DISCOVERABLE_MODE = 1 << 0
LE_GENERAL_DISCOVERABLE_MODE = 1 << 1
BR_EDR_NOT_SUPPORTED = 1 << 2
SIMULTANEOUS_LE_BR_EDR_CAPABLE = 1 << 3
# For backward-compatibility # For backward-compatibility
FLAGS = Type.FLAGS FLAGS = Type.FLAGS
INCOMPLETE_LIST_OF_16_BIT_SERVICE_CLASS_UUIDS = Type.INCOMPLETE_LIST_OF_16_BIT_SERVICE_CLASS_UUIDS INCOMPLETE_LIST_OF_16_BIT_SERVICE_CLASS_UUIDS = Type.INCOMPLETE_LIST_OF_16_BIT_SERVICE_CLASS_UUIDS
@@ -1406,11 +1413,11 @@ class AdvertisingData:
THREE_D_INFORMATION_DATA = Type.THREE_D_INFORMATION_DATA THREE_D_INFORMATION_DATA = Type.THREE_D_INFORMATION_DATA
MANUFACTURER_SPECIFIC_DATA = Type.MANUFACTURER_SPECIFIC_DATA MANUFACTURER_SPECIFIC_DATA = Type.MANUFACTURER_SPECIFIC_DATA
LE_LIMITED_DISCOVERABLE_MODE_FLAG = 0x01 LE_LIMITED_DISCOVERABLE_MODE_FLAG = Flags.LE_LIMITED_DISCOVERABLE_MODE
LE_GENERAL_DISCOVERABLE_MODE_FLAG = 0x02 LE_GENERAL_DISCOVERABLE_MODE_FLAG = Flags.LE_GENERAL_DISCOVERABLE_MODE
BR_EDR_NOT_SUPPORTED_FLAG = 0x04 BR_EDR_NOT_SUPPORTED_FLAG = Flags.BR_EDR_NOT_SUPPORTED
BR_EDR_CONTROLLER_FLAG = 0x08 BR_EDR_CONTROLLER_FLAG = Flags.SIMULTANEOUS_LE_BR_EDR_CAPABLE
BR_EDR_HOST_FLAG = 0x10 BR_EDR_HOST_FLAG = 0x10 # Deprecated
ad_structures: list[tuple[int, bytes]] ad_structures: list[tuple[int, bytes]]
+536 -326
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -25,8 +25,8 @@ import pathlib
import platform import platform
from typing import Dict, Iterable, Optional, Type, TYPE_CHECKING from typing import Dict, Iterable, Optional, Type, TYPE_CHECKING
from . import rtk, intel from bumble.drivers import rtk, intel
from .common import Driver from bumble.drivers.common import Driver
if TYPE_CHECKING: if TYPE_CHECKING:
from bumble.host import Host from bumble.host import Host
+1 -1
View File
@@ -18,7 +18,7 @@
import logging import logging
import struct import struct
from .gatt import ( from bumble.gatt import (
Service, Service,
Characteristic, Characteristic,
GATT_GENERIC_ACCESS_SERVICE, GATT_GENERIC_ACCESS_SERVICE,
+18
View File
@@ -286,6 +286,22 @@ GATT_ASHA_AUDIO_STATUS_CHARACTERISTIC = UUID('38663f1a-e711-4cac-b641-32
GATT_ASHA_VOLUME_CHARACTERISTIC = UUID('00e4ca9e-ab14-41e4-8823-f9e70c7e91df', 'Volume') GATT_ASHA_VOLUME_CHARACTERISTIC = UUID('00e4ca9e-ab14-41e4-8823-f9e70c7e91df', 'Volume')
GATT_ASHA_LE_PSM_OUT_CHARACTERISTIC = UUID('2d410339-82b6-42aa-b34e-e2e01df8cc1a', 'LE_PSM_OUT') GATT_ASHA_LE_PSM_OUT_CHARACTERISTIC = UUID('2d410339-82b6-42aa-b34e-e2e01df8cc1a', 'LE_PSM_OUT')
# Apple Notification Center Service
GATT_ANCS_SERVICE = UUID('7905F431-B5CE-4E99-A40F-4B1E122D00D0', 'Apple Notification Center')
GATT_ANCS_NOTIFICATION_SOURCE_CHARACTERISTIC = UUID('9FBF120D-6301-42D9-8C58-25E699A21DBD', 'Notification Source')
GATT_ANCS_CONTROL_POINT_CHARACTERISTIC = UUID('69D1D8F3-45E1-49A8-9821-9BBDFDAAD9D9', 'Control Point')
GATT_ANCS_DATA_SOURCE_CHARACTERISTIC = UUID('22EAC6E9-24D6-4BB5-BE44-B36ACE7C7BFB', 'Data Source')
# Apple Media Service
GATT_AMS_SERVICE = UUID('89D3502B-0F36-433A-8EF4-C502AD55F8DC', 'Apple Media')
GATT_AMS_REMOTE_COMMAND_CHARACTERISTIC = UUID('9B3C81D8-57B1-4A8A-B8DF-0E56F7CA51C2', 'Remote Command')
GATT_AMS_ENTITY_UPDATE_CHARACTERISTIC = UUID('2F7CABCE-808D-411F-9A0C-BB92BA96C102', 'Entity Update')
GATT_AMS_ENTITY_ATTRIBUTE_CHARACTERISTIC = UUID('C6B2F38C-23AB-46D8-A6AB-A3A870BBD5D7', 'Entity Attribute')
# Misc Apple Services
GATT_APPLE_CONTINUITY_SERVICE = UUID('D0611E78-BBB4-4591-A5F8-487910AE4366', 'Apple Continuity')
GATT_APPLE_NEARBY_SERVICE = UUID('9FA480E0-4967-4542-9390-D343DC5D04AE', 'Apple Nearby')
# Misc # Misc
GATT_DEVICE_NAME_CHARACTERISTIC = UUID.from_16_bits(0x2A00, 'Device Name') GATT_DEVICE_NAME_CHARACTERISTIC = UUID.from_16_bits(0x2A00, 'Device Name')
GATT_APPEARANCE_CHARACTERISTIC = UUID.from_16_bits(0x2A01, 'Appearance') GATT_APPEARANCE_CHARACTERISTIC = UUID.from_16_bits(0x2A01, 'Appearance')
@@ -432,6 +448,8 @@ class Characteristic(Attribute[_T]):
uuid: UUID uuid: UUID
properties: Characteristic.Properties properties: Characteristic.Properties
EVENT_SUBSCRIPTION = "subscription"
class Properties(enum.IntFlag): class Properties(enum.IntFlag):
"""Property flags""" """Property flags"""
+3 -3
View File
@@ -35,15 +35,15 @@ from typing import (
from bumble.core import InvalidOperationError from bumble.core import InvalidOperationError
from bumble.gatt import Characteristic from bumble.gatt import Characteristic
from bumble.gatt_client import CharacteristicProxy from bumble.gatt_client import CharacteristicProxy
from bumble.utils import ByteSerializable, IntConvertible from bumble import utils
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# Typing # Typing
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
_T = TypeVar('_T') _T = TypeVar('_T')
_T2 = TypeVar('_T2', bound=ByteSerializable) _T2 = TypeVar('_T2', bound=utils.ByteSerializable)
_T3 = TypeVar('_T3', bound=IntConvertible) _T3 = TypeVar('_T3', bound=utils.IntConvertible)
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
+32 -24
View File
@@ -44,11 +44,10 @@ from typing import (
TYPE_CHECKING, TYPE_CHECKING,
) )
from pyee import EventEmitter
from .colors import color from bumble.colors import color
from .hci import HCI_Constant from bumble.hci import HCI_Constant
from .att import ( from bumble.att import (
ATT_ATTRIBUTE_NOT_FOUND_ERROR, ATT_ATTRIBUTE_NOT_FOUND_ERROR,
ATT_ATTRIBUTE_NOT_LONG_ERROR, ATT_ATTRIBUTE_NOT_LONG_ERROR,
ATT_CID, ATT_CID,
@@ -69,9 +68,10 @@ from .att import (
ATT_Write_Request, ATT_Write_Request,
ATT_Error, ATT_Error,
) )
from . import core from bumble import utils
from .core import UUID, InvalidStateError from bumble import core
from .gatt import ( from bumble.core import UUID, InvalidStateError
from bumble.gatt import (
GATT_CHARACTERISTIC_ATTRIBUTE_TYPE, GATT_CHARACTERISTIC_ATTRIBUTE_TYPE,
GATT_CLIENT_CHARACTERISTIC_CONFIGURATION_DESCRIPTOR, GATT_CLIENT_CHARACTERISTIC_CONFIGURATION_DESCRIPTOR,
GATT_PRIMARY_SERVICE_ATTRIBUTE_TYPE, GATT_PRIMARY_SERVICE_ATTRIBUTE_TYPE,
@@ -117,11 +117,11 @@ def show_services(services: Iterable[ServiceProxy]) -> None:
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# Proxies # Proxies
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
class AttributeProxy(EventEmitter, Generic[_T]): class AttributeProxy(utils.EventEmitter, Generic[_T]):
def __init__( def __init__(
self, client: Client, handle: int, end_group_handle: int, attribute_type: UUID self, client: Client, handle: int, end_group_handle: int, attribute_type: UUID
) -> None: ) -> None:
EventEmitter.__init__(self) utils.EventEmitter.__init__(self)
self.client = client self.client = client
self.handle = handle self.handle = handle
self.end_group_handle = end_group_handle self.end_group_handle = end_group_handle
@@ -149,7 +149,7 @@ class AttributeProxy(EventEmitter, Generic[_T]):
class ServiceProxy(AttributeProxy): class ServiceProxy(AttributeProxy):
uuid: UUID uuid: UUID
characteristics: List[CharacteristicProxy] characteristics: List[CharacteristicProxy[bytes]]
included_services: List[ServiceProxy] included_services: List[ServiceProxy]
@staticmethod @staticmethod
@@ -170,14 +170,20 @@ class ServiceProxy(AttributeProxy):
self.uuid = uuid self.uuid = uuid
self.characteristics = [] self.characteristics = []
async def discover_characteristics(self, uuids=()) -> list[CharacteristicProxy]: async def discover_characteristics(
self, uuids=()
) -> list[CharacteristicProxy[bytes]]:
return await self.client.discover_characteristics(uuids, self) return await self.client.discover_characteristics(uuids, self)
def get_characteristics_by_uuid(self, uuid: UUID) -> list[CharacteristicProxy]: def get_characteristics_by_uuid(
self, uuid: UUID
) -> list[CharacteristicProxy[bytes]]:
"""Get all the characteristics with a specified UUID.""" """Get all the characteristics with a specified UUID."""
return self.client.get_characteristics_by_uuid(uuid, self) return self.client.get_characteristics_by_uuid(uuid, self)
def get_required_characteristic_by_uuid(self, uuid: UUID) -> CharacteristicProxy: def get_required_characteristic_by_uuid(
self, uuid: UUID
) -> CharacteristicProxy[bytes]:
""" """
Get the first characteristic with a specified UUID. Get the first characteristic with a specified UUID.
@@ -196,6 +202,8 @@ class CharacteristicProxy(AttributeProxy[_T]):
descriptors: List[DescriptorProxy] descriptors: List[DescriptorProxy]
subscribers: Dict[Any, Callable[[_T], Any]] subscribers: Dict[Any, Callable[[_T], Any]]
EVENT_UPDATE = "update"
def __init__( def __init__(
self, self,
client: Client, client: Client,
@@ -256,7 +264,7 @@ class CharacteristicProxy(AttributeProxy[_T]):
) )
class DescriptorProxy(AttributeProxy): class DescriptorProxy(AttributeProxy[bytes]):
def __init__(self, client: Client, handle: int, descriptor_type: UUID) -> None: def __init__(self, client: Client, handle: int, descriptor_type: UUID) -> None:
super().__init__(client, handle, 0, descriptor_type) super().__init__(client, handle, 0, descriptor_type)
@@ -302,7 +310,7 @@ class Client:
self.services = [] self.services = []
self.cached_values = {} self.cached_values = {}
connection.on('disconnection', self.on_disconnection) connection.on(connection.EVENT_DISCONNECTION, self.on_disconnection)
def send_gatt_pdu(self, pdu: bytes) -> None: def send_gatt_pdu(self, pdu: bytes) -> None:
self.connection.send_l2cap_pdu(ATT_CID, pdu) self.connection.send_l2cap_pdu(ATT_CID, pdu)
@@ -376,7 +384,7 @@ class Client:
def get_characteristics_by_uuid( def get_characteristics_by_uuid(
self, uuid: UUID, service: Optional[ServiceProxy] = None self, uuid: UUID, service: Optional[ServiceProxy] = None
) -> List[CharacteristicProxy]: ) -> List[CharacteristicProxy[bytes]]:
services = [service] if service else self.services services = [service] if service else self.services
return [ return [
c c
@@ -628,7 +636,7 @@ class Client:
async def discover_characteristics( async def discover_characteristics(
self, uuids, service: Optional[ServiceProxy] self, uuids, service: Optional[ServiceProxy]
) -> List[CharacteristicProxy]: ) -> List[CharacteristicProxy[bytes]]:
''' '''
See Vol 3, Part G - 4.6.1 Discover All Characteristics of a Service and 4.6.2 See Vol 3, Part G - 4.6.1 Discover All Characteristics of a Service and 4.6.2
Discover Characteristics by UUID Discover Characteristics by UUID
@@ -641,12 +649,12 @@ class Client:
services = [service] if service else self.services services = [service] if service else self.services
# Perform characteristic discovery for each service # Perform characteristic discovery for each service
discovered_characteristics: List[CharacteristicProxy] = [] discovered_characteristics: List[CharacteristicProxy[bytes]] = []
for service in services: for service in services:
starting_handle = service.handle starting_handle = service.handle
ending_handle = service.end_group_handle ending_handle = service.end_group_handle
characteristics: List[CharacteristicProxy] = [] characteristics: List[CharacteristicProxy[bytes]] = []
while starting_handle <= ending_handle: while starting_handle <= ending_handle:
response = await self.send_request( response = await self.send_request(
ATT_Read_By_Type_Request( ATT_Read_By_Type_Request(
@@ -686,7 +694,7 @@ class Client:
properties, handle = struct.unpack_from('<BH', attribute_value) properties, handle = struct.unpack_from('<BH', attribute_value)
characteristic_uuid = UUID.from_bytes(attribute_value[3:]) characteristic_uuid = UUID.from_bytes(attribute_value[3:])
characteristic: CharacteristicProxy = CharacteristicProxy( characteristic = CharacteristicProxy[bytes](
self, handle, 0, characteristic_uuid, properties self, handle, 0, characteristic_uuid, properties
) )
@@ -779,7 +787,7 @@ class Client:
return descriptors return descriptors
async def discover_attributes(self) -> List[AttributeProxy]: async def discover_attributes(self) -> List[AttributeProxy[bytes]]:
''' '''
Discover all attributes, regardless of type Discover all attributes, regardless of type
''' '''
@@ -812,7 +820,7 @@ class Client:
logger.warning(f'bogus handle value: {attribute_handle}') logger.warning(f'bogus handle value: {attribute_handle}')
return [] return []
attribute: AttributeProxy = AttributeProxy( attribute = AttributeProxy[bytes](
self, attribute_handle, 0, UUID.from_bytes(attribute_uuid) self, attribute_handle, 0, UUID.from_bytes(attribute_uuid)
) )
attributes.append(attribute) attributes.append(attribute)
@@ -1136,7 +1144,7 @@ class Client:
if callable(subscriber): if callable(subscriber):
subscriber(notification.attribute_value) subscriber(notification.attribute_value)
else: else:
subscriber.emit('update', notification.attribute_value) subscriber.emit(subscriber.EVENT_UPDATE, notification.attribute_value)
def on_att_handle_value_indication(self, indication): def on_att_handle_value_indication(self, indication):
# Call all subscribers # Call all subscribers
@@ -1151,7 +1159,7 @@ class Client:
if callable(subscriber): if callable(subscriber):
subscriber(indication.attribute_value) subscriber(indication.attribute_value)
else: else:
subscriber.emit('update', indication.attribute_value) subscriber.emit(subscriber.EVENT_UPDATE, indication.attribute_value)
# Confirm that we received the indication # Confirm that we received the indication
self.send_confirmation(ATT_Handle_Value_Confirmation()) self.send_confirmation(ATT_Handle_Value_Confirmation())
+16 -12
View File
@@ -38,7 +38,6 @@ from typing import (
Type, Type,
TYPE_CHECKING, TYPE_CHECKING,
) )
from pyee import EventEmitter
from bumble.colors import color from bumble.colors import color
from bumble.core import UUID from bumble.core import UUID
@@ -83,7 +82,7 @@ from bumble.gatt import (
Descriptor, Descriptor,
Service, Service,
) )
from bumble.utils import AsyncRunner from bumble import utils
if TYPE_CHECKING: if TYPE_CHECKING:
from bumble.device import Device, Connection from bumble.device import Device, Connection
@@ -103,7 +102,7 @@ GATT_SERVER_DEFAULT_MAX_MTU = 517
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# GATT Server # GATT Server
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
class Server(EventEmitter): class Server(utils.EventEmitter):
attributes: List[Attribute] attributes: List[Attribute]
services: List[Service] services: List[Service]
attributes_by_handle: Dict[int, Attribute] attributes_by_handle: Dict[int, Attribute]
@@ -111,6 +110,8 @@ class Server(EventEmitter):
indication_semaphores: defaultdict[int, asyncio.Semaphore] indication_semaphores: defaultdict[int, asyncio.Semaphore]
pending_confirmations: defaultdict[int, Optional[asyncio.futures.Future]] pending_confirmations: defaultdict[int, Optional[asyncio.futures.Future]]
EVENT_CHARACTERISTIC_SUBSCRIPTION = "characteristic_subscription"
def __init__(self, device: Device) -> None: def __init__(self, device: Device) -> None:
super().__init__() super().__init__()
self.device = device self.device = device
@@ -348,10 +349,13 @@ class Server(EventEmitter):
notify_enabled = value[0] & 0x01 != 0 notify_enabled = value[0] & 0x01 != 0
indicate_enabled = value[0] & 0x02 != 0 indicate_enabled = value[0] & 0x02 != 0
characteristic.emit( characteristic.emit(
'subscription', connection, notify_enabled, indicate_enabled characteristic.EVENT_SUBSCRIPTION,
connection,
notify_enabled,
indicate_enabled,
) )
self.emit( self.emit(
'characteristic_subscription', self.EVENT_CHARACTERISTIC_SUBSCRIPTION,
connection, connection,
characteristic, characteristic,
notify_enabled, notify_enabled,
@@ -662,7 +666,7 @@ class Server(EventEmitter):
self.send_response(connection, response) self.send_response(connection, response)
@AsyncRunner.run_in_task() @utils.AsyncRunner.run_in_task()
async def on_att_find_by_type_value_request(self, connection, request): async def on_att_find_by_type_value_request(self, connection, request):
''' '''
See Bluetooth spec Vol 3, Part F - 3.4.3.3 Find By Type Value Request See Bluetooth spec Vol 3, Part F - 3.4.3.3 Find By Type Value Request
@@ -715,7 +719,7 @@ class Server(EventEmitter):
self.send_response(connection, response) self.send_response(connection, response)
@AsyncRunner.run_in_task() @utils.AsyncRunner.run_in_task()
async def on_att_read_by_type_request(self, connection, request): async def on_att_read_by_type_request(self, connection, request):
''' '''
See Bluetooth spec Vol 3, Part F - 3.4.4.1 Read By Type Request See Bluetooth spec Vol 3, Part F - 3.4.4.1 Read By Type Request
@@ -781,7 +785,7 @@ class Server(EventEmitter):
self.send_response(connection, response) self.send_response(connection, response)
@AsyncRunner.run_in_task() @utils.AsyncRunner.run_in_task()
async def on_att_read_request(self, connection, request): async def on_att_read_request(self, connection, request):
''' '''
See Bluetooth spec Vol 3, Part F - 3.4.4.3 Read Request See Bluetooth spec Vol 3, Part F - 3.4.4.3 Read Request
@@ -807,7 +811,7 @@ class Server(EventEmitter):
) )
self.send_response(connection, response) self.send_response(connection, response)
@AsyncRunner.run_in_task() @utils.AsyncRunner.run_in_task()
async def on_att_read_blob_request(self, connection, request): async def on_att_read_blob_request(self, connection, request):
''' '''
See Bluetooth spec Vol 3, Part F - 3.4.4.5 Read Blob Request See Bluetooth spec Vol 3, Part F - 3.4.4.5 Read Blob Request
@@ -852,7 +856,7 @@ class Server(EventEmitter):
) )
self.send_response(connection, response) self.send_response(connection, response)
@AsyncRunner.run_in_task() @utils.AsyncRunner.run_in_task()
async def on_att_read_by_group_type_request(self, connection, request): async def on_att_read_by_group_type_request(self, connection, request):
''' '''
See Bluetooth spec Vol 3, Part F - 3.4.4.9 Read by Group Type Request See Bluetooth spec Vol 3, Part F - 3.4.4.9 Read by Group Type Request
@@ -920,7 +924,7 @@ class Server(EventEmitter):
self.send_response(connection, response) self.send_response(connection, response)
@AsyncRunner.run_in_task() @utils.AsyncRunner.run_in_task()
async def on_att_write_request(self, connection, request): async def on_att_write_request(self, connection, request):
''' '''
See Bluetooth spec Vol 3, Part F - 3.4.5.1 Write Request See Bluetooth spec Vol 3, Part F - 3.4.5.1 Write Request
@@ -967,7 +971,7 @@ class Server(EventEmitter):
response = ATT_Write_Response() response = ATT_Write_Response()
self.send_response(connection, response) self.send_response(connection, response)
@AsyncRunner.run_in_task() @utils.AsyncRunner.run_in_task()
async def on_att_write_command(self, connection, request): async def on_att_write_command(self, connection, request):
''' '''
See Bluetooth spec Vol 3, Part F - 3.4.5.3 Write Command See Bluetooth spec Vol 3, Part F - 3.4.5.3 Write Command
+188 -92
View File
@@ -24,21 +24,22 @@ import logging
import secrets import secrets
import struct import struct
from typing import Any, Callable, Dict, Iterable, List, Optional, Type, Union, ClassVar from typing import Any, Callable, Dict, Iterable, List, Optional, Type, Union, ClassVar
from typing_extensions import Self
from bumble import crypto from bumble import crypto
from bumble.colors import color from bumble.colors import color
from bumble.core import ( from bumble.core import (
BT_BR_EDR_TRANSPORT,
AdvertisingData, AdvertisingData,
DeviceClass, DeviceClass,
InvalidArgumentError, InvalidArgumentError,
InvalidPacketError, InvalidPacketError,
PhysicalTransport,
ProtocolError, ProtocolError,
bit_flags_to_strings, bit_flags_to_strings,
name_or_number, name_or_number,
padded_bytes, padded_bytes,
) )
from bumble.utils import OpenIntEnum from bumble import utils
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
@@ -94,7 +95,7 @@ def map_class_of_device(class_of_device):
) )
def phy_list_to_bits(phys: Optional[Iterable[int]]) -> int: def phy_list_to_bits(phys: Optional[Iterable[Phy]]) -> int:
if phys is None: if phys is None:
return 0 return 0
@@ -223,6 +224,7 @@ HCI_CONNECTIONLESS_PERIPHERAL_BROADCAST_CHANNEL_MAP_CHANGE_EVENT = 0X55
HCI_INQUIRY_RESPONSE_NOTIFICATION_EVENT = 0X56 HCI_INQUIRY_RESPONSE_NOTIFICATION_EVENT = 0X56
HCI_AUTHENTICATED_PAYLOAD_TIMEOUT_EXPIRED_EVENT = 0X57 HCI_AUTHENTICATED_PAYLOAD_TIMEOUT_EXPIRED_EVENT = 0X57
HCI_SAM_STATUS_CHANGE_EVENT = 0X58 HCI_SAM_STATUS_CHANGE_EVENT = 0X58
HCI_ENCRYPTION_CHANGE_V2_EVENT = 0x59
HCI_VENDOR_EVENT = 0xFF HCI_VENDOR_EVENT = 0xFF
@@ -700,30 +702,22 @@ HCI_ERROR_NAMES[HCI_SUCCESS] = 'HCI_SUCCESS'
HCI_COMMAND_STATUS_PENDING = 0 HCI_COMMAND_STATUS_PENDING = 0
class Phy(enum.IntEnum):
LE_1M = 1
LE_2M = 2
LE_CODED = 3
# ACL # ACL
HCI_ACL_PB_FIRST_NON_FLUSHABLE = 0 HCI_ACL_PB_FIRST_NON_FLUSHABLE = 0
HCI_ACL_PB_CONTINUATION = 1 HCI_ACL_PB_CONTINUATION = 1
HCI_ACL_PB_FIRST_FLUSHABLE = 2 HCI_ACL_PB_FIRST_FLUSHABLE = 2
HCI_ACK_PB_COMPLETE_L2CAP = 3 HCI_ACK_PB_COMPLETE_L2CAP = 3
# Roles HCI_LE_PHY_NAMES: dict[int,str] = {
HCI_CENTRAL_ROLE = 0 Phy.LE_1M: 'LE 1M',
HCI_PERIPHERAL_ROLE = 1 Phy.LE_2M: 'LE 2M',
Phy.LE_CODED: 'LE Coded'
HCI_ROLE_NAMES = {
HCI_CENTRAL_ROLE: 'CENTRAL',
HCI_PERIPHERAL_ROLE: 'PERIPHERAL'
}
# LE PHY Types
HCI_LE_1M_PHY = 1
HCI_LE_2M_PHY = 2
HCI_LE_CODED_PHY = 3
HCI_LE_PHY_NAMES = {
HCI_LE_1M_PHY: 'LE 1M',
HCI_LE_2M_PHY: 'LE 2M',
HCI_LE_CODED_PHY: 'LE Coded'
} }
HCI_LE_1M_PHY_BIT = 0 HCI_LE_1M_PHY_BIT = 0
@@ -732,26 +726,20 @@ HCI_LE_CODED_PHY_BIT = 2
HCI_LE_PHY_BIT_NAMES = ['LE_1M_PHY', 'LE_2M_PHY', 'LE_CODED_PHY'] HCI_LE_PHY_BIT_NAMES = ['LE_1M_PHY', 'LE_2M_PHY', 'LE_CODED_PHY']
HCI_LE_PHY_TYPE_TO_BIT = { HCI_LE_PHY_TYPE_TO_BIT: dict[Phy, int] = {
HCI_LE_1M_PHY: HCI_LE_1M_PHY_BIT, Phy.LE_1M: HCI_LE_1M_PHY_BIT,
HCI_LE_2M_PHY: HCI_LE_2M_PHY_BIT, Phy.LE_2M: HCI_LE_2M_PHY_BIT,
HCI_LE_CODED_PHY: HCI_LE_CODED_PHY_BIT Phy.LE_CODED: HCI_LE_CODED_PHY_BIT,
} }
class Phy(enum.IntEnum):
LE_1M = HCI_LE_1M_PHY
LE_2M = HCI_LE_2M_PHY
LE_CODED = HCI_LE_CODED_PHY
class PhyBit(enum.IntFlag): class PhyBit(enum.IntFlag):
LE_1M = 1 << HCI_LE_1M_PHY_BIT LE_1M = 1 << HCI_LE_1M_PHY_BIT
LE_2M = 1 << HCI_LE_2M_PHY_BIT LE_2M = 1 << HCI_LE_2M_PHY_BIT
LE_CODED = 1 << HCI_LE_CODED_PHY_BIT LE_CODED = 1 << HCI_LE_CODED_PHY_BIT
class CsRole(OpenIntEnum): class CsRole(utils.OpenIntEnum):
INITIATOR = 0x00 INITIATOR = 0x00
REFLECTOR = 0x01 REFLECTOR = 0x01
@@ -761,7 +749,7 @@ class CsRoleMask(enum.IntFlag):
REFLECTOR = 0x02 REFLECTOR = 0x02
class CsSyncPhy(OpenIntEnum): class CsSyncPhy(utils.OpenIntEnum):
LE_1M = 1 LE_1M = 1
LE_2M = 2 LE_2M = 2
LE_2M_2BT = 3 LE_2M_2BT = 3
@@ -772,7 +760,7 @@ class CsSyncPhySupported(enum.IntFlag):
LE_2M_2BT = 0x02 LE_2M_2BT = 0x02
class RttType(OpenIntEnum): class RttType(utils.OpenIntEnum):
AA_ONLY = 0x00 AA_ONLY = 0x00
SOUNDING_SEQUENCE_32_BIT = 0x01 SOUNDING_SEQUENCE_32_BIT = 0x01
SOUNDING_SEQUENCE_96_BIT = 0x02 SOUNDING_SEQUENCE_96_BIT = 0x02
@@ -782,7 +770,7 @@ class RttType(OpenIntEnum):
RANDOM_SEQUENCE_128_BIT = 0x06 RANDOM_SEQUENCE_128_BIT = 0x06
class CsSnr(OpenIntEnum): class CsSnr(utils.OpenIntEnum):
SNR_18_DB = 0x00 SNR_18_DB = 0x00
SNR_21_DB = 0x01 SNR_21_DB = 0x01
SNR_24_DB = 0x02 SNR_24_DB = 0x02
@@ -791,26 +779,39 @@ class CsSnr(OpenIntEnum):
NOT_APPLIED = 0xFF NOT_APPLIED = 0xFF
class CsDoneStatus(OpenIntEnum): class CsDoneStatus(utils.OpenIntEnum):
ALL_RESULTS_COMPLETED = 0x00 ALL_RESULTS_COMPLETED = 0x00
PARTIAL = 0x01 PARTIAL = 0x01
ABORTED = 0x0F ABORTED = 0x0F
class CsProcedureAbortReason(OpenIntEnum): class CsProcedureAbortReason(utils.OpenIntEnum):
NO_ABORT = 0x00 NO_ABORT = 0x00
LOCAL_HOST_OR_REMOTE_REQUEST = 0x01 LOCAL_HOST_OR_REMOTE_REQUEST = 0x01
CHANNEL_MAP_UPDATE_INSTANT_PASSED = 0x02 CHANNEL_MAP_UPDATE_INSTANT_PASSED = 0x02
UNSPECIFIED = 0x0F UNSPECIFIED = 0x0F
class CsSubeventAbortReason(OpenIntEnum): class CsSubeventAbortReason(utils.OpenIntEnum):
NO_ABORT = 0x00 NO_ABORT = 0x00
LOCAL_HOST_OR_REMOTE_REQUEST = 0x01 LOCAL_HOST_OR_REMOTE_REQUEST = 0x01
NO_CS_SYNC_RECEIVED = 0x02 NO_CS_SYNC_RECEIVED = 0x02
SCHEDULING_CONFLICT_OR_LIMITED_RESOURCES = 0x03 SCHEDULING_CONFLICT_OR_LIMITED_RESOURCES = 0x03
UNSPECIFIED = 0x0F UNSPECIFIED = 0x0F
class Role(enum.IntEnum):
CENTRAL = 0
PERIPHERAL = 1
# For Backward Compatibility.
HCI_CENTRAL_ROLE = Role.CENTRAL
HCI_PERIPHERAL_ROLE = Role.PERIPHERAL
HCI_LE_1M_PHY = Phy.LE_1M
HCI_LE_2M_PHY = Phy.LE_2M
HCI_LE_CODED_PHY = Phy.LE_CODED
# Connection Parameters # Connection Parameters
HCI_CONNECTION_INTERVAL_MS_PER_UNIT = 1.25 HCI_CONNECTION_INTERVAL_MS_PER_UNIT = 1.25
@@ -889,10 +890,15 @@ HCI_LINK_TYPE_NAMES = {
} }
# Address types # Address types
HCI_PUBLIC_DEVICE_ADDRESS_TYPE = 0x00 class AddressType(utils.OpenIntEnum):
HCI_RANDOM_DEVICE_ADDRESS_TYPE = 0x01 PUBLIC_DEVICE = 0x00
HCI_PUBLIC_IDENTITY_ADDRESS_TYPE = 0x02 RANDOM_DEVICE = 0x01
HCI_RANDOM_IDENTITY_ADDRESS_TYPE = 0x03 PUBLIC_IDENTITY = 0x02
RANDOM_IDENTITY = 0x03
# (Directed Only) Address is RPA, but controller cannot resolve.
UNABLE_TO_RESOLVE = 0xFE
# (Extended Only) No address.
ANONYMOUS = 0xFF
# Supported Commands Masks # Supported Commands Masks
# See Bluetooth spec @ 6.27 SUPPORTED COMMANDS # See Bluetooth spec @ 6.27 SUPPORTED COMMANDS
@@ -1233,7 +1239,7 @@ HCI_SUPPORTED_COMMANDS_MASKS = {
# LE Supported Features # LE Supported Features
# See Bluetooth spec @ Vol 6, Part B, 4.6 FEATURE SUPPORT # See Bluetooth spec @ Vol 6, Part B, 4.6 FEATURE SUPPORT
class LeFeature(OpenIntEnum): class LeFeature(utils.OpenIntEnum):
LE_ENCRYPTION = 0 LE_ENCRYPTION = 0
CONNECTION_PARAMETERS_REQUEST_PROCEDURE = 1 CONNECTION_PARAMETERS_REQUEST_PROCEDURE = 1
EXTENDED_REJECT_INDICATION = 2 EXTENDED_REJECT_INDICATION = 2
@@ -1531,7 +1537,7 @@ RTT_TYPE_SPEC = {'size': 1, 'mapper': lambda x: RttType(x).name}
CS_SNR_SPEC = {'size': 1, 'mapper': lambda x: CsSnr(x).name} CS_SNR_SPEC = {'size': 1, 'mapper': lambda x: CsSnr(x).name}
class CodecID(OpenIntEnum): class CodecID(utils.OpenIntEnum):
# fmt: off # fmt: off
U_LOG = 0x00 U_LOG = 0x00
A_LOG = 0x01 A_LOG = 0x01
@@ -1582,8 +1588,8 @@ class HCI_Constant:
return HCI_ERROR_NAMES.get(status, f'0x{status:02X}') return HCI_ERROR_NAMES.get(status, f'0x{status:02X}')
@staticmethod @staticmethod
def role_name(role): def role_name(role: int) -> str:
return HCI_ROLE_NAMES.get(role, str(role)) return Role(role).name
@staticmethod @staticmethod
def le_phy_name(phy): def le_phy_name(phy):
@@ -1949,17 +1955,10 @@ class Address:
address[0] is the LSB of the address, address[5] is the MSB. address[0] is the LSB of the address, address[5] is the MSB.
''' '''
PUBLIC_DEVICE_ADDRESS = 0x00 PUBLIC_DEVICE_ADDRESS = AddressType.PUBLIC_DEVICE
RANDOM_DEVICE_ADDRESS = 0x01 RANDOM_DEVICE_ADDRESS = AddressType.RANDOM_DEVICE
PUBLIC_IDENTITY_ADDRESS = 0x02 PUBLIC_IDENTITY_ADDRESS = AddressType.PUBLIC_IDENTITY
RANDOM_IDENTITY_ADDRESS = 0x03 RANDOM_IDENTITY_ADDRESS = AddressType.RANDOM_IDENTITY
ADDRESS_TYPE_NAMES = {
PUBLIC_DEVICE_ADDRESS: 'PUBLIC_DEVICE_ADDRESS',
RANDOM_DEVICE_ADDRESS: 'RANDOM_DEVICE_ADDRESS',
PUBLIC_IDENTITY_ADDRESS: 'PUBLIC_IDENTITY_ADDRESS',
RANDOM_IDENTITY_ADDRESS: 'RANDOM_IDENTITY_ADDRESS',
}
# Type declarations # Type declarations
NIL: Address NIL: Address
@@ -1969,40 +1968,44 @@ class Address:
# pylint: disable-next=unnecessary-lambda # pylint: disable-next=unnecessary-lambda
ADDRESS_TYPE_SPEC = {'size': 1, 'mapper': lambda x: Address.address_type_name(x)} ADDRESS_TYPE_SPEC = {'size': 1, 'mapper': lambda x: Address.address_type_name(x)}
@staticmethod @classmethod
def address_type_name(address_type): def address_type_name(cls: type[Self], address_type: int) -> str:
return name_or_number(Address.ADDRESS_TYPE_NAMES, address_type) return AddressType(address_type).name
@staticmethod @classmethod
def from_string_for_transport(string, transport): def from_string_for_transport(
if transport == BT_BR_EDR_TRANSPORT: cls: type[Self], string: str, transport: PhysicalTransport
) -> Self:
if transport == PhysicalTransport.BR_EDR:
address_type = Address.PUBLIC_DEVICE_ADDRESS address_type = Address.PUBLIC_DEVICE_ADDRESS
else: else:
address_type = Address.RANDOM_DEVICE_ADDRESS address_type = Address.RANDOM_DEVICE_ADDRESS
return Address(string, address_type) return cls(string, address_type)
@staticmethod @classmethod
def parse_address(data, offset): def parse_address(cls: type[Self], data: bytes, offset: int) -> tuple[int, Self]:
# Fix the type to a default value. This is used for parsing type-less Classic # Fix the type to a default value. This is used for parsing type-less Classic
# addresses # addresses
return Address.parse_address_with_type( return cls.parse_address_with_type(data, offset, Address.PUBLIC_DEVICE_ADDRESS)
data, offset, Address.PUBLIC_DEVICE_ADDRESS
)
@staticmethod @classmethod
def parse_random_address(data, offset): def parse_random_address(
return Address.parse_address_with_type( cls: type[Self], data: bytes, offset: int
data, offset, Address.RANDOM_DEVICE_ADDRESS ) -> tuple[int, Self]:
) return cls.parse_address_with_type(data, offset, Address.RANDOM_DEVICE_ADDRESS)
@staticmethod @classmethod
def parse_address_with_type(data, offset, address_type): def parse_address_with_type(
return offset + 6, Address(data[offset : offset + 6], address_type) cls: type[Self], data: bytes, offset: int, address_type: AddressType
) -> tuple[int, Self]:
return offset + 6, cls(data[offset : offset + 6], address_type)
@staticmethod @classmethod
def parse_address_preceded_by_type(data, offset): def parse_address_preceded_by_type(
address_type = data[offset - 1] cls: type[Self], data: bytes, offset: int
return Address.parse_address_with_type(data, offset, address_type) ) -> tuple[int, Self]:
address_type = AddressType(data[offset - 1])
return cls.parse_address_with_type(data, offset, address_type)
@classmethod @classmethod
def generate_static_address(cls) -> Address: def generate_static_address(cls) -> Address:
@@ -2042,8 +2045,10 @@ class Address:
) )
def __init__( def __init__(
self, address: Union[bytes, str], address_type: int = RANDOM_DEVICE_ADDRESS self,
): address: Union[bytes, str],
address_type: AddressType = RANDOM_DEVICE_ADDRESS,
) -> None:
''' '''
Initialize an instance. `address` may be a byte array in little-endian Initialize an instance. `address` may be a byte array in little-endian
format, or a hex string in big-endian format (with optional ':' format, or a hex string in big-endian format (with optional ':'
@@ -3359,6 +3364,20 @@ class HCI_Set_Event_Mask_Page_2_Command(HCI_Command):
See Bluetooth spec @ 7.3.69 Set Event Mask Page 2 Command See Bluetooth spec @ 7.3.69 Set Event Mask Page 2 Command
''' '''
@staticmethod
def mask(event_codes: Iterable[int]) -> bytes:
'''
Compute the event mask value for a list of events.
'''
# NOTE: this implementation takes advantage of the fact that as of version 6.0
# of the core specification, the bit number for each event code is equal to 64
# less than the event code.
# If future versions of the specification deviate from that, a different
# implementation would be needed.
return sum((1 << event_code - 64) for event_code in event_codes).to_bytes(
8, 'little'
)
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
@HCI_Command.command( @HCI_Command.command(
@@ -4878,6 +4897,20 @@ class HCI_LE_Periodic_Advertising_Sync_Transfer_Command(HCI_Command):
''' '''
# -----------------------------------------------------------------------------
@HCI_Command.command(
fields=[('connection_handle', 2), ('service_data', 2), ('advertising_handle', 1)],
return_parameters_fields=[
('status', STATUS_SPEC),
('connection_handle', 2),
],
)
class HCI_LE_Periodic_Advertising_Set_Info_Transfer_Command(HCI_Command):
'''
See Bluetooth spec @ 7.8.90 LE Periodic Advertising Set Info Transfer Command
'''
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
@HCI_Command.command( @HCI_Command.command(
fields=[ fields=[
@@ -5351,11 +5384,11 @@ class HCI_LE_CS_Create_Config_Command(HCI_Command):
See Bluetooth spec @ 7.8.137 LE CS Create Config command See Bluetooth spec @ 7.8.137 LE CS Create Config command
''' '''
class ChannelSelectionType(OpenIntEnum): class ChannelSelectionType(utils.OpenIntEnum):
ALGO_3B = 0 ALGO_3B = 0
ALGO_3C = 1 ALGO_3C = 1
class Ch3cShape(OpenIntEnum): class Ch3cShape(utils.OpenIntEnum):
HAT = 0x00 HAT = 0x00
X = 0x01 X = 0x01
@@ -5806,12 +5839,18 @@ class HCI_LE_Advertising_Report_Event(HCI_LE_Meta_Event):
return HCI_LE_Advertising_Report_Event.event_type_name(self.event_type) return HCI_LE_Advertising_Report_Event.event_type_name(self.event_type)
def to_string(self, indentation='', _=None): def to_string(self, indentation='', _=None):
def data_to_str(data):
try:
return data.hex() + ': ' + str(AdvertisingData.from_bytes(data))
except Exception:
return data.hex()
return super().to_string( return super().to_string(
indentation, indentation,
{ {
'event_type': HCI_LE_Advertising_Report_Event.event_type_name, 'event_type': HCI_LE_Advertising_Report_Event.event_type_name,
'address_type': Address.address_type_name, 'address_type': Address.address_type_name,
'data': lambda x: str(AdvertisingData.from_bytes(x)), 'data': data_to_str,
}, },
) )
@@ -5946,6 +5985,33 @@ class HCI_LE_Enhanced_Connection_Complete_Event(HCI_LE_Meta_Event):
''' '''
# -----------------------------------------------------------------------------
@HCI_LE_Meta_Event.event(
[
('status', STATUS_SPEC),
('connection_handle', 2),
(
'role',
{'size': 1, 'mapper': lambda x: 'CENTRAL' if x == 0 else 'PERIPHERAL'},
),
('peer_address_type', Address.ADDRESS_TYPE_SPEC),
('peer_address', Address.parse_address_preceded_by_type),
('local_resolvable_private_address', Address.parse_random_address),
('peer_resolvable_private_address', Address.parse_random_address),
('connection_interval', 2),
('peripheral_latency', 2),
('supervision_timeout', 2),
('central_clock_accuracy', 1),
('advertising_handle', 1),
('sync_handle', 2),
]
)
class HCI_LE_Enhanced_Connection_Complete_V2_Event(HCI_LE_Meta_Event):
'''
See Bluetooth spec @ 7.7.65.10 LE Enhanced Connection Complete Event
'''
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
@HCI_LE_Meta_Event.event( @HCI_LE_Meta_Event.event(
[ [
@@ -6036,12 +6102,18 @@ class HCI_LE_Extended_Advertising_Report_Event(HCI_LE_Meta_Event):
def to_string(self, indentation='', _=None): def to_string(self, indentation='', _=None):
# pylint: disable=line-too-long # pylint: disable=line-too-long
def data_to_str(data):
try:
return data.hex() + ': ' + str(AdvertisingData.from_bytes(data))
except Exception:
return data.hex()
return super().to_string( return super().to_string(
indentation, indentation,
{ {
'event_type': HCI_LE_Extended_Advertising_Report_Event.event_type_string, 'event_type': HCI_LE_Extended_Advertising_Report_Event.event_type_string,
'address_type': Address.address_type_name, 'address_type': Address.address_type_name,
'data': lambda x: str(AdvertisingData.from_bytes(x)), 'data': data_to_str,
}, },
) )
@@ -6184,13 +6256,13 @@ class HCI_LE_Periodic_Advertising_Report_Event(HCI_LE_Meta_Event):
TX_POWER_INFORMATION_NOT_AVAILABLE = 0x7F TX_POWER_INFORMATION_NOT_AVAILABLE = 0x7F
RSSI_NOT_AVAILABLE = 0x7F RSSI_NOT_AVAILABLE = 0x7F
class CteType(OpenIntEnum): class CteType(utils.OpenIntEnum):
AOA_CONSTANT_TONE_EXTENSION = 0x00 AOA_CONSTANT_TONE_EXTENSION = 0x00
AOD_CONSTANT_TONE_EXTENSION_1US = 0x01 AOD_CONSTANT_TONE_EXTENSION_1US = 0x01
AOD_CONSTANT_TONE_EXTENSION_2US = 0x02 AOD_CONSTANT_TONE_EXTENSION_2US = 0x02
NO_CONSTANT_TONE_EXTENSION = 0xFF NO_CONSTANT_TONE_EXTENSION = 0xFF
class DataStatus(OpenIntEnum): class DataStatus(utils.OpenIntEnum):
DATA_COMPLETE = 0x00 DATA_COMPLETE = 0x00
DATA_INCOMPLETE_MORE_TO_COME = 0x01 DATA_INCOMPLETE_MORE_TO_COME = 0x01
DATA_INCOMPLETE_TRUNCATED_NO_MORE_TO_COME = 0x02 DATA_INCOMPLETE_TRUNCATED_NO_MORE_TO_COME = 0x02
@@ -6571,7 +6643,7 @@ class HCI_LE_CS_Config_Complete_Event(HCI_LE_Meta_Event):
See Bluetooth spec @ 7.7.65.42 LE CS Config Complete event See Bluetooth spec @ 7.7.65.42 LE CS Config Complete event
''' '''
class Action(OpenIntEnum): class Action(utils.OpenIntEnum):
REMOVED = 0 REMOVED = 0
CREATED = 1 CREATED = 1
@@ -6623,7 +6695,7 @@ class HCI_LE_CS_Procedure_Enable_Complete_Event(HCI_LE_Meta_Event):
See Bluetooth spec @ 7.7.65.43 LE CS Procedure Enable Complete event See Bluetooth spec @ 7.7.65.43 LE CS Procedure Enable Complete event
''' '''
class State(OpenIntEnum): class State(utils.OpenIntEnum):
DISABLED = 0 DISABLED = 0
ENABLED = 1 ENABLED = 1
@@ -6919,6 +6991,30 @@ class HCI_Encryption_Change_Event(HCI_Event):
) )
# -----------------------------------------------------------------------------
@HCI_Event.event(
[
('status', STATUS_SPEC),
('connection_handle', 2),
(
'encryption_enabled',
{
'size': 1,
# pylint: disable-next=unnecessary-lambda
'mapper': lambda x: HCI_Encryption_Change_Event.encryption_enabled_name(
x
),
},
),
('encryption_key_size', 1),
]
)
class HCI_Encryption_Change_V2_Event(HCI_Event):
'''
See Bluetooth spec @ 7.7.8 Encryption Change Event
'''
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
@HCI_Event.event( @HCI_Event.event(
[('status', STATUS_SPEC), ('connection_handle', 2), ('lmp_features', 8)] [('status', STATUS_SPEC), ('connection_handle', 2), ('lmp_features', 8)]
@@ -6965,7 +7061,7 @@ class HCI_QOS_Setup_Complete_Event(HCI_Event):
See Bluetooth spec @ 7.7.13 QoS Setup Complete Event See Bluetooth spec @ 7.7.13 QoS Setup Complete Event
''' '''
class ServiceType(OpenIntEnum): class ServiceType(utils.OpenIntEnum):
NO_TRAFFIC_AVAILABLE = 0x00 NO_TRAFFIC_AVAILABLE = 0x00
BEST_EFFORT_AVAILABLE = 0x01 BEST_EFFORT_AVAILABLE = 0x01
GUARANTEED_AVAILABLE = 0x02 GUARANTEED_AVAILABLE = 0x02
+47 -23
View File
@@ -24,7 +24,6 @@ import asyncio
import dataclasses import dataclasses
import enum import enum
import traceback import traceback
import pyee
import re import re
from typing import ( from typing import (
Dict, Dict,
@@ -45,6 +44,7 @@ from bumble import at
from bumble import device from bumble import device
from bumble import rfcomm from bumble import rfcomm
from bumble import sdp from bumble import sdp
from bumble import utils
from bumble.colors import color from bumble.colors import color
from bumble.core import ( from bumble.core import (
ProtocolError, ProtocolError,
@@ -690,7 +690,7 @@ class HfIndicatorState:
current_status: int = 0 current_status: int = 0
class HfProtocol(pyee.EventEmitter): class HfProtocol(utils.EventEmitter):
""" """
Implementation for the Hands-Free side of the Hands-Free profile. Implementation for the Hands-Free side of the Hands-Free profile.
@@ -720,6 +720,14 @@ class HfProtocol(pyee.EventEmitter):
vrec: VoiceRecognitionState vrec: VoiceRecognitionState
""" """
EVENT_CODEC_NEGOTIATION = "codec_negotiation"
EVENT_AG_INDICATOR = "ag_indicator"
EVENT_SPEAKER_VOLUME = "speaker_volume"
EVENT_MICROPHONE_VOLUME = "microphone_volume"
EVENT_RING = "ring"
EVENT_CLI_NOTIFICATION = "cli_notification"
EVENT_VOICE_RECOGNITION = "voice_recognition"
class HfLoopTermination(HfpProtocolError): class HfLoopTermination(HfpProtocolError):
"""Termination signal for run() loop.""" """Termination signal for run() loop."""
@@ -777,7 +785,8 @@ class HfProtocol(pyee.EventEmitter):
self.dlc.sink = self._read_at self.dlc.sink = self._read_at
# Stop the run() loop when L2CAP is closed. # Stop the run() loop when L2CAP is closed.
self.dlc.multiplexer.l2cap_channel.on( self.dlc.multiplexer.l2cap_channel.on(
'close', lambda: self.unsolicited_queue.put_nowait(None) self.dlc.multiplexer.l2cap_channel.EVENT_CLOSE,
lambda: self.unsolicited_queue.put_nowait(None),
) )
def supports_hf_feature(self, feature: HfFeature) -> bool: def supports_hf_feature(self, feature: HfFeature) -> bool:
@@ -1034,7 +1043,7 @@ class HfProtocol(pyee.EventEmitter):
# ID. The HF shall be ready to accept the synchronous connection # ID. The HF shall be ready to accept the synchronous connection
# establishment as soon as it has sent the AT commands AT+BCS=<Codec ID>. # establishment as soon as it has sent the AT commands AT+BCS=<Codec ID>.
self.active_codec = AudioCodec(codec_id) self.active_codec = AudioCodec(codec_id)
self.emit('codec_negotiation', self.active_codec) self.emit(self.EVENT_CODEC_NEGOTIATION, self.active_codec)
logger.info("codec connection setup completed") logger.info("codec connection setup completed")
@@ -1095,7 +1104,7 @@ class HfProtocol(pyee.EventEmitter):
# CIEV is in 1-index, while ag_indicators is in 0-index. # CIEV is in 1-index, while ag_indicators is in 0-index.
ag_indicator = self.ag_indicators[index - 1] ag_indicator = self.ag_indicators[index - 1]
ag_indicator.current_status = value ag_indicator.current_status = value
self.emit('ag_indicator', ag_indicator) self.emit(self.EVENT_AG_INDICATOR, ag_indicator)
logger.info(f"AG indicator updated: {ag_indicator.indicator}, {value}") logger.info(f"AG indicator updated: {ag_indicator.indicator}, {value}")
async def handle_unsolicited(self): async def handle_unsolicited(self):
@@ -1110,19 +1119,21 @@ class HfProtocol(pyee.EventEmitter):
int(result.parameters[0]), int(result.parameters[1]) int(result.parameters[0]), int(result.parameters[1])
) )
elif result.code == "+VGS": elif result.code == "+VGS":
self.emit('speaker_volume', int(result.parameters[0])) self.emit(self.EVENT_SPEAKER_VOLUME, int(result.parameters[0]))
elif result.code == "+VGM": elif result.code == "+VGM":
self.emit('microphone_volume', int(result.parameters[0])) self.emit(self.EVENT_MICROPHONE_VOLUME, int(result.parameters[0]))
elif result.code == "RING": elif result.code == "RING":
self.emit('ring') self.emit(self.EVENT_RING)
elif result.code == "+CLIP": elif result.code == "+CLIP":
self.emit( self.emit(
'cli_notification', CallLineIdentification.parse_from(result.parameters) self.EVENT_CLI_NOTIFICATION,
CallLineIdentification.parse_from(result.parameters),
) )
elif result.code == "+BVRA": elif result.code == "+BVRA":
# TODO: Support Enhanced Voice Recognition. # TODO: Support Enhanced Voice Recognition.
self.emit( self.emit(
'voice_recognition', VoiceRecognitionState(int(result.parameters[0])) self.EVENT_VOICE_RECOGNITION,
VoiceRecognitionState(int(result.parameters[0])),
) )
else: else:
logging.info(f"unhandled unsolicited response {result.code}") logging.info(f"unhandled unsolicited response {result.code}")
@@ -1146,7 +1157,7 @@ class HfProtocol(pyee.EventEmitter):
logger.error(traceback.format_exc()) logger.error(traceback.format_exc())
class AgProtocol(pyee.EventEmitter): class AgProtocol(utils.EventEmitter):
""" """
Implementation for the Audio-Gateway side of the Hands-Free profile. Implementation for the Audio-Gateway side of the Hands-Free profile.
@@ -1179,6 +1190,19 @@ class AgProtocol(pyee.EventEmitter):
volume: Int volume: Int
""" """
EVENT_SLC_COMPLETE = "slc_complete"
EVENT_SUPPORTED_AUDIO_CODECS = "supported_audio_codecs"
EVENT_CODEC_NEGOTIATION = "codec_negotiation"
EVENT_VOICE_RECOGNITION = "voice_recognition"
EVENT_CALL_HOLD = "call_hold"
EVENT_HF_INDICATOR = "hf_indicator"
EVENT_CODEC_CONNECTION_REQUEST = "codec_connection_request"
EVENT_ANSWER = "answer"
EVENT_DIAL = "dial"
EVENT_HANG_UP = "hang_up"
EVENT_SPEAKER_VOLUME = "speaker_volume"
EVENT_MICROPHONE_VOLUME = "microphone_volume"
supported_hf_features: int supported_hf_features: int
supported_hf_indicators: Set[HfIndicator] supported_hf_indicators: Set[HfIndicator]
supported_audio_codecs: List[AudioCodec] supported_audio_codecs: List[AudioCodec]
@@ -1371,7 +1395,7 @@ class AgProtocol(pyee.EventEmitter):
def _check_remained_slc_commands(self) -> None: def _check_remained_slc_commands(self) -> None:
if not self._remained_slc_setup_features: if not self._remained_slc_setup_features:
self.emit('slc_complete') self.emit(self.EVENT_SLC_COMPLETE)
def _on_brsf(self, hf_features: bytes) -> None: def _on_brsf(self, hf_features: bytes) -> None:
self.supported_hf_features = int(hf_features) self.supported_hf_features = int(hf_features)
@@ -1390,17 +1414,17 @@ class AgProtocol(pyee.EventEmitter):
def _on_bac(self, *args) -> None: def _on_bac(self, *args) -> None:
self.supported_audio_codecs = [AudioCodec(int(value)) for value in args] self.supported_audio_codecs = [AudioCodec(int(value)) for value in args]
self.emit('supported_audio_codecs', self.supported_audio_codecs) self.emit(self.EVENT_SUPPORTED_AUDIO_CODECS, self.supported_audio_codecs)
self.send_ok() self.send_ok()
def _on_bcs(self, codec: bytes) -> None: def _on_bcs(self, codec: bytes) -> None:
self.active_codec = AudioCodec(int(codec)) self.active_codec = AudioCodec(int(codec))
self.send_ok() self.send_ok()
self.emit('codec_negotiation', self.active_codec) self.emit(self.EVENT_CODEC_NEGOTIATION, self.active_codec)
def _on_bvra(self, vrec: bytes) -> None: def _on_bvra(self, vrec: bytes) -> None:
self.send_ok() self.send_ok()
self.emit('voice_recognition', VoiceRecognitionState(int(vrec))) self.emit(self.EVENT_VOICE_RECOGNITION, VoiceRecognitionState(int(vrec)))
def _on_chld(self, operation_code: bytes) -> None: def _on_chld(self, operation_code: bytes) -> None:
call_index: Optional[int] = None call_index: Optional[int] = None
@@ -1427,7 +1451,7 @@ class AgProtocol(pyee.EventEmitter):
# Real three-way calls have more complicated situations, but this is not a popular issue - let users to handle the remaining :) # Real three-way calls have more complicated situations, but this is not a popular issue - let users to handle the remaining :)
self.send_ok() self.send_ok()
self.emit('call_hold', operation, call_index) self.emit(self.EVENT_CALL_HOLD, operation, call_index)
def _on_chld_test(self) -> None: def _on_chld_test(self) -> None:
if not self.supports_ag_feature(AgFeature.THREE_WAY_CALLING): if not self.supports_ag_feature(AgFeature.THREE_WAY_CALLING):
@@ -1553,7 +1577,7 @@ class AgProtocol(pyee.EventEmitter):
return return
self.hf_indicators[index].current_status = int(value_bytes) self.hf_indicators[index].current_status = int(value_bytes)
self.emit('hf_indicator', self.hf_indicators[index]) self.emit(self.EVENT_HF_INDICATOR, self.hf_indicators[index])
self.send_ok() self.send_ok()
def _on_bia(self, *args) -> None: def _on_bia(self, *args) -> None:
@@ -1562,21 +1586,21 @@ class AgProtocol(pyee.EventEmitter):
self.send_ok() self.send_ok()
def _on_bcc(self) -> None: def _on_bcc(self) -> None:
self.emit('codec_connection_request') self.emit(self.EVENT_CODEC_CONNECTION_REQUEST)
self.send_ok() self.send_ok()
def _on_a(self) -> None: def _on_a(self) -> None:
"""ATA handler.""" """ATA handler."""
self.emit('answer') self.emit(self.EVENT_ANSWER)
self.send_ok() self.send_ok()
def _on_d(self, number: bytes) -> None: def _on_d(self, number: bytes) -> None:
"""ATD handler.""" """ATD handler."""
self.emit('dial', number.decode()) self.emit(self.EVENT_DIAL, number.decode())
self.send_ok() self.send_ok()
def _on_chup(self) -> None: def _on_chup(self) -> None:
self.emit('hang_up') self.emit(self.EVENT_HANG_UP)
self.send_ok() self.send_ok()
def _on_clcc(self) -> None: def _on_clcc(self) -> None:
@@ -1602,11 +1626,11 @@ class AgProtocol(pyee.EventEmitter):
self.send_ok() self.send_ok()
def _on_vgs(self, level: bytes) -> None: def _on_vgs(self, level: bytes) -> None:
self.emit('speaker_volume', int(level)) self.emit(self.EVENT_SPEAKER_VOLUME, int(level))
self.send_ok() self.send_ok()
def _on_vgm(self, level: bytes) -> None: def _on_vgm(self, level: bytes) -> None:
self.emit('microphone_volume', int(level)) self.emit(self.EVENT_MICROPHONE_VOLUME, int(level))
self.send_ok() self.send_ok()
+28 -15
View File
@@ -22,11 +22,12 @@ import enum
import struct import struct
from abc import ABC, abstractmethod from abc import ABC, abstractmethod
from pyee import EventEmitter
from typing import Optional, Callable from typing import Optional, Callable
from typing_extensions import override from typing_extensions import override
from bumble import l2cap, device from bumble import l2cap
from bumble import device
from bumble import utils
from bumble.core import InvalidStateError, ProtocolError from bumble.core import InvalidStateError, ProtocolError
from bumble.hci import Address from bumble.hci import Address
@@ -195,11 +196,18 @@ class SendHandshakeMessage(Message):
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
class HID(ABC, EventEmitter): class HID(ABC, utils.EventEmitter):
l2cap_ctrl_channel: Optional[l2cap.ClassicChannel] = None l2cap_ctrl_channel: Optional[l2cap.ClassicChannel] = None
l2cap_intr_channel: Optional[l2cap.ClassicChannel] = None l2cap_intr_channel: Optional[l2cap.ClassicChannel] = None
connection: Optional[device.Connection] = None connection: Optional[device.Connection] = None
EVENT_INTERRUPT_DATA = "interrupt_data"
EVENT_CONTROL_DATA = "control_data"
EVENT_SUSPEND = "suspend"
EVENT_EXIT_SUSPEND = "exit_suspend"
EVENT_VIRTUAL_CABLE_UNPLUG = "virtual_cable_unplug"
EVENT_HANDSHAKE = "handshake"
class Role(enum.IntEnum): class Role(enum.IntEnum):
HOST = 0x00 HOST = 0x00
DEVICE = 0x01 DEVICE = 0x01
@@ -214,7 +222,7 @@ class HID(ABC, EventEmitter):
device.register_l2cap_server(HID_CONTROL_PSM, self.on_l2cap_connection) device.register_l2cap_server(HID_CONTROL_PSM, self.on_l2cap_connection)
device.register_l2cap_server(HID_INTERRUPT_PSM, self.on_l2cap_connection) device.register_l2cap_server(HID_INTERRUPT_PSM, self.on_l2cap_connection)
device.on('connection', self.on_device_connection) device.on(device.EVENT_CONNECTION, self.on_device_connection)
async def connect_control_channel(self) -> None: async def connect_control_channel(self) -> None:
# Create a new L2CAP connection - control channel # Create a new L2CAP connection - control channel
@@ -257,15 +265,20 @@ class HID(ABC, EventEmitter):
def on_device_connection(self, connection: device.Connection) -> None: def on_device_connection(self, connection: device.Connection) -> None:
self.connection = connection self.connection = connection
self.remote_device_bd_address = connection.peer_address self.remote_device_bd_address = connection.peer_address
connection.on('disconnection', self.on_device_disconnection) connection.on(connection.EVENT_DISCONNECTION, self.on_device_disconnection)
def on_device_disconnection(self, reason: int) -> None: def on_device_disconnection(self, reason: int) -> None:
self.connection = None self.connection = None
def on_l2cap_connection(self, l2cap_channel: l2cap.ClassicChannel) -> None: def on_l2cap_connection(self, l2cap_channel: l2cap.ClassicChannel) -> None:
logger.debug(f'+++ New L2CAP connection: {l2cap_channel}') logger.debug(f'+++ New L2CAP connection: {l2cap_channel}')
l2cap_channel.on('open', lambda: self.on_l2cap_channel_open(l2cap_channel)) l2cap_channel.on(
l2cap_channel.on('close', lambda: self.on_l2cap_channel_close(l2cap_channel)) l2cap_channel.EVENT_OPEN, lambda: self.on_l2cap_channel_open(l2cap_channel)
)
l2cap_channel.on(
l2cap_channel.EVENT_CLOSE,
lambda: self.on_l2cap_channel_close(l2cap_channel),
)
def on_l2cap_channel_open(self, l2cap_channel: l2cap.ClassicChannel) -> None: def on_l2cap_channel_open(self, l2cap_channel: l2cap.ClassicChannel) -> None:
if l2cap_channel.psm == HID_CONTROL_PSM: if l2cap_channel.psm == HID_CONTROL_PSM:
@@ -289,7 +302,7 @@ class HID(ABC, EventEmitter):
def on_intr_pdu(self, pdu: bytes) -> None: def on_intr_pdu(self, pdu: bytes) -> None:
logger.debug(f'<<< HID INTERRUPT PDU: {pdu.hex()}') logger.debug(f'<<< HID INTERRUPT PDU: {pdu.hex()}')
self.emit("interrupt_data", pdu) self.emit(self.EVENT_INTERRUPT_DATA, pdu)
def send_pdu_on_ctrl(self, msg: bytes) -> None: def send_pdu_on_ctrl(self, msg: bytes) -> None:
assert self.l2cap_ctrl_channel assert self.l2cap_ctrl_channel
@@ -362,17 +375,17 @@ class Device(HID):
self.handle_set_protocol(pdu) self.handle_set_protocol(pdu)
elif message_type == Message.MessageType.DATA: elif message_type == Message.MessageType.DATA:
logger.debug('<<< HID CONTROL DATA') logger.debug('<<< HID CONTROL DATA')
self.emit('control_data', pdu) self.emit(self.EVENT_CONTROL_DATA, pdu)
elif message_type == Message.MessageType.CONTROL: elif message_type == Message.MessageType.CONTROL:
if param == Message.ControlCommand.SUSPEND: if param == Message.ControlCommand.SUSPEND:
logger.debug('<<< HID SUSPEND') logger.debug('<<< HID SUSPEND')
self.emit('suspend') self.emit(self.EVENT_SUSPEND)
elif param == Message.ControlCommand.EXIT_SUSPEND: elif param == Message.ControlCommand.EXIT_SUSPEND:
logger.debug('<<< HID EXIT SUSPEND') logger.debug('<<< HID EXIT SUSPEND')
self.emit('exit_suspend') self.emit(self.EVENT_EXIT_SUSPEND)
elif param == Message.ControlCommand.VIRTUAL_CABLE_UNPLUG: elif param == Message.ControlCommand.VIRTUAL_CABLE_UNPLUG:
logger.debug('<<< HID VIRTUAL CABLE UNPLUG') logger.debug('<<< HID VIRTUAL CABLE UNPLUG')
self.emit('virtual_cable_unplug') self.emit(self.EVENT_VIRTUAL_CABLE_UNPLUG)
else: else:
logger.debug('<<< HID CONTROL OPERATION UNSUPPORTED') logger.debug('<<< HID CONTROL OPERATION UNSUPPORTED')
else: else:
@@ -537,14 +550,14 @@ class Host(HID):
message_type = pdu[0] >> 4 message_type = pdu[0] >> 4
if message_type == Message.MessageType.HANDSHAKE: if message_type == Message.MessageType.HANDSHAKE:
logger.debug(f'<<< HID HANDSHAKE: {Message.Handshake(param).name}') logger.debug(f'<<< HID HANDSHAKE: {Message.Handshake(param).name}')
self.emit('handshake', Message.Handshake(param)) self.emit(self.EVENT_HANDSHAKE, Message.Handshake(param))
elif message_type == Message.MessageType.DATA: elif message_type == Message.MessageType.DATA:
logger.debug('<<< HID CONTROL DATA') logger.debug('<<< HID CONTROL DATA')
self.emit('control_data', pdu) self.emit(self.EVENT_CONTROL_DATA, pdu)
elif message_type == Message.MessageType.CONTROL: elif message_type == Message.MessageType.CONTROL:
if param == Message.ControlCommand.VIRTUAL_CABLE_UNPLUG: if param == Message.ControlCommand.VIRTUAL_CABLE_UNPLUG:
logger.debug('<<< HID VIRTUAL CABLE UNPLUG') logger.debug('<<< HID VIRTUAL CABLE UNPLUG')
self.emit('virtual_cable_unplug') self.emit(self.EVENT_VIRTUAL_CABLE_UNPLUG)
else: else:
logger.debug('<<< HID CONTROL OPERATION UNSUPPORTED') logger.debug('<<< HID CONTROL OPERATION UNSUPPORTED')
else: else:
+54 -19
View File
@@ -34,7 +34,6 @@ from typing import (
TYPE_CHECKING, TYPE_CHECKING,
) )
import pyee
from bumble.colors import color from bumble.colors import color
from bumble.l2cap import L2CAP_PDU from bumble.l2cap import L2CAP_PDU
@@ -42,16 +41,16 @@ from bumble.snoop import Snooper
from bumble import drivers from bumble import drivers
from bumble import hci from bumble import hci
from bumble.core import ( from bumble.core import (
BT_BR_EDR_TRANSPORT, PhysicalTransport,
BT_LE_TRANSPORT, PhysicalTransport,
ConnectionPHY, ConnectionPHY,
ConnectionParameters, ConnectionParameters,
) )
from bumble.utils import AbortableEventEmitter from bumble import utils
from bumble.transport.common import TransportLostError from bumble.transport.common import TransportLostError
if TYPE_CHECKING: if TYPE_CHECKING:
from .transport.common import TransportSink, TransportSource from bumble.transport.common import TransportSink, TransportSource
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
@@ -61,7 +60,7 @@ logger = logging.getLogger(__name__)
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
class DataPacketQueue(pyee.EventEmitter): class DataPacketQueue(utils.EventEmitter):
""" """
Flow-control queue for host->controller data packets (ACL, ISO). Flow-control queue for host->controller data packets (ACL, ISO).
@@ -186,7 +185,11 @@ class DataPacketQueue(pyee.EventEmitter):
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
class Connection: class Connection:
def __init__( def __init__(
self, host: Host, handle: int, peer_address: hci.Address, transport: int self,
host: Host,
handle: int,
peer_address: hci.Address,
transport: PhysicalTransport,
): ):
self.host = host self.host = host
self.handle = handle self.handle = handle
@@ -195,7 +198,7 @@ class Connection:
self.transport = transport self.transport = transport
acl_packet_queue: Optional[DataPacketQueue] = ( acl_packet_queue: Optional[DataPacketQueue] = (
host.le_acl_packet_queue host.le_acl_packet_queue
if transport == BT_LE_TRANSPORT if transport == PhysicalTransport.LE
else host.acl_packet_queue else host.acl_packet_queue
) )
assert acl_packet_queue assert acl_packet_queue
@@ -230,7 +233,7 @@ class IsoLink:
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
class Host(AbortableEventEmitter): class Host(utils.EventEmitter):
connections: Dict[int, Connection] connections: Dict[int, Connection]
cis_links: Dict[int, IsoLink] cis_links: Dict[int, IsoLink]
bis_links: Dict[int, IsoLink] bis_links: Dict[int, IsoLink]
@@ -432,6 +435,14 @@ class Host(AbortableEventEmitter):
) )
) )
) )
if self.supports_command(hci.HCI_SET_EVENT_MASK_PAGE_2_COMMAND):
await self.send_command(
hci.HCI_Set_Event_Mask_Page_2_Command(
event_mask_page_2=hci.HCI_Set_Event_Mask_Page_2_Command.mask(
[hci.HCI_ENCRYPTION_CHANGE_V2_EVENT]
)
)
)
if ( if (
self.local_version is not None self.local_version is not None
@@ -453,6 +464,7 @@ class Host(AbortableEventEmitter):
hci.HCI_LE_READ_LOCAL_P_256_PUBLIC_KEY_COMPLETE_EVENT, hci.HCI_LE_READ_LOCAL_P_256_PUBLIC_KEY_COMPLETE_EVENT,
hci.HCI_LE_GENERATE_DHKEY_COMPLETE_EVENT, hci.HCI_LE_GENERATE_DHKEY_COMPLETE_EVENT,
hci.HCI_LE_ENHANCED_CONNECTION_COMPLETE_EVENT, hci.HCI_LE_ENHANCED_CONNECTION_COMPLETE_EVENT,
hci.HCI_LE_ENHANCED_CONNECTION_COMPLETE_V2_EVENT,
hci.HCI_LE_DIRECTED_ADVERTISING_REPORT_EVENT, hci.HCI_LE_DIRECTED_ADVERTISING_REPORT_EVENT,
hci.HCI_LE_PHY_UPDATE_COMPLETE_EVENT, hci.HCI_LE_PHY_UPDATE_COMPLETE_EVENT,
hci.HCI_LE_EXTENDED_ADVERTISING_REPORT_EVENT, hci.HCI_LE_EXTENDED_ADVERTISING_REPORT_EVENT,
@@ -962,7 +974,7 @@ class Host(AbortableEventEmitter):
self, self,
event.connection_handle, event.connection_handle,
event.peer_address, event.peer_address,
BT_LE_TRANSPORT, PhysicalTransport.LE,
) )
self.connections[event.connection_handle] = connection self.connections[event.connection_handle] = connection
@@ -975,11 +987,11 @@ class Host(AbortableEventEmitter):
self.emit( self.emit(
'connection', 'connection',
event.connection_handle, event.connection_handle,
BT_LE_TRANSPORT, PhysicalTransport.LE,
event.peer_address, event.peer_address,
getattr(event, 'local_resolvable_private_address', None), getattr(event, 'local_resolvable_private_address', None),
getattr(event, 'peer_resolvable_private_address', None), getattr(event, 'peer_resolvable_private_address', None),
event.role, hci.Role(event.role),
connection_parameters, connection_parameters,
) )
else: else:
@@ -987,7 +999,10 @@ class Host(AbortableEventEmitter):
# Notify the listeners # Notify the listeners
self.emit( self.emit(
'connection_failure', BT_LE_TRANSPORT, event.peer_address, event.status 'connection_failure',
PhysicalTransport.LE,
event.peer_address,
event.status,
) )
def on_hci_le_enhanced_connection_complete_event(self, event): def on_hci_le_enhanced_connection_complete_event(self, event):
@@ -1012,7 +1027,7 @@ class Host(AbortableEventEmitter):
self, self,
event.connection_handle, event.connection_handle,
event.bd_addr, event.bd_addr,
BT_BR_EDR_TRANSPORT, PhysicalTransport.BR_EDR,
) )
self.connections[event.connection_handle] = connection self.connections[event.connection_handle] = connection
@@ -1020,7 +1035,7 @@ class Host(AbortableEventEmitter):
self.emit( self.emit(
'connection', 'connection',
event.connection_handle, event.connection_handle,
BT_BR_EDR_TRANSPORT, PhysicalTransport.BR_EDR,
event.bd_addr, event.bd_addr,
None, None,
None, None,
@@ -1032,7 +1047,10 @@ class Host(AbortableEventEmitter):
# Notify the client # Notify the client
self.emit( self.emit(
'connection_failure', BT_BR_EDR_TRANSPORT, event.bd_addr, event.status 'connection_failure',
PhysicalTransport.BR_EDR,
event.bd_addr,
event.status,
) )
def on_hci_disconnection_complete_event(self, event): def on_hci_disconnection_complete_event(self, event):
@@ -1279,7 +1297,8 @@ class Host(AbortableEventEmitter):
logger.debug('no long term key provider') logger.debug('no long term key provider')
long_term_key = None long_term_key = None
else: else:
long_term_key = await self.abort_on( long_term_key = await utils.cancel_on_event(
self,
'flush', 'flush',
# pylint: disable-next=not-callable # pylint: disable-next=not-callable
self.long_term_key_provider( self.long_term_key_provider(
@@ -1337,7 +1356,7 @@ class Host(AbortableEventEmitter):
f'role change for {event.bd_addr}: ' f'role change for {event.bd_addr}: '
f'{hci.HCI_Constant.role_name(event.new_role)}' f'{hci.HCI_Constant.role_name(event.new_role)}'
) )
self.emit('role_change', event.bd_addr, event.new_role) self.emit('role_change', event.bd_addr, hci.Role(event.new_role))
else: else:
logger.debug( logger.debug(
f'role change for {event.bd_addr} failed: ' f'role change for {event.bd_addr} failed: '
@@ -1373,6 +1392,21 @@ class Host(AbortableEventEmitter):
'connection_encryption_change', 'connection_encryption_change',
event.connection_handle, event.connection_handle,
event.encryption_enabled, event.encryption_enabled,
0,
)
else:
self.emit(
'connection_encryption_failure', event.connection_handle, event.status
)
def on_hci_encryption_change_v2_event(self, event):
# Notify the client
if event.status == hci.HCI_SUCCESS:
self.emit(
'connection_encryption_change',
event.connection_handle,
event.encryption_enabled,
event.encryption_key_size,
) )
else: else:
self.emit( self.emit(
@@ -1437,7 +1471,8 @@ class Host(AbortableEventEmitter):
logger.debug('no link key provider') logger.debug('no link key provider')
link_key = None link_key = None
else: else:
link_key = await self.abort_on( link_key = await utils.cancel_on_event(
self,
'flush', 'flush',
# pylint: disable-next=not-callable # pylint: disable-next=not-callable
self.link_key_provider(event.bd_addr), self.link_key_provider(event.bd_addr),
+64 -48
View File
@@ -22,17 +22,18 @@
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
from __future__ import annotations from __future__ import annotations
import asyncio import asyncio
import dataclasses
import logging import logging
import os import os
import json import json
from typing import TYPE_CHECKING, Dict, List, Optional, Tuple, Type from typing import TYPE_CHECKING, Dict, List, Optional, Tuple, Type, Any
from typing_extensions import Self from typing_extensions import Self
from .colors import color from bumble.colors import color
from .hci import Address from bumble import hci
if TYPE_CHECKING: if TYPE_CHECKING:
from .device import Device from bumble.device import Device
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
@@ -42,16 +43,17 @@ logger = logging.getLogger(__name__)
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
@dataclasses.dataclass
class PairingKeys: class PairingKeys:
@dataclasses.dataclass
class Key: class Key:
def __init__(self, value, authenticated=False, ediv=None, rand=None): value: bytes
self.value = value authenticated: bool = False
self.authenticated = authenticated ediv: Optional[int] = None
self.ediv = ediv rand: Optional[bytes] = None
self.rand = rand
@classmethod @classmethod
def from_dict(cls, key_dict): def from_dict(cls, key_dict: dict[str, Any]) -> PairingKeys.Key:
value = bytes.fromhex(key_dict['value']) value = bytes.fromhex(key_dict['value'])
authenticated = key_dict.get('authenticated', False) authenticated = key_dict.get('authenticated', False)
ediv = key_dict.get('ediv') ediv = key_dict.get('ediv')
@@ -61,7 +63,7 @@ class PairingKeys:
return cls(value, authenticated, ediv, rand) return cls(value, authenticated, ediv, rand)
def to_dict(self): def to_dict(self) -> dict[str, Any]:
key_dict = {'value': self.value.hex(), 'authenticated': self.authenticated} key_dict = {'value': self.value.hex(), 'authenticated': self.authenticated}
if self.ediv is not None: if self.ediv is not None:
key_dict['ediv'] = self.ediv key_dict['ediv'] = self.ediv
@@ -70,39 +72,42 @@ class PairingKeys:
return key_dict return key_dict
def __init__(self): address_type: Optional[hci.AddressType] = None
self.address_type = None ltk: Optional[Key] = None
self.ltk = None ltk_central: Optional[Key] = None
self.ltk_central = None ltk_peripheral: Optional[Key] = None
self.ltk_peripheral = None irk: Optional[Key] = None
self.irk = None csrk: Optional[Key] = None
self.csrk = None link_key: Optional[Key] = None # Classic
self.link_key = None # Classic link_key_type: Optional[int] = None # Classic
@staticmethod @classmethod
def key_from_dict(keys_dict, key_name): def key_from_dict(cls, keys_dict: dict[str, Any], key_name: str) -> Optional[Key]:
key_dict = keys_dict.get(key_name) key_dict = keys_dict.get(key_name)
if key_dict is None: if key_dict is None:
return None return None
return PairingKeys.Key.from_dict(key_dict) return PairingKeys.Key.from_dict(key_dict)
@staticmethod @classmethod
def from_dict(keys_dict): def from_dict(cls, keys_dict: dict[str, Any]) -> PairingKeys:
keys = PairingKeys() return PairingKeys(
address_type=(
hci.AddressType(t)
if (t := keys_dict.get('address_type')) is not None
else None
),
ltk=PairingKeys.key_from_dict(keys_dict, 'ltk'),
ltk_central=PairingKeys.key_from_dict(keys_dict, 'ltk_central'),
ltk_peripheral=PairingKeys.key_from_dict(keys_dict, 'ltk_peripheral'),
irk=PairingKeys.key_from_dict(keys_dict, 'irk'),
csrk=PairingKeys.key_from_dict(keys_dict, 'csrk'),
link_key=PairingKeys.key_from_dict(keys_dict, 'link_key'),
link_key_type=keys_dict.get('link_key_type'),
)
keys.address_type = keys_dict.get('address_type') def to_dict(self) -> dict[str, Any]:
keys.ltk = PairingKeys.key_from_dict(keys_dict, 'ltk') keys: dict[str, Any] = {}
keys.ltk_central = PairingKeys.key_from_dict(keys_dict, 'ltk_central')
keys.ltk_peripheral = PairingKeys.key_from_dict(keys_dict, 'ltk_peripheral')
keys.irk = PairingKeys.key_from_dict(keys_dict, 'irk')
keys.csrk = PairingKeys.key_from_dict(keys_dict, 'csrk')
keys.link_key = PairingKeys.key_from_dict(keys_dict, 'link_key')
return keys
def to_dict(self):
keys = {}
if self.address_type is not None: if self.address_type is not None:
keys['address_type'] = self.address_type keys['address_type'] = self.address_type
@@ -125,9 +130,12 @@ class PairingKeys:
if self.link_key is not None: if self.link_key is not None:
keys['link_key'] = self.link_key.to_dict() keys['link_key'] = self.link_key.to_dict()
if self.link_key_type is not None:
keys['link_key_type'] = self.link_key_type
return keys return keys
def print(self, prefix=''): def print(self, prefix: str = '') -> None:
keys_dict = self.to_dict() keys_dict = self.to_dict()
for container_property, value in keys_dict.items(): for container_property, value in keys_dict.items():
if isinstance(value, dict): if isinstance(value, dict):
@@ -156,20 +164,28 @@ class KeyStore:
all_keys = await self.get_all() all_keys = await self.get_all()
await asyncio.gather(*(self.delete(name) for (name, _) in all_keys)) await asyncio.gather(*(self.delete(name) for (name, _) in all_keys))
async def get_resolving_keys(self): async def get_resolving_keys(self) -> list[tuple[bytes, hci.Address]]:
all_keys = await self.get_all() all_keys = await self.get_all()
resolving_keys = [] resolving_keys = []
for name, keys in all_keys: for name, keys in all_keys:
if keys.irk is not None: if keys.irk is not None:
if keys.address_type is None: resolving_keys.append(
address_type = Address.RANDOM_DEVICE_ADDRESS (
else: keys.irk.value,
address_type = keys.address_type hci.Address(
resolving_keys.append((keys.irk.value, Address(name, address_type))) name,
(
keys.address_type
if keys.address_type is not None
else hci.Address.RANDOM_DEVICE_ADDRESS
),
),
)
)
return resolving_keys return resolving_keys
async def print(self, prefix=''): async def print(self, prefix: str = '') -> None:
entries = await self.get_all() entries = await self.get_all()
separator = '' separator = ''
for name, keys in entries: for name, keys in entries:
@@ -177,8 +193,8 @@ class KeyStore:
keys.print(prefix=prefix + ' ') keys.print(prefix=prefix + ' ')
separator = '\n' separator = '\n'
@staticmethod @classmethod
def create_for_device(device: Device) -> KeyStore: def create_for_device(cls, device: Device) -> KeyStore:
if device.config.keystore is None: if device.config.keystore is None:
return MemoryKeyStore() return MemoryKeyStore()
@@ -266,9 +282,9 @@ class JsonKeyStore(KeyStore):
filename = params[0] filename = params[0]
# Use a namespace based on the device address # Use a namespace based on the device address
if device.public_address not in (Address.ANY, Address.ANY_RANDOM): if device.public_address not in (hci.Address.ANY, hci.Address.ANY_RANDOM):
namespace = str(device.public_address) namespace = str(device.public_address)
elif device.random_address != Address.ANY_RANDOM: elif device.random_address != hci.Address.ANY_RANDOM:
namespace = str(device.random_address) namespace = str(device.random_address)
else: else:
namespace = JsonKeyStore.DEFAULT_NAMESPACE namespace = JsonKeyStore.DEFAULT_NAMESPACE
+40 -28
View File
@@ -23,7 +23,6 @@ import logging
import struct import struct
from collections import deque from collections import deque
from pyee import EventEmitter
from typing import ( from typing import (
Dict, Dict,
Type, Type,
@@ -39,19 +38,19 @@ from typing import (
TYPE_CHECKING, TYPE_CHECKING,
) )
from .utils import deprecated from bumble import utils
from .colors import color from bumble.colors import color
from .core import ( from bumble.core import (
BT_CENTRAL_ROLE,
InvalidStateError, InvalidStateError,
InvalidArgumentError, InvalidArgumentError,
InvalidPacketError, InvalidPacketError,
OutOfResourcesError, OutOfResourcesError,
ProtocolError, ProtocolError,
) )
from .hci import ( from bumble.hci import (
HCI_LE_Connection_Update_Command, HCI_LE_Connection_Update_Command,
HCI_Object, HCI_Object,
Role,
key_with_value, key_with_value,
name_or_number, name_or_number,
) )
@@ -720,7 +719,7 @@ class L2CAP_LE_Flow_Control_Credit(L2CAP_Control_Frame):
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
class ClassicChannel(EventEmitter): class ClassicChannel(utils.EventEmitter):
class State(enum.IntEnum): class State(enum.IntEnum):
# States # States
CLOSED = 0x00 CLOSED = 0x00
@@ -745,6 +744,9 @@ class ClassicChannel(EventEmitter):
WAIT_FINAL_RSP = 0x16 WAIT_FINAL_RSP = 0x16
WAIT_CONTROL_IND = 0x17 WAIT_CONTROL_IND = 0x17
EVENT_OPEN = "open"
EVENT_CLOSE = "close"
connection_result: Optional[asyncio.Future[None]] connection_result: Optional[asyncio.Future[None]]
disconnection_result: Optional[asyncio.Future[None]] disconnection_result: Optional[asyncio.Future[None]]
response: Optional[asyncio.Future[bytes]] response: Optional[asyncio.Future[bytes]]
@@ -821,8 +823,8 @@ class ClassicChannel(EventEmitter):
# Wait for the connection to succeed or fail # Wait for the connection to succeed or fail
try: try:
return await self.connection.abort_on( return await utils.cancel_on_event(
'disconnection', self.connection_result self.connection, 'disconnection', self.connection_result
) )
finally: finally:
self.connection_result = None self.connection_result = None
@@ -848,7 +850,7 @@ class ClassicChannel(EventEmitter):
def abort(self) -> None: def abort(self) -> None:
if self.state == self.State.OPEN: if self.state == self.State.OPEN:
self._change_state(self.State.CLOSED) self._change_state(self.State.CLOSED)
self.emit('close') self.emit(self.EVENT_CLOSE)
def send_configure_request(self) -> None: def send_configure_request(self) -> None:
options = L2CAP_Control_Frame.encode_configuration_options( options = L2CAP_Control_Frame.encode_configuration_options(
@@ -941,7 +943,7 @@ class ClassicChannel(EventEmitter):
if self.connection_result: if self.connection_result:
self.connection_result.set_result(None) self.connection_result.set_result(None)
self.connection_result = None self.connection_result = None
self.emit('open') self.emit(self.EVENT_OPEN)
elif self.state == self.State.WAIT_CONFIG_REQ_RSP: elif self.state == self.State.WAIT_CONFIG_REQ_RSP:
self._change_state(self.State.WAIT_CONFIG_RSP) self._change_state(self.State.WAIT_CONFIG_RSP)
@@ -957,7 +959,7 @@ class ClassicChannel(EventEmitter):
if self.connection_result: if self.connection_result:
self.connection_result.set_result(None) self.connection_result.set_result(None)
self.connection_result = None self.connection_result = None
self.emit('open') self.emit(self.EVENT_OPEN)
else: else:
logger.warning(color('invalid state', 'red')) logger.warning(color('invalid state', 'red'))
elif ( elif (
@@ -992,7 +994,7 @@ class ClassicChannel(EventEmitter):
) )
) )
self._change_state(self.State.CLOSED) self._change_state(self.State.CLOSED)
self.emit('close') self.emit(self.EVENT_CLOSE)
self.manager.on_channel_closed(self) self.manager.on_channel_closed(self)
else: else:
logger.warning(color('invalid state', 'red')) logger.warning(color('invalid state', 'red'))
@@ -1013,7 +1015,7 @@ class ClassicChannel(EventEmitter):
if self.disconnection_result: if self.disconnection_result:
self.disconnection_result.set_result(None) self.disconnection_result.set_result(None)
self.disconnection_result = None self.disconnection_result = None
self.emit('close') self.emit(self.EVENT_CLOSE)
self.manager.on_channel_closed(self) self.manager.on_channel_closed(self)
def __str__(self) -> str: def __str__(self) -> str:
@@ -1026,7 +1028,7 @@ class ClassicChannel(EventEmitter):
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
class LeCreditBasedChannel(EventEmitter): class LeCreditBasedChannel(utils.EventEmitter):
""" """
LE Credit-based Connection Oriented Channel LE Credit-based Connection Oriented Channel
""" """
@@ -1048,6 +1050,9 @@ class LeCreditBasedChannel(EventEmitter):
connection: Connection connection: Connection
sink: Optional[Callable[[bytes], Any]] sink: Optional[Callable[[bytes], Any]]
EVENT_OPEN = "open"
EVENT_CLOSE = "close"
def __init__( def __init__(
self, self,
manager: ChannelManager, manager: ChannelManager,
@@ -1099,9 +1104,9 @@ class LeCreditBasedChannel(EventEmitter):
self.state = new_state self.state = new_state
if new_state == self.State.CONNECTED: if new_state == self.State.CONNECTED:
self.emit('open') self.emit(self.EVENT_OPEN)
elif new_state == self.State.DISCONNECTED: elif new_state == self.State.DISCONNECTED:
self.emit('close') self.emit(self.EVENT_CLOSE)
def send_pdu(self, pdu: Union[SupportsBytes, bytes]) -> None: def send_pdu(self, pdu: Union[SupportsBytes, bytes]) -> None:
self.manager.send_pdu(self.connection, self.destination_cid, pdu) self.manager.send_pdu(self.connection, self.destination_cid, pdu)
@@ -1381,7 +1386,9 @@ class LeCreditBasedChannel(EventEmitter):
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
class ClassicChannelServer(EventEmitter): class ClassicChannelServer(utils.EventEmitter):
EVENT_CONNECTION = "connection"
def __init__( def __init__(
self, self,
manager: ChannelManager, manager: ChannelManager,
@@ -1396,7 +1403,7 @@ class ClassicChannelServer(EventEmitter):
self.mtu = mtu self.mtu = mtu
def on_connection(self, channel: ClassicChannel) -> None: def on_connection(self, channel: ClassicChannel) -> None:
self.emit('connection', channel) self.emit(self.EVENT_CONNECTION, channel)
if self.handler: if self.handler:
self.handler(channel) self.handler(channel)
@@ -1406,7 +1413,9 @@ class ClassicChannelServer(EventEmitter):
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
class LeCreditBasedChannelServer(EventEmitter): class LeCreditBasedChannelServer(utils.EventEmitter):
EVENT_CONNECTION = "connection"
def __init__( def __init__(
self, self,
manager: ChannelManager, manager: ChannelManager,
@@ -1425,7 +1434,7 @@ class LeCreditBasedChannelServer(EventEmitter):
self.mps = mps self.mps = mps
def on_connection(self, channel: LeCreditBasedChannel) -> None: def on_connection(self, channel: LeCreditBasedChannel) -> None:
self.emit('connection', channel) self.emit(self.EVENT_CONNECTION, channel)
if self.handler: if self.handler:
self.handler(channel) self.handler(channel)
@@ -1521,6 +1530,9 @@ class ChannelManager:
def next_identifier(self, connection: Connection) -> int: def next_identifier(self, connection: Connection) -> int:
identifier = (self.identifiers.setdefault(connection.handle, 0) + 1) % 256 identifier = (self.identifiers.setdefault(connection.handle, 0) + 1) % 256
# 0x00 is an invalid ID (BT Core Spec, Vol 3, Part A, Sect 4
if identifier == 0:
identifier = 1
self.identifiers[connection.handle] = identifier self.identifiers[connection.handle] = identifier
return identifier return identifier
@@ -1533,7 +1545,7 @@ class ChannelManager:
if cid in self.fixed_channels: if cid in self.fixed_channels:
del self.fixed_channels[cid] del self.fixed_channels[cid]
@deprecated("Please use create_classic_server") @utils.deprecated("Please use create_classic_server")
def register_server( def register_server(
self, self,
psm: int, psm: int,
@@ -1579,7 +1591,7 @@ class ChannelManager:
return self.servers[spec.psm] return self.servers[spec.psm]
@deprecated("Please use create_le_credit_based_server()") @utils.deprecated("Please use create_le_credit_based_server()")
def register_le_coc_server( def register_le_coc_server(
self, self,
psm: int, psm: int,
@@ -1908,7 +1920,7 @@ class ChannelManager:
def on_l2cap_connection_parameter_update_request( def on_l2cap_connection_parameter_update_request(
self, connection: Connection, cid: int, request self, connection: Connection, cid: int, request
): ):
if connection.role == BT_CENTRAL_ROLE: if connection.role == Role.CENTRAL:
self.send_control_frame( self.send_control_frame(
connection, connection,
cid, cid,
@@ -2123,7 +2135,7 @@ class ChannelManager:
if channel.source_cid in connection_channels: if channel.source_cid in connection_channels:
del connection_channels[channel.source_cid] del connection_channels[channel.source_cid]
@deprecated("Please use create_le_credit_based_channel()") @utils.deprecated("Please use create_le_credit_based_channel()")
async def open_le_coc( async def open_le_coc(
self, connection: Connection, psm: int, max_credits: int, mtu: int, mps: int self, connection: Connection, psm: int, max_credits: int, mtu: int, mps: int
) -> LeCreditBasedChannel: ) -> LeCreditBasedChannel:
@@ -2180,7 +2192,7 @@ class ChannelManager:
return channel return channel
@deprecated("Please use create_classic_channel()") @utils.deprecated("Please use create_classic_channel()")
async def connect(self, connection: Connection, psm: int) -> ClassicChannel: async def connect(self, connection: Connection, psm: int) -> ClassicChannel:
return await self.create_classic_channel( return await self.create_classic_channel(
connection=connection, spec=ClassicChannelSpec(psm=psm) connection=connection, spec=ClassicChannelSpec(psm=psm)
@@ -2230,12 +2242,12 @@ class ChannelManager:
class Channel(ClassicChannel): class Channel(ClassicChannel):
@deprecated("Please use ClassicChannel") @utils.deprecated("Please use ClassicChannel")
def __init__(self, *args, **kwargs) -> None: def __init__(self, *args, **kwargs) -> None:
super().__init__(*args, **kwargs) super().__init__(*args, **kwargs)
class LeConnectionOrientedChannel(LeCreditBasedChannel): class LeConnectionOrientedChannel(LeCreditBasedChannel):
@deprecated("Please use LeCreditBasedChannel") @utils.deprecated("Please use LeCreditBasedChannel")
def __init__(self, *args, **kwargs) -> None: def __init__(self, *args, **kwargs) -> None:
super().__init__(*args, **kwargs) super().__init__(*args, **kwargs)
+5 -6
View File
@@ -20,14 +20,13 @@ import asyncio
from functools import partial from functools import partial
from bumble.core import ( from bumble.core import (
BT_PERIPHERAL_ROLE, PhysicalTransport,
BT_BR_EDR_TRANSPORT,
BT_LE_TRANSPORT,
InvalidStateError, InvalidStateError,
) )
from bumble.colors import color from bumble.colors import color
from bumble.hci import ( from bumble.hci import (
Address, Address,
Role,
HCI_SUCCESS, HCI_SUCCESS,
HCI_CONNECTION_ACCEPT_TIMEOUT_ERROR, HCI_CONNECTION_ACCEPT_TIMEOUT_ERROR,
HCI_CONNECTION_TIMEOUT_ERROR, HCI_CONNECTION_TIMEOUT_ERROR,
@@ -116,10 +115,10 @@ class LocalLink:
def send_acl_data(self, sender_controller, destination_address, transport, data): def send_acl_data(self, sender_controller, destination_address, transport, data):
# Send the data to the first controller with a matching address # Send the data to the first controller with a matching address
if transport == BT_LE_TRANSPORT: if transport == PhysicalTransport.LE:
destination_controller = self.find_controller(destination_address) destination_controller = self.find_controller(destination_address)
source_address = sender_controller.random_address source_address = sender_controller.random_address
elif transport == BT_BR_EDR_TRANSPORT: elif transport == PhysicalTransport.BR_EDR:
destination_controller = self.find_classic_controller(destination_address) destination_controller = self.find_classic_controller(destination_address)
source_address = sender_controller.public_address source_address = sender_controller.public_address
else: else:
@@ -292,7 +291,7 @@ class LocalLink:
return return
async def task(): async def task():
if responder_role != BT_PERIPHERAL_ROLE: if responder_role != Role.PERIPHERAL:
initiator_controller.on_classic_role_change( initiator_controller.on_classic_role_change(
responder_controller.public_address, int(not (responder_role)) responder_controller.public_address, int(not (responder_role))
) )
+3 -3
View File
@@ -20,14 +20,14 @@ import enum
from dataclasses import dataclass from dataclasses import dataclass
from typing import Optional, Tuple from typing import Optional, Tuple
from .hci import ( from bumble.hci import (
Address, Address,
HCI_NO_INPUT_NO_OUTPUT_IO_CAPABILITY, HCI_NO_INPUT_NO_OUTPUT_IO_CAPABILITY,
HCI_DISPLAY_ONLY_IO_CAPABILITY, HCI_DISPLAY_ONLY_IO_CAPABILITY,
HCI_DISPLAY_YES_NO_IO_CAPABILITY, HCI_DISPLAY_YES_NO_IO_CAPABILITY,
HCI_KEYBOARD_ONLY_IO_CAPABILITY, HCI_KEYBOARD_ONLY_IO_CAPABILITY,
) )
from .smp import ( from bumble.smp import (
SMP_NO_INPUT_NO_OUTPUT_IO_CAPABILITY, SMP_NO_INPUT_NO_OUTPUT_IO_CAPABILITY,
SMP_KEYBOARD_ONLY_IO_CAPABILITY, SMP_KEYBOARD_ONLY_IO_CAPABILITY,
SMP_DISPLAY_ONLY_IO_CAPABILITY, SMP_DISPLAY_ONLY_IO_CAPABILITY,
@@ -41,7 +41,7 @@ from .smp import (
OobLegacyContext, OobLegacyContext,
OobSharedData, OobSharedData,
) )
from .core import AdvertisingData, LeRole from bumble.core import AdvertisingData, LeRole
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
+5 -5
View File
@@ -22,11 +22,11 @@ __version__ = "0.0.1"
import grpc import grpc
import grpc.aio import grpc.aio
from .config import Config from bumble.pandora.config import Config
from .device import PandoraDevice from bumble.pandora.device import PandoraDevice
from .host import HostService from bumble.pandora.host import HostService
from .l2cap import L2CAPService from bumble.pandora.l2cap import L2CAPService
from .security import SecurityService, SecurityStorageService from bumble.pandora.security import SecurityService, SecurityStorageService
from pandora.host_grpc_aio import add_HostServicer_to_server from pandora.host_grpc_aio import add_HostServicer_to_server
from pandora.l2cap_grpc_aio import add_L2CAPServicer_to_server from pandora.l2cap_grpc_aio import add_L2CAPServicer_to_server
from pandora.security_grpc_aio import ( from pandora.security_grpc_aio import (
+41 -34
View File
@@ -20,12 +20,11 @@ import grpc.aio
import logging import logging
import struct import struct
from . import utils import bumble.utils
from .config import Config from bumble.pandora import utils
from bumble.pandora.config import Config
from bumble.core import ( from bumble.core import (
BT_BR_EDR_TRANSPORT, PhysicalTransport,
BT_LE_TRANSPORT,
BT_PERIPHERAL_ROLE,
UUID, UUID,
AdvertisingData, AdvertisingData,
Appearance, Appearance,
@@ -47,6 +46,8 @@ from bumble.hci import (
HCI_REMOTE_USER_TERMINATED_CONNECTION_ERROR, HCI_REMOTE_USER_TERMINATED_CONNECTION_ERROR,
Address, Address,
Phy, Phy,
Role,
OwnAddressType,
) )
from google.protobuf import any_pb2 # pytype: disable=pyi-error from google.protobuf import any_pb2 # pytype: disable=pyi-error
from google.protobuf import empty_pb2 # pytype: disable=pyi-error from google.protobuf import empty_pb2 # pytype: disable=pyi-error
@@ -114,11 +115,11 @@ SECONDARY_PHY_TO_BUMBLE_PHY_MAP: Dict[SecondaryPhy, Phy] = {
SECONDARY_CODED: Phy.LE_CODED, SECONDARY_CODED: Phy.LE_CODED,
} }
OWN_ADDRESS_MAP: Dict[host_pb2.OwnAddressType, bumble.hci.OwnAddressType] = { OWN_ADDRESS_MAP: Dict[host_pb2.OwnAddressType, OwnAddressType] = {
host_pb2.PUBLIC: bumble.hci.OwnAddressType.PUBLIC, host_pb2.PUBLIC: OwnAddressType.PUBLIC,
host_pb2.RANDOM: bumble.hci.OwnAddressType.RANDOM, host_pb2.RANDOM: OwnAddressType.RANDOM,
host_pb2.RESOLVABLE_OR_PUBLIC: bumble.hci.OwnAddressType.RESOLVABLE_OR_PUBLIC, host_pb2.RESOLVABLE_OR_PUBLIC: OwnAddressType.RESOLVABLE_OR_PUBLIC,
host_pb2.RESOLVABLE_OR_RANDOM: bumble.hci.OwnAddressType.RESOLVABLE_OR_RANDOM, host_pb2.RESOLVABLE_OR_RANDOM: OwnAddressType.RESOLVABLE_OR_RANDOM,
} }
@@ -184,7 +185,7 @@ class HostService(HostServicer):
try: try:
connection = await self.device.connect( connection = await self.device.connect(
address, transport=BT_BR_EDR_TRANSPORT address, transport=PhysicalTransport.BR_EDR
) )
except ConnectionError as e: except ConnectionError as e:
if e.error_code == HCI_PAGE_TIMEOUT_ERROR: if e.error_code == HCI_PAGE_TIMEOUT_ERROR:
@@ -217,7 +218,7 @@ class HostService(HostServicer):
self.log.debug(f"WaitConnection from {address}...") self.log.debug(f"WaitConnection from {address}...")
connection = self.device.find_connection_by_bd_addr( connection = self.device.find_connection_by_bd_addr(
address, transport=BT_BR_EDR_TRANSPORT address, transport=PhysicalTransport.BR_EDR
) )
if connection and id(connection) in self.waited_connections: if connection and id(connection) in self.waited_connections:
# this connection was already returned: wait for a new one. # this connection was already returned: wait for a new one.
@@ -249,8 +250,8 @@ class HostService(HostServicer):
try: try:
connection = await self.device.connect( connection = await self.device.connect(
address, address,
transport=BT_LE_TRANSPORT, transport=PhysicalTransport.LE,
own_address_type=request.own_address_type, own_address_type=OwnAddressType(request.own_address_type),
) )
except ConnectionError as e: except ConnectionError as e:
if e.error_code == HCI_PAGE_TIMEOUT_ERROR: if e.error_code == HCI_PAGE_TIMEOUT_ERROR:
@@ -295,12 +296,12 @@ class HostService(HostServicer):
def on_disconnection(_: None) -> None: def on_disconnection(_: None) -> None:
disconnection_future.set_result(None) disconnection_future.set_result(None)
connection.on('disconnection', on_disconnection) connection.on(connection.EVENT_DISCONNECTION, on_disconnection)
try: try:
await disconnection_future await disconnection_future
self.log.debug("Disconnected") self.log.debug("Disconnected")
finally: finally:
connection.remove_listener('disconnection', on_disconnection) # type: ignore connection.remove_listener(connection.EVENT_DISCONNECTION, on_disconnection) # type: ignore
return empty_pb2.Empty() return empty_pb2.Empty()
@@ -377,12 +378,12 @@ class HostService(HostServicer):
def on_connection(connection: bumble.device.Connection) -> None: def on_connection(connection: bumble.device.Connection) -> None:
if ( if (
connection.transport == BT_LE_TRANSPORT connection.transport == PhysicalTransport.LE
and connection.role == BT_PERIPHERAL_ROLE and connection.role == Role.PERIPHERAL
): ):
connections.put_nowait(connection) connections.put_nowait(connection)
self.device.on('connection', on_connection) self.device.on(self.device.EVENT_CONNECTION, on_connection)
try: try:
# Advertise until RPC is canceled # Advertise until RPC is canceled
@@ -495,12 +496,12 @@ class HostService(HostServicer):
def on_connection(connection: bumble.device.Connection) -> None: def on_connection(connection: bumble.device.Connection) -> None:
if ( if (
connection.transport == BT_LE_TRANSPORT connection.transport == PhysicalTransport.LE
and connection.role == BT_PERIPHERAL_ROLE and connection.role == Role.PERIPHERAL
): ):
connections.put_nowait(connection) connections.put_nowait(connection)
self.device.on('connection', on_connection) self.device.on(self.device.EVENT_CONNECTION, on_connection)
try: try:
while True: while True:
@@ -509,7 +510,7 @@ class HostService(HostServicer):
await self.device.start_advertising( await self.device.start_advertising(
target=target, target=target,
advertising_type=advertising_type, advertising_type=advertising_type,
own_address_type=request.own_address_type, own_address_type=OwnAddressType(request.own_address_type),
) )
if not request.connectable: if not request.connectable:
@@ -530,11 +531,13 @@ class HostService(HostServicer):
await asyncio.sleep(1) await asyncio.sleep(1)
finally: finally:
if request.connectable: if request.connectable:
self.device.remove_listener('connection', on_connection) # type: ignore self.device.remove_listener(self.device.EVENT_CONNECTION, on_connection) # type: ignore
try: try:
self.log.debug('Stop advertising') self.log.debug('Stop advertising')
await self.device.abort_on('flush', self.device.stop_advertising()) await bumble.utils.cancel_on_event(
self.device, 'flush', self.device.stop_advertising()
)
except: except:
pass pass
@@ -554,11 +557,11 @@ class HostService(HostServicer):
scanning_phys = [int(Phy.LE_1M), int(Phy.LE_CODED)] scanning_phys = [int(Phy.LE_1M), int(Phy.LE_CODED)]
scan_queue: asyncio.Queue[Advertisement] = asyncio.Queue() scan_queue: asyncio.Queue[Advertisement] = asyncio.Queue()
handler = self.device.on('advertisement', scan_queue.put_nowait) handler = self.device.on(self.device.EVENT_ADVERTISEMENT, scan_queue.put_nowait)
await self.device.start_scanning( await self.device.start_scanning(
legacy=request.legacy, legacy=request.legacy,
active=not request.passive, active=not request.passive,
own_address_type=request.own_address_type, own_address_type=OwnAddressType(request.own_address_type),
scan_interval=( scan_interval=(
int(request.interval) int(request.interval)
if request.interval if request.interval
@@ -599,10 +602,12 @@ class HostService(HostServicer):
yield sr yield sr
finally: finally:
self.device.remove_listener('advertisement', handler) # type: ignore self.device.remove_listener(self.device.EVENT_ADVERTISEMENT, handler) # type: ignore
try: try:
self.log.debug('Stop scanning') self.log.debug('Stop scanning')
await self.device.abort_on('flush', self.device.stop_scanning()) await bumble.utils.cancel_on_event(
self.device, 'flush', self.device.stop_scanning()
)
except: except:
pass pass
@@ -616,10 +621,10 @@ class HostService(HostServicer):
Optional[Tuple[Address, int, AdvertisingData, int]] Optional[Tuple[Address, int, AdvertisingData, int]]
] = asyncio.Queue() ] = asyncio.Queue()
complete_handler = self.device.on( complete_handler = self.device.on(
'inquiry_complete', lambda: inquiry_queue.put_nowait(None) self.device.EVENT_INQUIRY_COMPLETE, lambda: inquiry_queue.put_nowait(None)
) )
result_handler = self.device.on( # type: ignore result_handler = self.device.on( # type: ignore
'inquiry_result', self.device.EVENT_INQUIRY_RESULT,
lambda address, class_of_device, eir_data, rssi: inquiry_queue.put_nowait( # type: ignore lambda address, class_of_device, eir_data, rssi: inquiry_queue.put_nowait( # type: ignore
(address, class_of_device, eir_data, rssi) # type: ignore (address, class_of_device, eir_data, rssi) # type: ignore
), ),
@@ -638,11 +643,13 @@ class HostService(HostServicer):
) )
finally: finally:
self.device.remove_listener('inquiry_complete', complete_handler) # type: ignore self.device.remove_listener(self.device.EVENT_INQUIRY_COMPLETE, complete_handler) # type: ignore
self.device.remove_listener('inquiry_result', result_handler) # type: ignore self.device.remove_listener(self.device.EVENT_INQUIRY_RESULT, result_handler) # type: ignore
try: try:
self.log.debug('Stop inquiry') self.log.debug('Stop inquiry')
await self.device.abort_on('flush', self.device.stop_discovery()) await bumble.utils.cancel_on_event(
self.device, 'flush', self.device.stop_discovery()
)
except: except:
pass pass
+4 -4
View File
@@ -19,8 +19,8 @@ import logging
from asyncio import Queue as AsyncQueue, Future from asyncio import Queue as AsyncQueue, Future
from . import utils from bumble.pandora import utils
from .config import Config from bumble.pandora.config import Config
from bumble.core import OutOfResourcesError, InvalidArgumentError from bumble.core import OutOfResourcesError, InvalidArgumentError
from bumble.device import Device from bumble.device import Device
from bumble.l2cap import ( from bumble.l2cap import (
@@ -83,7 +83,7 @@ class L2CAPService(L2CAPServicer):
close_future.set_result(None) close_future.set_result(None)
l2cap_channel.sink = on_channel_sdu l2cap_channel.sink = on_channel_sdu
l2cap_channel.on('close', on_close) l2cap_channel.on(l2cap_channel.EVENT_CLOSE, on_close)
return ChannelContext(close_future, sdu_queue) return ChannelContext(close_future, sdu_queue)
@@ -151,7 +151,7 @@ class L2CAPService(L2CAPServicer):
spec=spec, handler=on_l2cap_channel spec=spec, handler=on_l2cap_channel
) )
else: else:
l2cap_server.on('connection', on_l2cap_channel) l2cap_server.on(l2cap_server.EVENT_CONNECTION, on_l2cap_channel)
try: try:
self.log.debug('Waiting for a channel connection.') self.log.debug('Waiting for a channel connection.')
+89 -75
View File
@@ -15,21 +15,21 @@
from __future__ import annotations from __future__ import annotations
import asyncio import asyncio
import contextlib import contextlib
from collections.abc import Awaitable
import grpc import grpc
import logging import logging
from . import utils from bumble.pandora import utils
from .config import Config from bumble.pandora.config import Config
from bumble import hci from bumble import hci
from bumble.core import ( from bumble.core import (
BT_BR_EDR_TRANSPORT, PhysicalTransport,
BT_LE_TRANSPORT,
BT_PERIPHERAL_ROLE,
ProtocolError, ProtocolError,
InvalidArgumentError,
) )
import bumble.utils
from bumble.device import Connection as BumbleConnection, Device from bumble.device import Connection as BumbleConnection, Device
from bumble.hci import HCI_Error from bumble.hci import HCI_Error, Role
from bumble.utils import EventWatcher
from bumble.pairing import PairingConfig, PairingDelegate as BasePairingDelegate from bumble.pairing import PairingConfig, PairingDelegate as BasePairingDelegate
from google.protobuf import any_pb2 # pytype: disable=pyi-error from google.protobuf import any_pb2 # pytype: disable=pyi-error
from google.protobuf import empty_pb2 # pytype: disable=pyi-error from google.protobuf import empty_pb2 # pytype: disable=pyi-error
@@ -95,7 +95,7 @@ class PairingDelegate(BasePairingDelegate):
else: else:
# In BR/EDR, connection may not be complete, # In BR/EDR, connection may not be complete,
# use address instead # use address instead
assert self.connection.transport == BT_BR_EDR_TRANSPORT assert self.connection.transport == PhysicalTransport.BR_EDR
ev.address = bytes(reversed(bytes(self.connection.peer_address))) ev.address = bytes(reversed(bytes(self.connection.peer_address)))
return ev return ev
@@ -174,7 +174,7 @@ class PairingDelegate(BasePairingDelegate):
async def display_number(self, number: int, digits: int = 6) -> None: async def display_number(self, number: int, digits: int = 6) -> None:
if ( if (
self.connection.transport == BT_BR_EDR_TRANSPORT self.connection.transport == PhysicalTransport.BR_EDR
and self.io_capability == BasePairingDelegate.DISPLAY_OUTPUT_ONLY and self.io_capability == BasePairingDelegate.DISPLAY_OUTPUT_ONLY
): ):
return return
@@ -190,35 +190,6 @@ class PairingDelegate(BasePairingDelegate):
self.service.event_queue.put_nowait(event) self.service.event_queue.put_nowait(event)
BR_LEVEL_REACHED: Dict[SecurityLevel, Callable[[BumbleConnection], bool]] = {
LEVEL0: lambda connection: True,
LEVEL1: lambda connection: connection.encryption == 0 or connection.authenticated,
LEVEL2: lambda connection: connection.encryption != 0 and connection.authenticated,
LEVEL3: lambda connection: connection.encryption != 0
and connection.authenticated
and connection.link_key_type
in (
hci.HCI_AUTHENTICATED_COMBINATION_KEY_GENERATED_FROM_P_192_TYPE,
hci.HCI_AUTHENTICATED_COMBINATION_KEY_GENERATED_FROM_P_256_TYPE,
),
LEVEL4: lambda connection: connection.encryption
== hci.HCI_Encryption_Change_Event.AES_CCM
and connection.authenticated
and connection.link_key_type
== hci.HCI_AUTHENTICATED_COMBINATION_KEY_GENERATED_FROM_P_256_TYPE,
}
LE_LEVEL_REACHED: Dict[LESecurityLevel, Callable[[BumbleConnection], bool]] = {
LE_LEVEL1: lambda connection: True,
LE_LEVEL2: lambda connection: connection.encryption != 0,
LE_LEVEL3: lambda connection: connection.encryption != 0
and connection.authenticated,
LE_LEVEL4: lambda connection: connection.encryption != 0
and connection.authenticated
and connection.sc,
}
class SecurityService(SecurityServicer): class SecurityService(SecurityServicer):
def __init__(self, device: Device, config: Config) -> None: def __init__(self, device: Device, config: Config) -> None:
self.log = utils.BumbleServerLoggerAdapter( self.log = utils.BumbleServerLoggerAdapter(
@@ -250,6 +221,59 @@ class SecurityService(SecurityServicer):
self.device.pairing_config_factory = pairing_config_factory self.device.pairing_config_factory = pairing_config_factory
async def _classic_level_reached(
self, level: SecurityLevel, connection: BumbleConnection
) -> bool:
if level == LEVEL0:
return True
if level == LEVEL1:
return connection.encryption == 0 or connection.authenticated
if level == LEVEL2:
return connection.encryption != 0 and connection.authenticated
link_key_type: Optional[int] = None
if (keystore := connection.device.keystore) and (
keys := await keystore.get(str(connection.peer_address))
):
link_key_type = keys.link_key_type
self.log.debug("link_key_type: %d", link_key_type)
if level == LEVEL3:
return (
connection.encryption != 0
and connection.authenticated
and link_key_type
in (
hci.HCI_AUTHENTICATED_COMBINATION_KEY_GENERATED_FROM_P_192_TYPE,
hci.HCI_AUTHENTICATED_COMBINATION_KEY_GENERATED_FROM_P_256_TYPE,
)
)
if level == LEVEL4:
return (
connection.encryption == hci.HCI_Encryption_Change_Event.AES_CCM
and connection.authenticated
and link_key_type
== hci.HCI_AUTHENTICATED_COMBINATION_KEY_GENERATED_FROM_P_256_TYPE
)
raise InvalidArgumentError(f"Unexpected level {level}")
def _le_level_reached(
self, level: LESecurityLevel, connection: BumbleConnection
) -> bool:
if level == LE_LEVEL1:
return True
if level == LE_LEVEL2:
return connection.encryption != 0
if level == LE_LEVEL3:
return connection.encryption != 0 and connection.authenticated
if level == LE_LEVEL4:
return (
connection.encryption != 0
and connection.authenticated
and connection.sc
)
raise InvalidArgumentError(f"Unexpected level {level}")
@utils.rpc @utils.rpc
async def OnPairing( async def OnPairing(
self, request: AsyncIterator[PairingEventAnswer], context: grpc.ServicerContext self, request: AsyncIterator[PairingEventAnswer], context: grpc.ServicerContext
@@ -287,12 +311,12 @@ class SecurityService(SecurityServicer):
oneof = request.WhichOneof('level') oneof = request.WhichOneof('level')
level = getattr(request, oneof) level = getattr(request, oneof)
assert {BT_BR_EDR_TRANSPORT: 'classic', BT_LE_TRANSPORT: 'le'}[ assert {PhysicalTransport.BR_EDR: 'classic', PhysicalTransport.LE: 'le'}[
connection.transport connection.transport
] == oneof ] == oneof
# security level already reached # security level already reached
if self.reached_security_level(connection, level): if await self.reached_security_level(connection, level):
return SecureResponse(success=empty_pb2.Empty()) return SecureResponse(success=empty_pb2.Empty())
# trigger pairing if needed # trigger pairing if needed
@@ -302,23 +326,23 @@ class SecurityService(SecurityServicer):
security_result = asyncio.get_running_loop().create_future() security_result = asyncio.get_running_loop().create_future()
with contextlib.closing(EventWatcher()) as watcher: with contextlib.closing(bumble.utils.EventWatcher()) as watcher:
@watcher.on(connection, 'pairing') @watcher.on(connection, connection.EVENT_PAIRING)
def on_pairing(*_: Any) -> None: def on_pairing(*_: Any) -> None:
security_result.set_result('success') security_result.set_result('success')
@watcher.on(connection, 'pairing_failure') @watcher.on(connection, connection.EVENT_PAIRING_FAILURE)
def on_pairing_failure(*_: Any) -> None: def on_pairing_failure(*_: Any) -> None:
security_result.set_result('pairing_failure') security_result.set_result('pairing_failure')
@watcher.on(connection, 'disconnection') @watcher.on(connection, connection.EVENT_DISCONNECTION)
def on_disconnection(*_: Any) -> None: def on_disconnection(*_: Any) -> None:
security_result.set_result('connection_died') security_result.set_result('connection_died')
if ( if (
connection.transport == BT_LE_TRANSPORT connection.transport == PhysicalTransport.LE
and connection.role == BT_PERIPHERAL_ROLE and connection.role == Role.PERIPHERAL
): ):
connection.request_pairing() connection.request_pairing()
else: else:
@@ -363,7 +387,7 @@ class SecurityService(SecurityServicer):
return SecureResponse(encryption_failure=empty_pb2.Empty()) return SecureResponse(encryption_failure=empty_pb2.Empty())
# security level has been reached ? # security level has been reached ?
if self.reached_security_level(connection, level): if await self.reached_security_level(connection, level):
return SecureResponse(success=empty_pb2.Empty()) return SecureResponse(success=empty_pb2.Empty())
return SecureResponse(not_reached=empty_pb2.Empty()) return SecureResponse(not_reached=empty_pb2.Empty())
@@ -379,7 +403,7 @@ class SecurityService(SecurityServicer):
assert request.level assert request.level
level = request.level level = request.level
assert {BT_BR_EDR_TRANSPORT: 'classic', BT_LE_TRANSPORT: 'le'}[ assert {PhysicalTransport.BR_EDR: 'classic', PhysicalTransport.LE: 'le'}[
connection.transport connection.transport
] == request.level_variant() ] == request.level_variant()
@@ -390,13 +414,10 @@ class SecurityService(SecurityServicer):
pair_task: Optional[asyncio.Future[None]] = None pair_task: Optional[asyncio.Future[None]] = None
async def authenticate() -> None: async def authenticate() -> None:
assert connection
if (encryption := connection.encryption) != 0: if (encryption := connection.encryption) != 0:
self.log.debug('Disable encryption...') self.log.debug('Disable encryption...')
try: with contextlib.suppress(Exception):
await connection.encrypt(enable=False) await connection.encrypt(enable=False)
except:
pass
self.log.debug('Disable encryption: done') self.log.debug('Disable encryption: done')
self.log.debug('Authenticate...') self.log.debug('Authenticate...')
@@ -415,19 +436,17 @@ class SecurityService(SecurityServicer):
return wrapper return wrapper
def try_set_success(*_: Any) -> None: async def try_set_success(*_: Any) -> None:
assert connection if await self.reached_security_level(connection, level):
if self.reached_security_level(connection, level):
self.log.debug('Wait for security: done') self.log.debug('Wait for security: done')
wait_for_security.set_result('success') wait_for_security.set_result('success')
def on_encryption_change(*_: Any) -> None: async def on_encryption_change(*_: Any) -> None:
assert connection if await self.reached_security_level(connection, level):
if self.reached_security_level(connection, level):
self.log.debug('Wait for security: done') self.log.debug('Wait for security: done')
wait_for_security.set_result('success') wait_for_security.set_result('success')
elif ( elif (
connection.transport == BT_BR_EDR_TRANSPORT connection.transport == PhysicalTransport.BR_EDR
and self.need_authentication(connection, level) and self.need_authentication(connection, level)
): ):
nonlocal authenticate_task nonlocal authenticate_task
@@ -438,7 +457,7 @@ class SecurityService(SecurityServicer):
if self.need_pairing(connection, level): if self.need_pairing(connection, level):
pair_task = asyncio.create_task(connection.pair()) pair_task = asyncio.create_task(connection.pair())
listeners: Dict[str, Callable[..., None]] = { listeners: Dict[str, Callable[..., Union[None, Awaitable[None]]]] = {
'disconnection': set_failure('connection_died'), 'disconnection': set_failure('connection_died'),
'pairing_failure': set_failure('pairing_failure'), 'pairing_failure': set_failure('pairing_failure'),
'connection_authentication_failure': set_failure('authentication_failure'), 'connection_authentication_failure': set_failure('authentication_failure'),
@@ -451,13 +470,13 @@ class SecurityService(SecurityServicer):
'security_request': pair, 'security_request': pair,
} }
with contextlib.closing(EventWatcher()) as watcher: with contextlib.closing(bumble.utils.EventWatcher()) as watcher:
# register event handlers # register event handlers
for event, listener in listeners.items(): for event, listener in listeners.items():
watcher.on(connection, event, listener) watcher.on(connection, event, listener)
# security level already reached # security level already reached
if self.reached_security_level(connection, level): if await self.reached_security_level(connection, level):
return WaitSecurityResponse(success=empty_pb2.Empty()) return WaitSecurityResponse(success=empty_pb2.Empty())
self.log.debug('Wait for security...') self.log.debug('Wait for security...')
@@ -467,24 +486,20 @@ class SecurityService(SecurityServicer):
# wait for `authenticate` to finish if any # wait for `authenticate` to finish if any
if authenticate_task is not None: if authenticate_task is not None:
self.log.debug('Wait for authentication...') self.log.debug('Wait for authentication...')
try: with contextlib.suppress(Exception):
await authenticate_task # type: ignore await authenticate_task # type: ignore
except:
pass
self.log.debug('Authenticated') self.log.debug('Authenticated')
# wait for `pair` to finish if any # wait for `pair` to finish if any
if pair_task is not None: if pair_task is not None:
self.log.debug('Wait for authentication...') self.log.debug('Wait for authentication...')
try: with contextlib.suppress(Exception):
await pair_task # type: ignore await pair_task # type: ignore
except:
pass
self.log.debug('paired') self.log.debug('paired')
return WaitSecurityResponse(**kwargs) return WaitSecurityResponse(**kwargs)
def reached_security_level( async def reached_security_level(
self, connection: BumbleConnection, level: Union[SecurityLevel, LESecurityLevel] self, connection: BumbleConnection, level: Union[SecurityLevel, LESecurityLevel]
) -> bool: ) -> bool:
self.log.debug( self.log.debug(
@@ -494,23 +509,22 @@ class SecurityService(SecurityServicer):
'encryption': connection.encryption, 'encryption': connection.encryption,
'authenticated': connection.authenticated, 'authenticated': connection.authenticated,
'sc': connection.sc, 'sc': connection.sc,
'link_key_type': connection.link_key_type,
} }
) )
) )
if isinstance(level, LESecurityLevel): if isinstance(level, LESecurityLevel):
return LE_LEVEL_REACHED[level](connection) return self._le_level_reached(level, connection)
return BR_LEVEL_REACHED[level](connection) return await self._classic_level_reached(level, connection)
def need_pairing(self, connection: BumbleConnection, level: int) -> bool: def need_pairing(self, connection: BumbleConnection, level: int) -> bool:
if connection.transport == BT_LE_TRANSPORT: if connection.transport == PhysicalTransport.LE:
return level >= LE_LEVEL3 and not connection.authenticated return level >= LE_LEVEL3 and not connection.authenticated
return False return False
def need_authentication(self, connection: BumbleConnection, level: int) -> bool: def need_authentication(self, connection: BumbleConnection, level: int) -> bool:
if connection.transport == BT_LE_TRANSPORT: if connection.transport == PhysicalTransport.LE:
return False return False
if level == LEVEL2 and connection.encryption != 0: if level == LEVEL2 and connection.encryption != 0:
return not connection.authenticated return not connection.authenticated
@@ -518,7 +532,7 @@ class SecurityService(SecurityServicer):
def need_encryption(self, connection: BumbleConnection, level: int) -> bool: def need_encryption(self, connection: BumbleConnection, level: int) -> bool:
# TODO(abel): need to support MITM # TODO(abel): need to support MITM
if connection.transport == BT_LE_TRANSPORT: if connection.transport == PhysicalTransport.LE:
return level == LE_LEVEL2 and not connection.encryption return level == LE_LEVEL2 and not connection.encryption
return level >= LEVEL2 and not connection.encryption return level >= LEVEL2 and not connection.encryption
+2 -2
View File
@@ -20,11 +20,11 @@ import inspect
import logging import logging
from bumble.device import Device from bumble.device import Device
from bumble.hci import Address from bumble.hci import Address, AddressType
from google.protobuf.message import Message # pytype: disable=pyi-error from google.protobuf.message import Message # pytype: disable=pyi-error
from typing import Any, Dict, Generator, MutableMapping, Optional, Tuple from typing import Any, Dict, Generator, MutableMapping, Optional, Tuple
ADDRESS_TYPES: Dict[str, int] = { ADDRESS_TYPES: Dict[str, AddressType] = {
"public": Address.PUBLIC_DEVICE_ADDRESS, "public": Address.PUBLIC_DEVICE_ADDRESS,
"random": Address.RANDOM_DEVICE_ADDRESS, "random": Address.RANDOM_DEVICE_ADDRESS,
"public_identity": Address.PUBLIC_IDENTITY_ADDRESS, "public_identity": Address.PUBLIC_IDENTITY_ADDRESS,
+6 -6
View File
@@ -48,7 +48,7 @@ from bumble.gatt_adapters import (
UTF8CharacteristicProxyAdapter, UTF8CharacteristicProxyAdapter,
) )
from bumble.gatt_client import ProfileServiceProxy, ServiceProxy from bumble.gatt_client import ProfileServiceProxy, ServiceProxy
from bumble.utils import OpenIntEnum from bumble import utils
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# Logging # Logging
@@ -64,7 +64,7 @@ GAIN_SETTINGS_MIN_VALUE = 0
GAIN_SETTINGS_MAX_VALUE = 255 GAIN_SETTINGS_MAX_VALUE = 255
class ErrorCode(OpenIntEnum): class ErrorCode(utils.OpenIntEnum):
''' '''
Cf. 1.6 Application error codes Cf. 1.6 Application error codes
''' '''
@@ -76,7 +76,7 @@ class ErrorCode(OpenIntEnum):
GAIN_MODE_CHANGE_NOT_ALLOWED = 0x84 GAIN_MODE_CHANGE_NOT_ALLOWED = 0x84
class Mute(OpenIntEnum): class Mute(utils.OpenIntEnum):
''' '''
Cf. 2.2.1.2 Mute Field Cf. 2.2.1.2 Mute Field
''' '''
@@ -86,7 +86,7 @@ class Mute(OpenIntEnum):
DISABLED = 0x02 DISABLED = 0x02
class GainMode(OpenIntEnum): class GainMode(utils.OpenIntEnum):
''' '''
Cf. 2.2.1.3 Gain Mode Cf. 2.2.1.3 Gain Mode
''' '''
@@ -97,7 +97,7 @@ class GainMode(OpenIntEnum):
AUTOMATIC = 0x03 AUTOMATIC = 0x03
class AudioInputStatus(OpenIntEnum): class AudioInputStatus(utils.OpenIntEnum):
''' '''
Cf. 3.4 Audio Input Status Cf. 3.4 Audio Input Status
''' '''
@@ -106,7 +106,7 @@ class AudioInputStatus(OpenIntEnum):
ACTIVE = 0x01 ACTIVE = 0x01
class AudioInputControlPointOpCode(OpenIntEnum): class AudioInputControlPointOpCode(utils.OpenIntEnum):
''' '''
Cf. 3.5.1 Audio Input Control Point procedure requirements Cf. 3.5.1 Audio Input Control Point procedure requirements
''' '''
+515
View File
@@ -0,0 +1,515 @@
# Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
"""
Apple Notification Center Service (ANCS).
"""
# -----------------------------------------------------------------------------
# Imports
# -----------------------------------------------------------------------------
from __future__ import annotations
import asyncio
import dataclasses
import datetime
import enum
import logging
import struct
from typing import Optional, Sequence, Union
from bumble.att import ATT_Error
from bumble.device import Peer
from bumble.gatt import (
Characteristic,
GATT_ANCS_SERVICE,
GATT_ANCS_NOTIFICATION_SOURCE_CHARACTERISTIC,
GATT_ANCS_CONTROL_POINT_CHARACTERISTIC,
GATT_ANCS_DATA_SOURCE_CHARACTERISTIC,
TemplateService,
)
from bumble.gatt_client import CharacteristicProxy, ProfileServiceProxy, ServiceProxy
from bumble.gatt_adapters import SerializableCharacteristicProxyAdapter
from bumble import utils
# -----------------------------------------------------------------------------
# Constants
# -----------------------------------------------------------------------------
_DEFAULT_ATTRIBUTE_MAX_LENGTH = 65535
# -----------------------------------------------------------------------------
# Logging
# -----------------------------------------------------------------------------
logger = logging.getLogger(__name__)
# -----------------------------------------------------------------------------
# Protocol
# -----------------------------------------------------------------------------
class ActionId(utils.OpenIntEnum):
POSITIVE = 0
NEGATIVE = 1
class AppAttributeId(utils.OpenIntEnum):
DISPLAY_NAME = 0
class CategoryId(utils.OpenIntEnum):
OTHER = 0
INCOMING_CALL = 1
MISSED_CALL = 2
VOICEMAIL = 3
SOCIAL = 4
SCHEDULE = 5
EMAIL = 6
NEWS = 7
HEALTH_AND_FITNESS = 8
BUSINESS_AND_FINANCE = 9
LOCATION = 10
ENTERTAINMENT = 11
class CommandId(utils.OpenIntEnum):
GET_NOTIFICATION_ATTRIBUTES = 0
GET_APP_ATTRIBUTES = 1
PERFORM_NOTIFICATION_ACTION = 2
class EventId(utils.OpenIntEnum):
NOTIFICATION_ADDED = 0
NOTIFICATION_MODIFIED = 1
NOTIFICATION_REMOVED = 2
class EventFlags(enum.IntFlag):
SILENT = 1 << 0
IMPORTANT = 1 << 1
PRE_EXISTING = 1 << 2
POSITIVE_ACTION = 1 << 3
NEGATIVE_ACTION = 1 << 4
class NotificationAttributeId(utils.OpenIntEnum):
APP_IDENTIFIER = 0
TITLE = 1
SUBTITLE = 2
MESSAGE = 3
MESSAGE_SIZE = 4
DATE = 5
POSITIVE_ACTION_LABEL = 6
NEGATIVE_ACTION_LABEL = 7
@dataclasses.dataclass
class NotificationAttribute:
attribute_id: NotificationAttributeId
value: Union[str, int, datetime.datetime]
@dataclasses.dataclass
class AppAttribute:
attribute_id: AppAttributeId
value: str
@dataclasses.dataclass
class Notification:
event_id: EventId
event_flags: EventFlags
category_id: CategoryId
category_count: int
notification_uid: int
@classmethod
def from_bytes(cls, data: bytes) -> Notification:
return cls(
event_id=EventId(data[0]),
event_flags=EventFlags(data[1]),
category_id=CategoryId(data[2]),
category_count=data[3],
notification_uid=int.from_bytes(data[4:8], 'little'),
)
def __bytes__(self) -> bytes:
return struct.pack(
"<BBBBI",
self.event_id,
self.event_flags,
self.category_id,
self.category_count,
self.notification_uid,
)
class ErrorCode(utils.OpenIntEnum):
UNKNOWN_COMMAND = 0xA0
INVALID_COMMAND = 0xA1
INVALID_PARAMETER = 0xA2
ACTION_FAILED = 0xA3
class ProtocolError(Exception):
pass
class CommandError(Exception):
def __init__(self, error_code: ErrorCode) -> None:
self.error_code = error_code
def __str__(self) -> str:
return f"CommandError(error_code={self.error_code.name})"
# -----------------------------------------------------------------------------
# GATT Server-side
# -----------------------------------------------------------------------------
class Ancs(TemplateService):
UUID = GATT_ANCS_SERVICE
notification_source_characteristic: Characteristic
data_source_characteristic: Characteristic
control_point_characteristic: Characteristic
def __init__(self) -> None:
# TODO not the final implementation
self.notification_source_characteristic = Characteristic(
GATT_ANCS_NOTIFICATION_SOURCE_CHARACTERISTIC,
Characteristic.Properties.NOTIFY,
Characteristic.Permissions.READABLE,
)
# TODO not the final implementation
self.data_source_characteristic = Characteristic(
GATT_ANCS_DATA_SOURCE_CHARACTERISTIC,
Characteristic.Properties.NOTIFY,
Characteristic.Permissions.READABLE,
)
# TODO not the final implementation
self.control_point_characteristic = Characteristic(
GATT_ANCS_CONTROL_POINT_CHARACTERISTIC,
Characteristic.Properties.WRITE,
Characteristic.Permissions.WRITEABLE,
)
super().__init__(
[
self.notification_source_characteristic,
self.data_source_characteristic,
self.control_point_characteristic,
]
)
# -----------------------------------------------------------------------------
# GATT Client-side
# -----------------------------------------------------------------------------
class AncsProxy(ProfileServiceProxy):
SERVICE_CLASS = Ancs
notification_source: CharacteristicProxy[Notification]
data_source: CharacteristicProxy
control_point: CharacteristicProxy[bytes]
def __init__(self, service_proxy: ServiceProxy):
self.notification_source = SerializableCharacteristicProxyAdapter(
service_proxy.get_required_characteristic_by_uuid(
GATT_ANCS_NOTIFICATION_SOURCE_CHARACTERISTIC
),
Notification,
)
self.data_source = service_proxy.get_required_characteristic_by_uuid(
GATT_ANCS_DATA_SOURCE_CHARACTERISTIC
)
self.control_point = service_proxy.get_required_characteristic_by_uuid(
GATT_ANCS_CONTROL_POINT_CHARACTERISTIC
)
class AncsClient(utils.EventEmitter):
_expected_response_command_id: Optional[CommandId]
_expected_response_notification_uid: Optional[int]
_expected_response_app_identifier: Optional[str]
_expected_app_identifier: Optional[str]
_expected_response_tuples: int
_response_accumulator: bytes
EVENT_NOTIFICATION = "notification"
def __init__(self, ancs_proxy: AncsProxy) -> None:
super().__init__()
self._ancs_proxy = ancs_proxy
self._command_semaphore = asyncio.Semaphore()
self._response: Optional[asyncio.Future] = None
self._reset_response()
self._started = False
@classmethod
async def for_peer(cls, peer: Peer) -> Optional[AncsClient]:
ancs_proxy = await peer.discover_service_and_create_proxy(AncsProxy)
if ancs_proxy is None:
return None
return cls(ancs_proxy)
async def start(self) -> None:
await self._ancs_proxy.notification_source.subscribe(self._on_notification)
await self._ancs_proxy.data_source.subscribe(self._on_data)
self._started = True
async def stop(self) -> None:
await self._ancs_proxy.notification_source.unsubscribe(self._on_notification)
await self._ancs_proxy.data_source.unsubscribe(self._on_data)
self._started = False
def _reset_response(self) -> None:
self._expected_response_command_id = None
self._expected_response_notification_uid = None
self._expected_app_identifier = None
self._expected_response_tuples = 0
self._response_accumulator = b""
def _on_notification(self, notification: Notification) -> None:
logger.debug(f"ANCS NOTIFICATION: {notification}")
self.emit(self.EVENT_NOTIFICATION, notification)
def _on_data(self, data: bytes) -> None:
logger.debug(f"ANCS DATA: {data.hex()}")
if not self._response:
logger.warning("received unexpected data, discarding")
return
self._response_accumulator += data
# Try to parse the accumulated data until we have all we need.
if not self._response_accumulator:
logger.warning("empty data from data source")
return
command_id = self._response_accumulator[0]
if command_id != self._expected_response_command_id:
logger.warning(
"unexpected response command id: "
f"expected {self._expected_response_command_id} "
f"but got {command_id}"
)
self._reset_response()
if not self._response.done():
self._response.set_exception(ProtocolError())
if len(self._response_accumulator) < 5:
# Not enough data yet.
return
attributes: list[Union[NotificationAttribute, AppAttribute]] = []
if command_id == CommandId.GET_NOTIFICATION_ATTRIBUTES:
(notification_uid,) = struct.unpack_from(
"<I", self._response_accumulator, 1
)
if notification_uid != self._expected_response_notification_uid:
logger.warning(
"unexpected response notification uid: "
f"expected {self._expected_response_notification_uid} "
f"but got {notification_uid}"
)
self._reset_response()
if not self._response.done():
self._response.set_exception(ProtocolError())
attribute_data = self._response_accumulator[5:]
while len(attribute_data) >= 3:
attribute_id, attribute_data_length = struct.unpack_from(
"<BH", attribute_data, 0
)
if len(attribute_data) < 3 + attribute_data_length:
return
str_value = attribute_data[3 : 3 + attribute_data_length].decode(
"utf-8"
)
value: Union[str, int, datetime.datetime]
if attribute_id == NotificationAttributeId.MESSAGE_SIZE:
value = int(str_value)
elif attribute_id == NotificationAttributeId.DATE:
year = int(str_value[:4])
month = int(str_value[4:6])
day = int(str_value[6:8])
hour = int(str_value[9:11])
minute = int(str_value[11:13])
second = int(str_value[13:15])
value = datetime.datetime(year, month, day, hour, minute, second)
else:
value = str_value
attributes.append(
NotificationAttribute(NotificationAttributeId(attribute_id), value)
)
attribute_data = attribute_data[3 + attribute_data_length :]
elif command_id == CommandId.GET_APP_ATTRIBUTES:
if 0 not in self._response_accumulator[1:]:
# No null-terminated string yet.
return
app_identifier_length = self._response_accumulator.find(0, 1) - 1
app_identifier = self._response_accumulator[
1 : 1 + app_identifier_length
].decode("utf-8")
if app_identifier != self._expected_response_app_identifier:
logger.warning(
"unexpected response app identifier: "
f"expected {self._expected_response_app_identifier} "
f"but got {app_identifier}"
)
self._reset_response()
if not self._response.done():
self._response.set_exception(ProtocolError())
attribute_data = self._response_accumulator[1 + app_identifier_length + 1 :]
while len(attribute_data) >= 3:
attribute_id, attribute_data_length = struct.unpack_from(
"<BH", attribute_data, 0
)
if len(attribute_data) < 3 + attribute_data_length:
return
attributes.append(
AppAttribute(
AppAttributeId(attribute_id),
attribute_data[3 : 3 + attribute_data_length].decode("utf-8"),
)
)
attribute_data = attribute_data[3 + attribute_data_length :]
else:
logger.warning(f"unexpected response command id {command_id}")
return
if len(attributes) < self._expected_response_tuples:
# We have not received all the tuples yet.
return
if not self._response.done():
self._response.set_result(attributes)
async def _send_command(self, command: bytes) -> None:
try:
await self._ancs_proxy.control_point.write_value(
command, with_response=True
)
except ATT_Error as error:
raise CommandError(error_code=ErrorCode(error.error_code)) from error
async def get_notification_attributes(
self,
notification_uid: int,
attributes: Sequence[
Union[NotificationAttributeId, tuple[NotificationAttributeId, int]]
],
) -> list[NotificationAttribute]:
if not self._started:
raise RuntimeError("client not started")
command = struct.pack(
"<BI", CommandId.GET_NOTIFICATION_ATTRIBUTES, notification_uid
)
for attribute in attributes:
attribute_max_length = 0
if isinstance(attribute, tuple):
attribute_id, attribute_max_length = attribute
if attribute_id not in (
NotificationAttributeId.TITLE,
NotificationAttributeId.SUBTITLE,
NotificationAttributeId.MESSAGE,
):
raise ValueError(
"this attribute does not allow specifying a max length"
)
else:
attribute_id = attribute
if attribute_id in (
NotificationAttributeId.TITLE,
NotificationAttributeId.SUBTITLE,
NotificationAttributeId.MESSAGE,
):
attribute_max_length = _DEFAULT_ATTRIBUTE_MAX_LENGTH
if attribute_max_length:
command += struct.pack("<BH", attribute_id, attribute_max_length)
else:
command += struct.pack("B", attribute_id)
try:
async with self._command_semaphore:
self._expected_response_notification_uid = notification_uid
self._expected_response_tuples = len(attributes)
self._expected_response_command_id = (
CommandId.GET_NOTIFICATION_ATTRIBUTES
)
self._response = asyncio.Future()
# Send the command.
await self._send_command(command)
# Wait for the response.
return await self._response
finally:
self._reset_response()
async def get_app_attributes(
self, app_identifier: str, attributes: Sequence[AppAttributeId]
) -> list[AppAttribute]:
if not self._started:
raise RuntimeError("client not started")
command = (
bytes([CommandId.GET_APP_ATTRIBUTES])
+ app_identifier.encode("utf-8")
+ b"\0"
)
for attribute_id in attributes:
command += struct.pack("B", attribute_id)
try:
async with self._command_semaphore:
self._expected_response_app_identifier = app_identifier
self._expected_response_tuples = len(attributes)
self._expected_response_command_id = CommandId.GET_APP_ATTRIBUTES
self._response = asyncio.Future()
# Send the command.
await self._send_command(command)
# Wait for the response.
return await self._response
finally:
self._reset_response()
async def perform_action(self, notification_uid: int, action: ActionId) -> None:
if not self._started:
raise RuntimeError("client not started")
command = struct.pack(
"<BIB", CommandId.PERFORM_NOTIFICATION_ACTION, notification_uid, action
)
async with self._command_semaphore:
await self._send_command(command)
async def perform_positive_action(self, notification_uid: int) -> None:
return await self.perform_action(notification_uid, ActionId.POSITIVE)
async def perform_negative_action(self, notification_uid: int) -> None:
return await self.perform_action(notification_uid, ActionId.NEGATIVE)
+27 -14
View File
@@ -23,6 +23,7 @@ import logging
import struct import struct
from typing import Any, Dict, List, Optional, Sequence, Tuple, Type, Union from typing import Any, Dict, List, Optional, Sequence, Tuple, Type, Union
from bumble import utils
from bumble import colors from bumble import colors
from bumble.profiles.bap import CodecSpecificConfiguration from bumble.profiles.bap import CodecSpecificConfiguration
from bumble.profiles import le_audio from bumble.profiles import le_audio
@@ -275,6 +276,8 @@ class AseStateMachine(gatt.Characteristic):
DISABLING = 0x05 DISABLING = 0x05
RELEASING = 0x06 RELEASING = 0x06
EVENT_STATE_CHANGE = "state_change"
cis_link: Optional[device.CisLink] = None cis_link: Optional[device.CisLink] = None
# Additional parameters in CODEC_CONFIGURED State # Additional parameters in CODEC_CONFIGURED State
@@ -328,8 +331,12 @@ class AseStateMachine(gatt.Characteristic):
value=gatt.CharacteristicValue(read=self.on_read), value=gatt.CharacteristicValue(read=self.on_read),
) )
self.service.device.on('cis_request', self.on_cis_request) self.service.device.on(
self.service.device.on('cis_establishment', self.on_cis_establishment) self.service.device.EVENT_CIS_REQUEST, self.on_cis_request
)
self.service.device.on(
self.service.device.EVENT_CIS_ESTABLISHMENT, self.on_cis_establishment
)
def on_cis_request( def on_cis_request(
self, self,
@@ -343,8 +350,10 @@ class AseStateMachine(gatt.Characteristic):
and cis_id == self.cis_id and cis_id == self.cis_id
and self.state == self.State.ENABLING and self.state == self.State.ENABLING
): ):
acl_connection.abort_on( utils.cancel_on_event(
'flush', self.service.device.accept_cis_request(cis_handle) acl_connection,
'flush',
self.service.device.accept_cis_request(cis_handle),
) )
def on_cis_establishment(self, cis_link: device.CisLink) -> None: def on_cis_establishment(self, cis_link: device.CisLink) -> None:
@@ -353,7 +362,7 @@ class AseStateMachine(gatt.Characteristic):
and cis_link.cis_id == self.cis_id and cis_link.cis_id == self.cis_id
and self.state == self.State.ENABLING and self.state == self.State.ENABLING
): ):
cis_link.on('disconnection', self.on_cis_disconnection) cis_link.on(cis_link.EVENT_DISCONNECTION, self.on_cis_disconnection)
async def post_cis_established(): async def post_cis_established():
await cis_link.setup_data_path(direction=self.role) await cis_link.setup_data_path(direction=self.role)
@@ -361,7 +370,9 @@ class AseStateMachine(gatt.Characteristic):
self.state = self.State.STREAMING self.state = self.State.STREAMING
await self.service.device.notify_subscribers(self, self.value) await self.service.device.notify_subscribers(self, self.value)
cis_link.acl_connection.abort_on('flush', post_cis_established()) utils.cancel_on_event(
cis_link.acl_connection, 'flush', post_cis_established()
)
self.cis_link = cis_link self.cis_link = cis_link
def on_cis_disconnection(self, _reason) -> None: def on_cis_disconnection(self, _reason) -> None:
@@ -509,7 +520,7 @@ class AseStateMachine(gatt.Characteristic):
self.state = self.State.IDLE self.state = self.State.IDLE
await self.service.device.notify_subscribers(self, self.value) await self.service.device.notify_subscribers(self, self.value)
self.service.device.abort_on('flush', remove_cis_async()) utils.cancel_on_event(self.service.device, 'flush', remove_cis_async())
return (AseResponseCode.SUCCESS, AseReasonCode.NONE) return (AseResponseCode.SUCCESS, AseReasonCode.NONE)
@property @property
@@ -520,7 +531,7 @@ class AseStateMachine(gatt.Characteristic):
def state(self, new_state: State) -> None: def state(self, new_state: State) -> None:
logger.debug(f'{self} state change -> {colors.color(new_state.name, "cyan")}') logger.debug(f'{self} state change -> {colors.color(new_state.name, "cyan")}')
self._state = new_state self._state = new_state
self.emit('state_change') self.emit(self.EVENT_STATE_CHANGE)
@property @property
def value(self): def value(self):
@@ -594,7 +605,7 @@ class AudioStreamControlService(gatt.TemplateService):
UUID = gatt.GATT_AUDIO_STREAM_CONTROL_SERVICE UUID = gatt.GATT_AUDIO_STREAM_CONTROL_SERVICE
ase_state_machines: Dict[int, AseStateMachine] ase_state_machines: Dict[int, AseStateMachine]
ase_control_point: gatt.Characteristic ase_control_point: gatt.Characteristic[bytes]
_active_client: Optional[device.Connection] = None _active_client: Optional[device.Connection] = None
def __init__( def __init__(
@@ -691,7 +702,8 @@ class AudioStreamControlService(gatt.TemplateService):
control_point_notification = bytes( control_point_notification = bytes(
[operation.op_code, len(responses)] [operation.op_code, len(responses)]
) + b''.join(map(bytes, responses)) ) + b''.join(map(bytes, responses))
self.device.abort_on( utils.cancel_on_event(
self.device,
'flush', 'flush',
self.device.notify_subscribers( self.device.notify_subscribers(
self.ase_control_point, control_point_notification self.ase_control_point, control_point_notification
@@ -700,7 +712,8 @@ class AudioStreamControlService(gatt.TemplateService):
for ase_id, *_ in responses: for ase_id, *_ in responses:
if ase := self.ase_state_machines.get(ase_id): if ase := self.ase_state_machines.get(ase_id):
self.device.abort_on( utils.cancel_on_event(
self.device,
'flush', 'flush',
self.device.notify_subscribers(ase, ase.value), self.device.notify_subscribers(ase, ase.value),
) )
@@ -710,9 +723,9 @@ class AudioStreamControlService(gatt.TemplateService):
class AudioStreamControlServiceProxy(gatt_client.ProfileServiceProxy): class AudioStreamControlServiceProxy(gatt_client.ProfileServiceProxy):
SERVICE_CLASS = AudioStreamControlService SERVICE_CLASS = AudioStreamControlService
sink_ase: List[gatt_client.CharacteristicProxy] sink_ase: List[gatt_client.CharacteristicProxy[bytes]]
source_ase: List[gatt_client.CharacteristicProxy] source_ase: List[gatt_client.CharacteristicProxy[bytes]]
ase_control_point: gatt_client.CharacteristicProxy ase_control_point: gatt_client.CharacteristicProxy[bytes]
def __init__(self, service_proxy: gatt_client.ServiceProxy): def __init__(self, service_proxy: gatt_client.ServiceProxy):
self.service_proxy = service_proxy self.service_proxy = service_proxy
+14 -9
View File
@@ -88,6 +88,11 @@ class AudioStatus(utils.OpenIntEnum):
class AshaService(gatt.TemplateService): class AshaService(gatt.TemplateService):
UUID = gatt.GATT_ASHA_SERVICE UUID = gatt.GATT_ASHA_SERVICE
EVENT_STARTED = "started"
EVENT_STOPPED = "stopped"
EVENT_DISCONNECTED = "disconnected"
EVENT_VOLUME_CHANGED = "volume_changed"
audio_sink: Optional[Callable[[bytes], Any]] audio_sink: Optional[Callable[[bytes], Any]]
active_codec: Optional[Codec] = None active_codec: Optional[Codec] = None
audio_type: Optional[AudioType] = None audio_type: Optional[AudioType] = None
@@ -211,14 +216,14 @@ class AshaService(gatt.TemplateService):
f'volume={self.volume}, ' f'volume={self.volume}, '
f'other_state={self.other_state}' f'other_state={self.other_state}'
) )
self.emit('started') self.emit(self.EVENT_STARTED)
elif opcode == OpCode.STOP: elif opcode == OpCode.STOP:
_logger.debug('### STOP') _logger.debug('### STOP')
self.active_codec = None self.active_codec = None
self.audio_type = None self.audio_type = None
self.volume = None self.volume = None
self.other_state = None self.other_state = None
self.emit('stopped') self.emit(self.EVENT_STOPPED)
elif opcode == OpCode.STATUS: elif opcode == OpCode.STATUS:
_logger.debug('### STATUS: %s', PeripheralStatus(value[1]).name) _logger.debug('### STATUS: %s', PeripheralStatus(value[1]).name)
@@ -231,7 +236,7 @@ class AshaService(gatt.TemplateService):
self.audio_type = None self.audio_type = None
self.volume = None self.volume = None
self.other_state = None self.other_state = None
self.emit('disconnected') self.emit(self.EVENT_DISCONNECTED)
connection.once('disconnection', on_disconnection) connection.once('disconnection', on_disconnection)
@@ -245,7 +250,7 @@ class AshaService(gatt.TemplateService):
def _on_volume_write(self, connection: Optional[Connection], value: bytes) -> None: def _on_volume_write(self, connection: Optional[Connection], value: bytes) -> None:
_logger.debug(f'--- VOLUME Write:{value[0]}') _logger.debug(f'--- VOLUME Write:{value[0]}')
self.volume = value[0] self.volume = value[0]
self.emit('volume_changed') self.emit(self.EVENT_VOLUME_CHANGED)
# Register an L2CAP CoC server # Register an L2CAP CoC server
def _on_connection(self, channel: l2cap.LeCreditBasedChannel) -> None: def _on_connection(self, channel: l2cap.LeCreditBasedChannel) -> None:
@@ -259,11 +264,11 @@ class AshaService(gatt.TemplateService):
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
class AshaServiceProxy(gatt_client.ProfileServiceProxy): class AshaServiceProxy(gatt_client.ProfileServiceProxy):
SERVICE_CLASS = AshaService SERVICE_CLASS = AshaService
read_only_properties_characteristic: gatt_client.CharacteristicProxy read_only_properties_characteristic: gatt_client.CharacteristicProxy[bytes]
audio_control_point_characteristic: gatt_client.CharacteristicProxy audio_control_point_characteristic: gatt_client.CharacteristicProxy[bytes]
audio_status_point_characteristic: gatt_client.CharacteristicProxy audio_status_point_characteristic: gatt_client.CharacteristicProxy[bytes]
volume_characteristic: gatt_client.CharacteristicProxy volume_characteristic: gatt_client.CharacteristicProxy[bytes]
psm_characteristic: gatt_client.CharacteristicProxy psm_characteristic: gatt_client.CharacteristicProxy[bytes]
def __init__(self, service_proxy: gatt_client.ServiceProxy) -> None: def __init__(self, service_proxy: gatt_client.ServiceProxy) -> None:
self.service_proxy = service_proxy self.service_proxy = service_proxy
+1 -1
View File
@@ -354,7 +354,7 @@ class BroadcastAudioScanService(gatt.TemplateService):
class BroadcastAudioScanServiceProxy(gatt_client.ProfileServiceProxy): class BroadcastAudioScanServiceProxy(gatt_client.ProfileServiceProxy):
SERVICE_CLASS = BroadcastAudioScanService SERVICE_CLASS = BroadcastAudioScanService
broadcast_audio_scan_control_point: gatt_client.CharacteristicProxy broadcast_audio_scan_control_point: gatt_client.CharacteristicProxy[bytes]
broadcast_receive_states: list[ broadcast_receive_states: list[
gatt_client.CharacteristicProxy[Optional[BroadcastReceiveState]] gatt_client.CharacteristicProxy[Optional[BroadcastReceiveState]]
] ]
+10 -10
View File
@@ -99,10 +99,10 @@ class CoordinatedSetIdentificationService(gatt.TemplateService):
UUID = gatt.GATT_COORDINATED_SET_IDENTIFICATION_SERVICE UUID = gatt.GATT_COORDINATED_SET_IDENTIFICATION_SERVICE
set_identity_resolving_key: bytes set_identity_resolving_key: bytes
set_identity_resolving_key_characteristic: gatt.Characteristic set_identity_resolving_key_characteristic: gatt.Characteristic[bytes]
coordinated_set_size_characteristic: Optional[gatt.Characteristic] = None coordinated_set_size_characteristic: Optional[gatt.Characteristic[bytes]] = None
set_member_lock_characteristic: Optional[gatt.Characteristic] = None set_member_lock_characteristic: Optional[gatt.Characteristic[bytes]] = None
set_member_rank_characteristic: Optional[gatt.Characteristic] = None set_member_rank_characteristic: Optional[gatt.Characteristic[bytes]] = None
def __init__( def __init__(
self, self,
@@ -170,7 +170,7 @@ class CoordinatedSetIdentificationService(gatt.TemplateService):
else: else:
assert connection assert connection
if connection.transport == core.BT_LE_TRANSPORT: if connection.transport == core.PhysicalTransport.LE:
key = await connection.device.get_long_term_key( key = await connection.device.get_long_term_key(
connection_handle=connection.handle, rand=b'', ediv=0 connection_handle=connection.handle, rand=b'', ediv=0
) )
@@ -203,10 +203,10 @@ class CoordinatedSetIdentificationService(gatt.TemplateService):
class CoordinatedSetIdentificationProxy(gatt_client.ProfileServiceProxy): class CoordinatedSetIdentificationProxy(gatt_client.ProfileServiceProxy):
SERVICE_CLASS = CoordinatedSetIdentificationService SERVICE_CLASS = CoordinatedSetIdentificationService
set_identity_resolving_key: gatt_client.CharacteristicProxy set_identity_resolving_key: gatt_client.CharacteristicProxy[bytes]
coordinated_set_size: Optional[gatt_client.CharacteristicProxy] = None coordinated_set_size: Optional[gatt_client.CharacteristicProxy[bytes]] = None
set_member_lock: Optional[gatt_client.CharacteristicProxy] = None set_member_lock: Optional[gatt_client.CharacteristicProxy[bytes]] = None
set_member_rank: Optional[gatt_client.CharacteristicProxy] = None set_member_rank: Optional[gatt_client.CharacteristicProxy[bytes]] = None
def __init__(self, service_proxy: gatt_client.ServiceProxy) -> None: def __init__(self, service_proxy: gatt_client.ServiceProxy) -> None:
self.service_proxy = service_proxy self.service_proxy = service_proxy
@@ -242,7 +242,7 @@ class CoordinatedSetIdentificationProxy(gatt_client.ProfileServiceProxy):
else: else:
connection = self.service_proxy.client.connection connection = self.service_proxy.client.connection
device = connection.device device = connection.device
if connection.transport == core.BT_LE_TRANSPORT: if connection.transport == core.PhysicalTransport.LE:
key = await device.get_long_term_key( key = await device.get_long_term_key(
connection_handle=connection.handle, rand=b'', ediv=0 connection_handle=connection.handle, rand=b'', ediv=0
) )
+12 -12
View File
@@ -32,10 +32,10 @@ class GenericAttributeProfileService(gatt.TemplateService):
UUID = gatt.GATT_GENERIC_ATTRIBUTE_SERVICE UUID = gatt.GATT_GENERIC_ATTRIBUTE_SERVICE
client_supported_features_characteristic: gatt.Characteristic | None = None client_supported_features_characteristic: gatt.Characteristic[bytes] | None = None
server_supported_features_characteristic: gatt.Characteristic | None = None server_supported_features_characteristic: gatt.Characteristic[bytes] | None = None
database_hash_characteristic: gatt.Characteristic | None = None database_hash_characteristic: gatt.Characteristic[bytes] | None = None
service_changed_characteristic: gatt.Characteristic | None = None service_changed_characteristic: gatt.Characteristic[bytes] | None = None
def __init__( def __init__(
self, self,
@@ -143,14 +143,14 @@ class GenericAttributeProfileService(gatt.TemplateService):
class GenericAttributeProfileServiceProxy(gatt_client.ProfileServiceProxy): class GenericAttributeProfileServiceProxy(gatt_client.ProfileServiceProxy):
SERVICE_CLASS = GenericAttributeProfileService SERVICE_CLASS = GenericAttributeProfileService
client_supported_features_characteristic: gatt_client.CharacteristicProxy | None = ( client_supported_features_characteristic: (
None gatt_client.CharacteristicProxy[bytes] | None
) ) = None
server_supported_features_characteristic: gatt_client.CharacteristicProxy | None = ( server_supported_features_characteristic: (
None gatt_client.CharacteristicProxy[bytes] | None
) ) = None
database_hash_characteristic: gatt_client.CharacteristicProxy | None = None database_hash_characteristic: gatt_client.CharacteristicProxy[bytes] | None = None
service_changed_characteristic: gatt_client.CharacteristicProxy | None = None service_changed_characteristic: gatt_client.CharacteristicProxy[bytes] | None = None
_CHARACTERISTICS = { _CHARACTERISTICS = {
gatt.GATT_CLIENT_SUPPORTED_FEATURES_CHARACTERISTIC: 'client_supported_features_characteristic', gatt.GATT_CLIENT_SUPPORTED_FEATURES_CHARACTERISTIC: 'client_supported_features_characteristic',
+19 -19
View File
@@ -25,14 +25,14 @@ from typing import Any, Dict, List, Optional, Set, Union
from bumble import att, gatt, gatt_adapters, gatt_client from bumble import att, gatt, gatt_adapters, gatt_client
from bumble.core import InvalidArgumentError, InvalidStateError from bumble.core import InvalidArgumentError, InvalidStateError
from bumble.device import Device, Connection from bumble.device import Device, Connection
from bumble.utils import AsyncRunner, OpenIntEnum from bumble import utils
from bumble.hci import Address from bumble.hci import Address
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# Constants # Constants
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
class ErrorCode(OpenIntEnum): class ErrorCode(utils.OpenIntEnum):
'''See Hearing Access Service 2.4. Attribute Profile error codes.''' '''See Hearing Access Service 2.4. Attribute Profile error codes.'''
INVALID_OPCODE = 0x80 INVALID_OPCODE = 0x80
@@ -42,7 +42,7 @@ class ErrorCode(OpenIntEnum):
INVALID_PARAMETERS_LENGTH = 0x84 INVALID_PARAMETERS_LENGTH = 0x84
class HearingAidType(OpenIntEnum): class HearingAidType(utils.OpenIntEnum):
'''See Hearing Access Service 3.1. Hearing Aid Features.''' '''See Hearing Access Service 3.1. Hearing Aid Features.'''
BINAURAL_HEARING_AID = 0b00 BINAURAL_HEARING_AID = 0b00
@@ -50,35 +50,35 @@ class HearingAidType(OpenIntEnum):
BANDED_HEARING_AID = 0b10 BANDED_HEARING_AID = 0b10
class PresetSynchronizationSupport(OpenIntEnum): class PresetSynchronizationSupport(utils.OpenIntEnum):
'''See Hearing Access Service 3.1. Hearing Aid Features.''' '''See Hearing Access Service 3.1. Hearing Aid Features.'''
PRESET_SYNCHRONIZATION_IS_NOT_SUPPORTED = 0b0 PRESET_SYNCHRONIZATION_IS_NOT_SUPPORTED = 0b0
PRESET_SYNCHRONIZATION_IS_SUPPORTED = 0b1 PRESET_SYNCHRONIZATION_IS_SUPPORTED = 0b1
class IndependentPresets(OpenIntEnum): class IndependentPresets(utils.OpenIntEnum):
'''See Hearing Access Service 3.1. Hearing Aid Features.''' '''See Hearing Access Service 3.1. Hearing Aid Features.'''
IDENTICAL_PRESET_RECORD = 0b0 IDENTICAL_PRESET_RECORD = 0b0
DIFFERENT_PRESET_RECORD = 0b1 DIFFERENT_PRESET_RECORD = 0b1
class DynamicPresets(OpenIntEnum): class DynamicPresets(utils.OpenIntEnum):
'''See Hearing Access Service 3.1. Hearing Aid Features.''' '''See Hearing Access Service 3.1. Hearing Aid Features.'''
PRESET_RECORDS_DOES_NOT_CHANGE = 0b0 PRESET_RECORDS_DOES_NOT_CHANGE = 0b0
PRESET_RECORDS_MAY_CHANGE = 0b1 PRESET_RECORDS_MAY_CHANGE = 0b1
class WritablePresetsSupport(OpenIntEnum): class WritablePresetsSupport(utils.OpenIntEnum):
'''See Hearing Access Service 3.1. Hearing Aid Features.''' '''See Hearing Access Service 3.1. Hearing Aid Features.'''
WRITABLE_PRESET_RECORDS_NOT_SUPPORTED = 0b0 WRITABLE_PRESET_RECORDS_NOT_SUPPORTED = 0b0
WRITABLE_PRESET_RECORDS_SUPPORTED = 0b1 WRITABLE_PRESET_RECORDS_SUPPORTED = 0b1
class HearingAidPresetControlPointOpcode(OpenIntEnum): class HearingAidPresetControlPointOpcode(utils.OpenIntEnum):
'''See Hearing Access Service 3.3.1 Hearing Aid Preset Control Point operation requirements.''' '''See Hearing Access Service 3.3.1 Hearing Aid Preset Control Point operation requirements.'''
# fmt: off # fmt: off
@@ -130,7 +130,7 @@ def HearingAidFeatures_from_bytes(data: int) -> HearingAidFeatures:
class PresetChangedOperation: class PresetChangedOperation:
'''See Hearing Access Service 3.2.2.2. Preset Changed operation.''' '''See Hearing Access Service 3.2.2.2. Preset Changed operation.'''
class ChangeId(OpenIntEnum): class ChangeId(utils.OpenIntEnum):
# fmt: off # fmt: off
GENERIC_UPDATE = 0x00 GENERIC_UPDATE = 0x00
PRESET_RECORD_DELETED = 0x01 PRESET_RECORD_DELETED = 0x01
@@ -190,11 +190,11 @@ class PresetRecord:
@dataclass @dataclass
class Property: class Property:
class Writable(OpenIntEnum): class Writable(utils.OpenIntEnum):
CANNOT_BE_WRITTEN = 0b0 CANNOT_BE_WRITTEN = 0b0
CAN_BE_WRITTEN = 0b1 CAN_BE_WRITTEN = 0b1
class IsAvailable(OpenIntEnum): class IsAvailable(utils.OpenIntEnum):
IS_UNAVAILABLE = 0b0 IS_UNAVAILABLE = 0b0
IS_AVAILABLE = 0b1 IS_AVAILABLE = 0b1
@@ -224,9 +224,9 @@ class PresetRecord:
class HearingAccessService(gatt.TemplateService): class HearingAccessService(gatt.TemplateService):
UUID = gatt.GATT_HEARING_ACCESS_SERVICE UUID = gatt.GATT_HEARING_ACCESS_SERVICE
hearing_aid_features_characteristic: gatt.Characteristic hearing_aid_features_characteristic: gatt.Characteristic[bytes]
hearing_aid_preset_control_point: gatt.Characteristic hearing_aid_preset_control_point: gatt.Characteristic[bytes]
active_preset_index_characteristic: gatt.Characteristic active_preset_index_characteristic: gatt.Characteristic[bytes]
active_preset_index: int active_preset_index: int
active_preset_index_per_device: Dict[Address, int] active_preset_index_per_device: Dict[Address, int]
@@ -266,13 +266,13 @@ class HearingAccessService(gatt.TemplateService):
# associate the lowest index as the current active preset at startup # associate the lowest index as the current active preset at startup
self.active_preset_index = sorted(self.preset_records.keys())[0] self.active_preset_index = sorted(self.preset_records.keys())[0]
@device.on('connection') # type: ignore @device.on(device.EVENT_CONNECTION)
def on_connection(connection: Connection) -> None: def on_connection(connection: Connection) -> None:
@connection.on('disconnection') # type: ignore @connection.on(connection.EVENT_DISCONNECTION)
def on_disconnection(_reason) -> None: def on_disconnection(_reason) -> None:
self.currently_connected_clients.remove(connection) self.currently_connected_clients.remove(connection)
@connection.on('pairing') # type: ignore @connection.on(connection.EVENT_PAIRING)
def on_pairing(*_: Any) -> None: def on_pairing(*_: Any) -> None:
self.on_incoming_paired_connection(connection) self.on_incoming_paired_connection(connection)
@@ -333,7 +333,7 @@ class HearingAccessService(gatt.TemplateService):
# Update the active preset index if needed # Update the active preset index if needed
await self.notify_active_preset_for_connection(connection) await self.notify_active_preset_for_connection(connection)
connection.abort_on('disconnection', on_connection_async()) utils.cancel_on_event(connection, 'disconnection', on_connection_async())
def _on_read_active_preset_index( def _on_read_active_preset_index(
self, __connection__: Optional[Connection] self, __connection__: Optional[Connection]
@@ -382,7 +382,7 @@ class HearingAccessService(gatt.TemplateService):
if len(presets) == 0: if len(presets) == 0:
raise att.ATT_Error(att.ErrorCode.OUT_OF_RANGE) raise att.ATT_Error(att.ErrorCode.OUT_OF_RANGE)
AsyncRunner.spawn(self._read_preset_response(connection, presets)) utils.AsyncRunner.spawn(self._read_preset_response(connection, presets))
async def _read_preset_response( async def _read_preset_response(
self, connection: Connection, presets: List[PresetRecord] self, connection: Connection, presets: List[PresetRecord]
+37 -29
View File
@@ -338,30 +338,38 @@ class MediaControlServiceProxy(
'content_control_id': gatt.GATT_CONTENT_CONTROL_ID_CHARACTERISTIC, 'content_control_id': gatt.GATT_CONTENT_CONTROL_ID_CHARACTERISTIC,
} }
media_player_name: Optional[gatt_client.CharacteristicProxy] = None EVENT_MEDIA_STATE = "media_state"
media_player_icon_object_id: Optional[gatt_client.CharacteristicProxy] = None EVENT_TRACK_CHANGED = "track_changed"
media_player_icon_url: Optional[gatt_client.CharacteristicProxy] = None EVENT_TRACK_TITLE = "track_title"
track_changed: Optional[gatt_client.CharacteristicProxy] = None EVENT_TRACK_DURATION = "track_duration"
track_title: Optional[gatt_client.CharacteristicProxy] = None EVENT_TRACK_POSITION = "track_position"
track_duration: Optional[gatt_client.CharacteristicProxy] = None
track_position: Optional[gatt_client.CharacteristicProxy] = None media_player_name: Optional[gatt_client.CharacteristicProxy[bytes]] = None
playback_speed: Optional[gatt_client.CharacteristicProxy] = None media_player_icon_object_id: Optional[gatt_client.CharacteristicProxy[bytes]] = None
seeking_speed: Optional[gatt_client.CharacteristicProxy] = None media_player_icon_url: Optional[gatt_client.CharacteristicProxy[bytes]] = None
current_track_segments_object_id: Optional[gatt_client.CharacteristicProxy] = None track_changed: Optional[gatt_client.CharacteristicProxy[bytes]] = None
current_track_object_id: Optional[gatt_client.CharacteristicProxy] = None track_title: Optional[gatt_client.CharacteristicProxy[bytes]] = None
next_track_object_id: Optional[gatt_client.CharacteristicProxy] = None track_duration: Optional[gatt_client.CharacteristicProxy[bytes]] = None
parent_group_object_id: Optional[gatt_client.CharacteristicProxy] = None track_position: Optional[gatt_client.CharacteristicProxy[bytes]] = None
current_group_object_id: Optional[gatt_client.CharacteristicProxy] = None playback_speed: Optional[gatt_client.CharacteristicProxy[bytes]] = None
playing_order: Optional[gatt_client.CharacteristicProxy] = None seeking_speed: Optional[gatt_client.CharacteristicProxy[bytes]] = None
playing_orders_supported: Optional[gatt_client.CharacteristicProxy] = None current_track_segments_object_id: Optional[
media_state: Optional[gatt_client.CharacteristicProxy] = None gatt_client.CharacteristicProxy[bytes]
media_control_point: Optional[gatt_client.CharacteristicProxy] = None ] = None
media_control_point_opcodes_supported: Optional[gatt_client.CharacteristicProxy] = ( current_track_object_id: Optional[gatt_client.CharacteristicProxy[bytes]] = None
None next_track_object_id: Optional[gatt_client.CharacteristicProxy[bytes]] = None
) parent_group_object_id: Optional[gatt_client.CharacteristicProxy[bytes]] = None
search_control_point: Optional[gatt_client.CharacteristicProxy] = None current_group_object_id: Optional[gatt_client.CharacteristicProxy[bytes]] = None
search_results_object_id: Optional[gatt_client.CharacteristicProxy] = None playing_order: Optional[gatt_client.CharacteristicProxy[bytes]] = None
content_control_id: Optional[gatt_client.CharacteristicProxy] = None playing_orders_supported: Optional[gatt_client.CharacteristicProxy[bytes]] = None
media_state: Optional[gatt_client.CharacteristicProxy[bytes]] = None
media_control_point: Optional[gatt_client.CharacteristicProxy[bytes]] = None
media_control_point_opcodes_supported: Optional[
gatt_client.CharacteristicProxy[bytes]
] = None
search_control_point: Optional[gatt_client.CharacteristicProxy[bytes]] = None
search_results_object_id: Optional[gatt_client.CharacteristicProxy[bytes]] = None
content_control_id: Optional[gatt_client.CharacteristicProxy[bytes]] = None
if TYPE_CHECKING: if TYPE_CHECKING:
media_control_point_notifications: asyncio.Queue[bytes] media_control_point_notifications: asyncio.Queue[bytes]
@@ -430,20 +438,20 @@ class MediaControlServiceProxy(
self.media_control_point_notifications.put_nowait(data) self.media_control_point_notifications.put_nowait(data)
def _on_media_state(self, data: bytes) -> None: def _on_media_state(self, data: bytes) -> None:
self.emit('media_state', MediaState(data[0])) self.emit(self.EVENT_MEDIA_STATE, MediaState(data[0]))
def _on_track_changed(self, data: bytes) -> None: def _on_track_changed(self, data: bytes) -> None:
del data del data
self.emit('track_changed') self.emit(self.EVENT_TRACK_CHANGED)
def _on_track_title(self, data: bytes) -> None: def _on_track_title(self, data: bytes) -> None:
self.emit('track_title', data.decode("utf-8")) self.emit(self.EVENT_TRACK_TITLE, data.decode("utf-8"))
def _on_track_duration(self, data: bytes) -> None: def _on_track_duration(self, data: bytes) -> None:
self.emit('track_duration', struct.unpack_from('<i', data)[0]) self.emit(self.EVENT_TRACK_DURATION, struct.unpack_from('<i', data)[0])
def _on_track_position(self, data: bytes) -> None: def _on_track_position(self, data: bytes) -> None:
self.emit('track_position', struct.unpack_from('<i', data)[0]) self.emit(self.EVENT_TRACK_POSITION, struct.unpack_from('<i', data)[0])
class GenericMediaControlServiceProxy(MediaControlServiceProxy): class GenericMediaControlServiceProxy(MediaControlServiceProxy):
+6 -6
View File
@@ -104,12 +104,12 @@ class PacRecord:
class PublishedAudioCapabilitiesService(gatt.TemplateService): class PublishedAudioCapabilitiesService(gatt.TemplateService):
UUID = gatt.GATT_PUBLISHED_AUDIO_CAPABILITIES_SERVICE UUID = gatt.GATT_PUBLISHED_AUDIO_CAPABILITIES_SERVICE
sink_pac: Optional[gatt.Characteristic] sink_pac: Optional[gatt.Characteristic[bytes]]
sink_audio_locations: Optional[gatt.Characteristic] sink_audio_locations: Optional[gatt.Characteristic[bytes]]
source_pac: Optional[gatt.Characteristic] source_pac: Optional[gatt.Characteristic[bytes]]
source_audio_locations: Optional[gatt.Characteristic] source_audio_locations: Optional[gatt.Characteristic[bytes]]
available_audio_contexts: gatt.Characteristic available_audio_contexts: gatt.Characteristic[bytes]
supported_audio_contexts: gatt.Characteristic supported_audio_contexts: gatt.Characteristic[bytes]
def __init__( def __init__(
self, self,
+1 -1
View File
@@ -40,7 +40,7 @@ class PublicBroadcastAnnouncement:
def from_bytes(cls, data: bytes) -> Self: def from_bytes(cls, data: bytes) -> Self:
features = cls.Features(data[0]) features = cls.Features(data[0])
metadata_length = data[1] metadata_length = data[1]
metadata_ltv = data[1 : 1 + metadata_length] metadata_ltv = data[2 : 2 + metadata_length]
return cls( return cls(
features=features, metadata=le_audio.Metadata.from_bytes(metadata_ltv) features=features, metadata=le_audio.Metadata.from_bytes(metadata_ltv)
) )
+9 -5
View File
@@ -23,6 +23,7 @@ import enum
from typing import Optional, Sequence from typing import Optional, Sequence
from bumble import att from bumble import att
from bumble import utils
from bumble import device from bumble import device
from bumble import gatt from bumble import gatt
from bumble import gatt_adapters from bumble import gatt_adapters
@@ -90,9 +91,11 @@ class VolumeState:
class VolumeControlService(gatt.TemplateService): class VolumeControlService(gatt.TemplateService):
UUID = gatt.GATT_VOLUME_CONTROL_SERVICE UUID = gatt.GATT_VOLUME_CONTROL_SERVICE
volume_state: gatt.Characteristic EVENT_VOLUME_STATE_CHANGE = "volume_state_change"
volume_control_point: gatt.Characteristic
volume_flags: gatt.Characteristic volume_state: gatt.Characteristic[bytes]
volume_control_point: gatt.Characteristic[bytes]
volume_flags: gatt.Characteristic[bytes]
volume_setting: int volume_setting: int
muted: int muted: int
@@ -160,11 +163,12 @@ class VolumeControlService(gatt.TemplateService):
handler = getattr(self, '_on_' + opcode.name.lower()) handler = getattr(self, '_on_' + opcode.name.lower())
if handler(*value[2:]): if handler(*value[2:]):
self.change_counter = (self.change_counter + 1) % 256 self.change_counter = (self.change_counter + 1) % 256
connection.abort_on( utils.cancel_on_event(
connection,
'disconnection', 'disconnection',
connection.device.notify_subscribers(attribute=self.volume_state), connection.device.notify_subscribers(attribute=self.volume_state),
) )
self.emit('volume_state_change') self.emit(self.EVENT_VOLUME_STATE_CHANGE)
def _on_relative_volume_down(self) -> bool: def _on_relative_volume_down(self) -> bool:
old_volume = self.volume_setting old_volume = self.volume_setting
+3 -3
View File
@@ -38,7 +38,7 @@ from bumble.gatt_adapters import (
UTF8CharacteristicProxyAdapter, UTF8CharacteristicProxyAdapter,
) )
from bumble.gatt_client import ProfileServiceProxy, ServiceProxy from bumble.gatt_client import ProfileServiceProxy, ServiceProxy
from bumble.utils import OpenIntEnum from bumble import utils
from bumble.profiles.bap import AudioLocation from bumble.profiles.bap import AudioLocation
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
@@ -50,11 +50,11 @@ MAX_VOLUME_OFFSET = 255
CHANGE_COUNTER_MAX_VALUE = 0xFF CHANGE_COUNTER_MAX_VALUE = 0xFF
class SetVolumeOffsetOpCode(OpenIntEnum): class SetVolumeOffsetOpCode(utils.OpenIntEnum):
SET_VOLUME_OFFSET = 0x01 SET_VOLUME_OFFSET = 0x01
class ErrorCode(OpenIntEnum): class ErrorCode(utils.OpenIntEnum):
""" """
See Volume Offset Control Service 1.6. Application error codes. See Volume Offset Control Service 1.6. Application error codes.
""" """
+25 -16
View File
@@ -25,16 +25,16 @@ import enum
from typing import Callable, Dict, List, Optional, Tuple, Union, TYPE_CHECKING from typing import Callable, Dict, List, Optional, Tuple, Union, TYPE_CHECKING
from typing_extensions import Self from typing_extensions import Self
from pyee import EventEmitter
from bumble import core from bumble import core
from bumble import l2cap from bumble import l2cap
from bumble import sdp from bumble import sdp
from .colors import color from bumble import utils
from .core import ( from bumble.colors import color
from bumble.core import (
UUID, UUID,
BT_RFCOMM_PROTOCOL_ID, BT_RFCOMM_PROTOCOL_ID,
BT_BR_EDR_TRANSPORT, PhysicalTransport,
BT_L2CAP_PROTOCOL_ID, BT_L2CAP_PROTOCOL_ID,
InvalidArgumentError, InvalidArgumentError,
InvalidStateError, InvalidStateError,
@@ -441,7 +441,10 @@ class RFCOMM_MCC_MSC:
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
class DLC(EventEmitter): class DLC(utils.EventEmitter):
EVENT_OPEN = "open"
EVENT_CLOSE = "close"
class State(enum.IntEnum): class State(enum.IntEnum):
INIT = 0x00 INIT = 0x00
CONNECTING = 0x01 CONNECTING = 0x01
@@ -529,7 +532,7 @@ class DLC(EventEmitter):
self.send_frame(RFCOMM_Frame.uih(c_r=self.c_r, dlci=0, information=mcc)) self.send_frame(RFCOMM_Frame.uih(c_r=self.c_r, dlci=0, information=mcc))
self.change_state(DLC.State.CONNECTED) self.change_state(DLC.State.CONNECTED)
self.emit('open') self.emit(self.EVENT_OPEN)
def on_ua_frame(self, _frame: RFCOMM_Frame) -> None: def on_ua_frame(self, _frame: RFCOMM_Frame) -> None:
if self.state == DLC.State.CONNECTING: if self.state == DLC.State.CONNECTING:
@@ -550,7 +553,7 @@ class DLC(EventEmitter):
self.disconnection_result.set_result(None) self.disconnection_result.set_result(None)
self.disconnection_result = None self.disconnection_result = None
self.multiplexer.on_dlc_disconnection(self) self.multiplexer.on_dlc_disconnection(self)
self.emit('close') self.emit(self.EVENT_CLOSE)
else: else:
logger.warning( logger.warning(
color( color(
@@ -733,7 +736,7 @@ class DLC(EventEmitter):
self.disconnection_result.cancel() self.disconnection_result.cancel()
self.disconnection_result = None self.disconnection_result = None
self.change_state(DLC.State.RESET) self.change_state(DLC.State.RESET)
self.emit('close') self.emit(self.EVENT_CLOSE)
def __str__(self) -> str: def __str__(self) -> str:
return ( return (
@@ -749,7 +752,7 @@ class DLC(EventEmitter):
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
class Multiplexer(EventEmitter): class Multiplexer(utils.EventEmitter):
class Role(enum.IntEnum): class Role(enum.IntEnum):
INITIATOR = 0x00 INITIATOR = 0x00
RESPONDER = 0x01 RESPONDER = 0x01
@@ -763,6 +766,8 @@ class Multiplexer(EventEmitter):
DISCONNECTED = 0x05 DISCONNECTED = 0x05
RESET = 0x06 RESET = 0x06
EVENT_DLC = "dlc"
connection_result: Optional[asyncio.Future] connection_result: Optional[asyncio.Future]
disconnection_result: Optional[asyncio.Future] disconnection_result: Optional[asyncio.Future]
open_result: Optional[asyncio.Future] open_result: Optional[asyncio.Future]
@@ -785,7 +790,7 @@ class Multiplexer(EventEmitter):
# Become a sink for the L2CAP channel # Become a sink for the L2CAP channel
l2cap_channel.sink = self.on_pdu l2cap_channel.sink = self.on_pdu
l2cap_channel.on('close', self.on_l2cap_channel_close) l2cap_channel.on(l2cap_channel.EVENT_CLOSE, self.on_l2cap_channel_close)
def change_state(self, new_state: State) -> None: def change_state(self, new_state: State) -> None:
logger.debug(f'{self} state change -> {color(new_state.name, "cyan")}') logger.debug(f'{self} state change -> {color(new_state.name, "cyan")}')
@@ -845,7 +850,7 @@ class Multiplexer(EventEmitter):
self.open_result.set_exception( self.open_result.set_exception(
core.ConnectionError( core.ConnectionError(
core.ConnectionError.CONNECTION_REFUSED, core.ConnectionError.CONNECTION_REFUSED,
BT_BR_EDR_TRANSPORT, PhysicalTransport.BR_EDR,
self.l2cap_channel.connection.peer_address, self.l2cap_channel.connection.peer_address,
'rfcomm', 'rfcomm',
) )
@@ -901,7 +906,7 @@ class Multiplexer(EventEmitter):
self.dlcs[pn.dlci] = dlc self.dlcs[pn.dlci] = dlc
# Re-emit the handshake completion event # Re-emit the handshake completion event
dlc.on('open', lambda: self.emit('dlc', dlc)) dlc.on(dlc.EVENT_OPEN, lambda: self.emit(self.EVENT_DLC, dlc))
# Respond to complete the handshake # Respond to complete the handshake
dlc.accept() dlc.accept()
@@ -1075,7 +1080,9 @@ class Client:
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
class Server(EventEmitter): class Server(utils.EventEmitter):
EVENT_START = "start"
def __init__( def __init__(
self, device: Device, l2cap_mtu: int = RFCOMM_DEFAULT_L2CAP_MTU self, device: Device, l2cap_mtu: int = RFCOMM_DEFAULT_L2CAP_MTU
) -> None: ) -> None:
@@ -1122,7 +1129,9 @@ class Server(EventEmitter):
def on_connection(self, l2cap_channel: l2cap.ClassicChannel) -> None: def on_connection(self, l2cap_channel: l2cap.ClassicChannel) -> None:
logger.debug(f'+++ new L2CAP connection: {l2cap_channel}') logger.debug(f'+++ new L2CAP connection: {l2cap_channel}')
l2cap_channel.on('open', lambda: self.on_l2cap_channel_open(l2cap_channel)) l2cap_channel.on(
l2cap_channel.EVENT_OPEN, lambda: self.on_l2cap_channel_open(l2cap_channel)
)
def on_l2cap_channel_open(self, l2cap_channel: l2cap.ClassicChannel) -> None: def on_l2cap_channel_open(self, l2cap_channel: l2cap.ClassicChannel) -> None:
logger.debug(f'$$$ L2CAP channel open: {l2cap_channel}') logger.debug(f'$$$ L2CAP channel open: {l2cap_channel}')
@@ -1130,10 +1139,10 @@ class Server(EventEmitter):
# Create a new multiplexer for the channel # Create a new multiplexer for the channel
multiplexer = Multiplexer(l2cap_channel, Multiplexer.Role.RESPONDER) multiplexer = Multiplexer(l2cap_channel, Multiplexer.Role.RESPONDER)
multiplexer.acceptor = self.accept_dlc multiplexer.acceptor = self.accept_dlc
multiplexer.on('dlc', self.on_dlc) multiplexer.on(multiplexer.EVENT_DLC, self.on_dlc)
# Notify # Notify
self.emit('start', multiplexer) self.emit(self.EVENT_START, multiplexer)
def accept_dlc(self, channel_number: int) -> Optional[Tuple[int, int]]: def accept_dlc(self, channel_number: int) -> Optional[Tuple[int, int]]:
return self.dlc_configs.get(channel_number) return self.dlc_configs.get(channel_number)
+1 -1
View File
@@ -33,7 +33,7 @@ from bumble.core import (
from bumble.hci import HCI_Object, name_or_number, key_with_value from bumble.hci import HCI_Object, name_or_number, key_with_value
if TYPE_CHECKING: if TYPE_CHECKING:
from .device import Device, Connection from bumble.device import Device, Connection
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# Logging # Logging
+53 -41
View File
@@ -41,26 +41,25 @@ from typing import (
cast, cast,
) )
from pyee import EventEmitter
from .colors import color from bumble.colors import color
from .hci import ( from bumble.hci import (
Address, Address,
Role,
HCI_LE_Enable_Encryption_Command, HCI_LE_Enable_Encryption_Command,
HCI_Object, HCI_Object,
key_with_value, key_with_value,
) )
from .core import ( from bumble.core import (
BT_BR_EDR_TRANSPORT, PhysicalTransport,
BT_CENTRAL_ROLE,
BT_LE_TRANSPORT,
AdvertisingData, AdvertisingData,
InvalidArgumentError, InvalidArgumentError,
ProtocolError, ProtocolError,
name_or_number, name_or_number,
) )
from .keys import PairingKeys from bumble.keys import PairingKeys
from . import crypto from bumble import crypto
from bumble import utils
if TYPE_CHECKING: if TYPE_CHECKING:
from bumble.device import Connection, Device from bumble.device import Connection, Device
@@ -725,12 +724,13 @@ class Session:
self.is_responder = not self.is_initiator self.is_responder = not self.is_initiator
# Listen for connection events # Listen for connection events
connection.on('disconnection', self.on_disconnection) connection.on(connection.EVENT_DISCONNECTION, self.on_disconnection)
connection.on( connection.on(
'connection_encryption_change', self.on_connection_encryption_change connection.EVENT_CONNECTION_ENCRYPTION_CHANGE,
self.on_connection_encryption_change,
) )
connection.on( connection.on(
'connection_encryption_key_refresh', connection.EVENT_CONNECTION_ENCRYPTION_KEY_REFRESH,
self.on_connection_encryption_key_refresh, self.on_connection_encryption_key_refresh,
) )
@@ -857,7 +857,7 @@ class Session:
initiator_io_capability: int, initiator_io_capability: int,
responder_io_capability: int, responder_io_capability: int,
) -> None: ) -> None:
if self.connection.transport == BT_BR_EDR_TRANSPORT: if self.connection.transport == PhysicalTransport.BR_EDR:
self.pairing_method = PairingMethod.CTKD_OVER_CLASSIC self.pairing_method = PairingMethod.CTKD_OVER_CLASSIC
return return
if (not self.mitm) and (auth_req & SMP_MITM_AUTHREQ == 0): if (not self.mitm) and (auth_req & SMP_MITM_AUTHREQ == 0):
@@ -900,7 +900,7 @@ class Session:
self.send_pairing_failed(SMP_CONFIRM_VALUE_FAILED_ERROR) self.send_pairing_failed(SMP_CONFIRM_VALUE_FAILED_ERROR)
self.connection.abort_on('disconnection', prompt()) utils.cancel_on_event(self.connection, 'disconnection', prompt())
def prompt_user_for_numeric_comparison( def prompt_user_for_numeric_comparison(
self, code: int, next_steps: Callable[[], None] self, code: int, next_steps: Callable[[], None]
@@ -919,7 +919,7 @@ class Session:
self.send_pairing_failed(SMP_CONFIRM_VALUE_FAILED_ERROR) self.send_pairing_failed(SMP_CONFIRM_VALUE_FAILED_ERROR)
self.connection.abort_on('disconnection', prompt()) utils.cancel_on_event(self.connection, 'disconnection', prompt())
def prompt_user_for_number(self, next_steps: Callable[[int], None]) -> None: def prompt_user_for_number(self, next_steps: Callable[[int], None]) -> None:
async def prompt() -> None: async def prompt() -> None:
@@ -936,7 +936,7 @@ class Session:
logger.warning(f'exception while prompting: {error}') logger.warning(f'exception while prompting: {error}')
self.send_pairing_failed(SMP_PASSKEY_ENTRY_FAILED_ERROR) self.send_pairing_failed(SMP_PASSKEY_ENTRY_FAILED_ERROR)
self.connection.abort_on('disconnection', prompt()) utils.cancel_on_event(self.connection, 'disconnection', prompt())
def display_passkey(self) -> None: def display_passkey(self) -> None:
# Generate random Passkey/PIN code # Generate random Passkey/PIN code
@@ -951,7 +951,8 @@ class Session:
logger.debug(f'TK from passkey = {self.tk.hex()}') logger.debug(f'TK from passkey = {self.tk.hex()}')
try: try:
self.connection.abort_on( utils.cancel_on_event(
self.connection,
'disconnection', 'disconnection',
self.pairing_config.delegate.display_number(self.passkey, digits=6), self.pairing_config.delegate.display_number(self.passkey, digits=6),
) )
@@ -1050,7 +1051,7 @@ class Session:
) )
# Perform the next steps asynchronously in case we need to wait for input # Perform the next steps asynchronously in case we need to wait for input
self.connection.abort_on('disconnection', next_steps()) utils.cancel_on_event(self.connection, 'disconnection', next_steps())
else: else:
confirm_value = crypto.c1( confirm_value = crypto.c1(
self.tk, self.tk,
@@ -1170,11 +1171,11 @@ class Session:
if self.is_initiator: if self.is_initiator:
# CTKD: Derive LTK from LinkKey # CTKD: Derive LTK from LinkKey
if ( if (
self.connection.transport == BT_BR_EDR_TRANSPORT self.connection.transport == PhysicalTransport.BR_EDR
and self.initiator_key_distribution & SMP_ENC_KEY_DISTRIBUTION_FLAG and self.initiator_key_distribution & SMP_ENC_KEY_DISTRIBUTION_FLAG
): ):
self.ctkd_task = self.connection.abort_on( self.ctkd_task = utils.cancel_on_event(
'disconnection', self.get_link_key_and_derive_ltk() self.connection, 'disconnection', self.get_link_key_and_derive_ltk()
) )
elif not self.sc: elif not self.sc:
# Distribute the LTK, EDIV and RAND # Distribute the LTK, EDIV and RAND
@@ -1209,11 +1210,11 @@ class Session:
else: else:
# CTKD: Derive LTK from LinkKey # CTKD: Derive LTK from LinkKey
if ( if (
self.connection.transport == BT_BR_EDR_TRANSPORT self.connection.transport == PhysicalTransport.BR_EDR
and self.responder_key_distribution & SMP_ENC_KEY_DISTRIBUTION_FLAG and self.responder_key_distribution & SMP_ENC_KEY_DISTRIBUTION_FLAG
): ):
self.ctkd_task = self.connection.abort_on( self.ctkd_task = utils.cancel_on_event(
'disconnection', self.get_link_key_and_derive_ltk() self.connection, 'disconnection', self.get_link_key_and_derive_ltk()
) )
# Distribute the LTK, EDIV and RAND # Distribute the LTK, EDIV and RAND
elif not self.sc: elif not self.sc:
@@ -1248,7 +1249,7 @@ class Session:
def compute_peer_expected_distributions(self, key_distribution_flags: int) -> None: def compute_peer_expected_distributions(self, key_distribution_flags: int) -> None:
# Set our expectations for what to wait for in the key distribution phase # Set our expectations for what to wait for in the key distribution phase
self.peer_expected_distributions = [] self.peer_expected_distributions = []
if not self.sc and self.connection.transport == BT_LE_TRANSPORT: if not self.sc and self.connection.transport == PhysicalTransport.LE:
if key_distribution_flags & SMP_ENC_KEY_DISTRIBUTION_FLAG != 0: if key_distribution_flags & SMP_ENC_KEY_DISTRIBUTION_FLAG != 0:
self.peer_expected_distributions.append( self.peer_expected_distributions.append(
SMP_Encryption_Information_Command SMP_Encryption_Information_Command
@@ -1305,15 +1306,20 @@ class Session:
# Wait for the pairing process to finish # Wait for the pairing process to finish
assert self.pairing_result assert self.pairing_result
await self.connection.abort_on('disconnection', self.pairing_result) await utils.cancel_on_event(
self.connection, 'disconnection', self.pairing_result
)
def on_disconnection(self, _: int) -> None: def on_disconnection(self, _: int) -> None:
self.connection.remove_listener('disconnection', self.on_disconnection)
self.connection.remove_listener( self.connection.remove_listener(
'connection_encryption_change', self.on_connection_encryption_change self.connection.EVENT_DISCONNECTION, self.on_disconnection
) )
self.connection.remove_listener( self.connection.remove_listener(
'connection_encryption_key_refresh', self.connection.EVENT_CONNECTION_ENCRYPTION_CHANGE,
self.on_connection_encryption_change,
)
self.connection.remove_listener(
self.connection.EVENT_CONNECTION_ENCRYPTION_KEY_REFRESH,
self.on_connection_encryption_key_refresh, self.on_connection_encryption_key_refresh,
) )
self.manager.on_session_end(self) self.manager.on_session_end(self)
@@ -1323,7 +1329,7 @@ class Session:
if self.is_initiator: if self.is_initiator:
self.distribute_keys() self.distribute_keys()
self.connection.abort_on('disconnection', self.on_pairing()) utils.cancel_on_event(self.connection, 'disconnection', self.on_pairing())
def on_connection_encryption_change(self) -> None: def on_connection_encryption_change(self) -> None:
if self.connection.is_encrypted and not self.completed: if self.connection.is_encrypted and not self.completed:
@@ -1365,7 +1371,7 @@ class Session:
keys = PairingKeys() keys = PairingKeys()
keys.address_type = peer_address.address_type keys.address_type = peer_address.address_type
authenticated = self.pairing_method != PairingMethod.JUST_WORKS authenticated = self.pairing_method != PairingMethod.JUST_WORKS
if self.sc or self.connection.transport == BT_BR_EDR_TRANSPORT: if self.sc or self.connection.transport == PhysicalTransport.BR_EDR:
keys.ltk = PairingKeys.Key(value=self.ltk, authenticated=authenticated) keys.ltk = PairingKeys.Key(value=self.ltk, authenticated=authenticated)
else: else:
our_ltk_key = PairingKeys.Key( our_ltk_key = PairingKeys.Key(
@@ -1374,8 +1380,10 @@ class Session:
ediv=self.ltk_ediv, ediv=self.ltk_ediv,
rand=self.ltk_rand, rand=self.ltk_rand,
) )
if not self.peer_ltk:
logger.error("peer_ltk is None")
peer_ltk_key = PairingKeys.Key( peer_ltk_key = PairingKeys.Key(
value=self.peer_ltk, value=self.peer_ltk or b'',
authenticated=authenticated, authenticated=authenticated,
ediv=self.peer_ediv, ediv=self.peer_ediv,
rand=self.peer_rand, rand=self.peer_rand,
@@ -1432,8 +1440,10 @@ class Session:
def on_smp_pairing_request_command( def on_smp_pairing_request_command(
self, command: SMP_Pairing_Request_Command self, command: SMP_Pairing_Request_Command
) -> None: ) -> None:
self.connection.abort_on( utils.cancel_on_event(
'disconnection', self.on_smp_pairing_request_command_async(command) self.connection,
'disconnection',
self.on_smp_pairing_request_command_async(command),
) )
async def on_smp_pairing_request_command_async( async def on_smp_pairing_request_command_async(
@@ -1506,7 +1516,7 @@ class Session:
# CTKD over BR/EDR should happen after the connection has been encrypted, # CTKD over BR/EDR should happen after the connection has been encrypted,
# so when receiving pairing requests, responder should start distributing keys # so when receiving pairing requests, responder should start distributing keys
if ( if (
self.connection.transport == BT_BR_EDR_TRANSPORT self.connection.transport == PhysicalTransport.BR_EDR
and self.connection.is_encrypted and self.connection.is_encrypted
and self.is_responder and self.is_responder
and accepted and accepted
@@ -1878,7 +1888,7 @@ class Session:
self.wait_before_continuing = None self.wait_before_continuing = None
self.send_pairing_dhkey_check_command() self.send_pairing_dhkey_check_command()
self.connection.abort_on('disconnection', next_steps()) utils.cancel_on_event(self.connection, 'disconnection', next_steps())
else: else:
self.send_pairing_dhkey_check_command() self.send_pairing_dhkey_check_command()
else: else:
@@ -1922,7 +1932,7 @@ class Session:
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
class Manager(EventEmitter): class Manager(utils.EventEmitter):
''' '''
Implements the Initiator and Responder roles of the Security Manager Protocol Implements the Initiator and Responder roles of the Security Manager Protocol
''' '''
@@ -1950,13 +1960,15 @@ class Manager(EventEmitter):
f'>>> Sending SMP Command on connection [0x{connection.handle:04X}] ' f'>>> Sending SMP Command on connection [0x{connection.handle:04X}] '
f'{connection.peer_address}: {command}' f'{connection.peer_address}: {command}'
) )
cid = SMP_BR_CID if connection.transport == BT_BR_EDR_TRANSPORT else SMP_CID cid = (
SMP_BR_CID if connection.transport == PhysicalTransport.BR_EDR else SMP_CID
)
connection.send_l2cap_pdu(cid, bytes(command)) connection.send_l2cap_pdu(cid, bytes(command))
def on_smp_security_request_command( def on_smp_security_request_command(
self, connection: Connection, request: SMP_Security_Request_Command self, connection: Connection, request: SMP_Security_Request_Command
) -> None: ) -> None:
connection.emit('security_request', request.auth_req) connection.emit(connection.EVENT_SECURITY_REQUEST, request.auth_req)
def on_smp_pdu(self, connection: Connection, pdu: bytes) -> None: def on_smp_pdu(self, connection: Connection, pdu: bytes) -> None:
# Parse the L2CAP payload into an SMP Command object # Parse the L2CAP payload into an SMP Command object
@@ -1975,7 +1987,7 @@ class Manager(EventEmitter):
# Look for a session with this connection, and create one if none exists # Look for a session with this connection, and create one if none exists
if not (session := self.sessions.get(connection.handle)): if not (session := self.sessions.get(connection.handle)):
if connection.role == BT_CENTRAL_ROLE: if connection.role == Role.CENTRAL:
logger.warning('Remote starts pairing as Peripheral!') logger.warning('Remote starts pairing as Peripheral!')
pairing_config = self.pairing_config_factory(connection) pairing_config = self.pairing_config_factory(connection)
session = self.session_proxy( session = self.session_proxy(
@@ -1995,7 +2007,7 @@ class Manager(EventEmitter):
async def pair(self, connection: Connection) -> None: async def pair(self, connection: Connection) -> None:
# TODO: check if there's already a session for this connection # TODO: check if there's already a session for this connection
if connection.role != BT_CENTRAL_ROLE: if connection.role != Role.CENTRAL:
logger.warning('Start pairing as Peripheral!') logger.warning('Start pairing as Peripheral!')
pairing_config = self.pairing_config_factory(connection) pairing_config = self.pairing_config_factory(connection)
session = self.session_proxy( session = self.session_proxy(
+24 -19
View File
@@ -20,8 +20,13 @@ import logging
import os import os
from typing import Optional from typing import Optional
from .common import Transport, AsyncPipeSink, SnoopingTransport, TransportSpecError from bumble.transport.common import (
from ..snoop import create_snooper Transport,
AsyncPipeSink,
SnoopingTransport,
TransportSpecError,
)
from bumble.snoop import create_snooper
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# Logging # Logging
@@ -108,80 +113,80 @@ async def _open_transport(scheme: str, spec: Optional[str]) -> Transport:
# pylint: disable=too-many-return-statements # pylint: disable=too-many-return-statements
if scheme == 'serial' and spec: if scheme == 'serial' and spec:
from .serial import open_serial_transport from bumble.transport.serial import open_serial_transport
return await open_serial_transport(spec) return await open_serial_transport(spec)
if scheme == 'udp' and spec: if scheme == 'udp' and spec:
from .udp import open_udp_transport from bumble.transport.udp import open_udp_transport
return await open_udp_transport(spec) return await open_udp_transport(spec)
if scheme == 'tcp-client' and spec: if scheme == 'tcp-client' and spec:
from .tcp_client import open_tcp_client_transport from bumble.transport.tcp_client import open_tcp_client_transport
return await open_tcp_client_transport(spec) return await open_tcp_client_transport(spec)
if scheme == 'tcp-server' and spec: if scheme == 'tcp-server' and spec:
from .tcp_server import open_tcp_server_transport from bumble.transport.tcp_server import open_tcp_server_transport
return await open_tcp_server_transport(spec) return await open_tcp_server_transport(spec)
if scheme == 'ws-client' and spec: if scheme == 'ws-client' and spec:
from .ws_client import open_ws_client_transport from bumble.transport.ws_client import open_ws_client_transport
return await open_ws_client_transport(spec) return await open_ws_client_transport(spec)
if scheme == 'ws-server' and spec: if scheme == 'ws-server' and spec:
from .ws_server import open_ws_server_transport from bumble.transport.ws_server import open_ws_server_transport
return await open_ws_server_transport(spec) return await open_ws_server_transport(spec)
if scheme == 'pty': if scheme == 'pty':
from .pty import open_pty_transport from bumble.transport.pty import open_pty_transport
return await open_pty_transport(spec) return await open_pty_transport(spec)
if scheme == 'file': if scheme == 'file':
from .file import open_file_transport from bumble.transport.file import open_file_transport
assert spec is not None assert spec is not None
return await open_file_transport(spec) return await open_file_transport(spec)
if scheme == 'vhci': if scheme == 'vhci':
from .vhci import open_vhci_transport from bumble.transport.vhci import open_vhci_transport
return await open_vhci_transport(spec) return await open_vhci_transport(spec)
if scheme == 'hci-socket': if scheme == 'hci-socket':
from .hci_socket import open_hci_socket_transport from bumble.transport.hci_socket import open_hci_socket_transport
return await open_hci_socket_transport(spec) return await open_hci_socket_transport(spec)
if scheme == 'usb': if scheme == 'usb':
from .usb import open_usb_transport from bumble.transport.usb import open_usb_transport
assert spec assert spec
return await open_usb_transport(spec) return await open_usb_transport(spec)
if scheme == 'pyusb': if scheme == 'pyusb':
from .pyusb import open_pyusb_transport from bumble.transport.pyusb import open_pyusb_transport
assert spec assert spec
return await open_pyusb_transport(spec) return await open_pyusb_transport(spec)
if scheme == 'android-emulator': if scheme == 'android-emulator':
from .android_emulator import open_android_emulator_transport from bumble.transport.android_emulator import open_android_emulator_transport
return await open_android_emulator_transport(spec) return await open_android_emulator_transport(spec)
if scheme == 'android-netsim': if scheme == 'android-netsim':
from .android_netsim import open_android_netsim_transport from bumble.transport.android_netsim import open_android_netsim_transport
return await open_android_netsim_transport(spec) return await open_android_netsim_transport(spec)
if scheme == 'unix': if scheme == 'unix':
from .unix import open_unix_client_transport from bumble.transport.unix import open_unix_client_transport
assert spec assert spec
return await open_unix_client_transport(spec) return await open_unix_client_transport(spec)
@@ -204,8 +209,8 @@ async def open_transport_or_link(name: str) -> Transport:
""" """
if name.startswith('link-relay:'): if name.startswith('link-relay:'):
logger.warning('Link Relay has been deprecated.') logger.warning('Link Relay has been deprecated.')
from ..controller import Controller from bumble.controller import Controller
from ..link import RemoteLink # lazy import from bumble.link import RemoteLink # lazy import
link = RemoteLink(name[11:]) link = RemoteLink(name[11:])
await link.wait_until_connected() await link.wait_until_connected()
+8 -4
View File
@@ -20,7 +20,7 @@ import grpc.aio
from typing import Optional, Union from typing import Optional, Union
from .common import ( from bumble.transport.common import (
PumpedTransport, PumpedTransport,
PumpedPacketSource, PumpedPacketSource,
PumpedPacketSink, PumpedPacketSink,
@@ -29,9 +29,13 @@ from .common import (
) )
# pylint: disable=no-name-in-module # pylint: disable=no-name-in-module
from .grpc_protobuf.emulated_bluetooth_pb2_grpc import EmulatedBluetoothServiceStub from bumble.transport.grpc_protobuf.emulated_bluetooth_pb2_grpc import (
from .grpc_protobuf.emulated_bluetooth_packets_pb2 import HCIPacket EmulatedBluetoothServiceStub,
from .grpc_protobuf.emulated_bluetooth_vhci_pb2_grpc import VhciForwardingServiceStub )
from bumble.transport.grpc_protobuf.emulated_bluetooth_packets_pb2 import HCIPacket
from bumble.transport.grpc_protobuf.emulated_bluetooth_vhci_pb2_grpc import (
VhciForwardingServiceStub,
)
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
+8 -5
View File
@@ -38,15 +38,18 @@ from bumble.transport.common import (
) )
# pylint: disable=no-name-in-module # pylint: disable=no-name-in-module
from .grpc_protobuf.netsim.packet_streamer_pb2_grpc import ( from bumble.transport.grpc_protobuf.netsim.packet_streamer_pb2_grpc import (
PacketStreamerStub, PacketStreamerStub,
PacketStreamerServicer, PacketStreamerServicer,
add_PacketStreamerServicer_to_server, add_PacketStreamerServicer_to_server,
) )
from .grpc_protobuf.netsim.packet_streamer_pb2 import PacketRequest, PacketResponse from bumble.transport.grpc_protobuf.netsim.packet_streamer_pb2 import (
from .grpc_protobuf.netsim.hci_packet_pb2 import HCIPacket PacketRequest,
from .grpc_protobuf.netsim.startup_pb2 import Chip, ChipInfo, DeviceInfo PacketResponse,
from .grpc_protobuf.netsim.common_pb2 import ChipKind )
from bumble.transport.grpc_protobuf.netsim.hci_packet_pb2 import HCIPacket
from bumble.transport.grpc_protobuf.netsim.startup_pb2 import Chip, ChipInfo, DeviceInfo
from bumble.transport.grpc_protobuf.netsim.common_pb2 import ChipKind
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
+5 -1
View File
@@ -139,6 +139,7 @@ class PacketParser:
packet_type packet_type
) or self.extended_packet_info.get(packet_type) ) or self.extended_packet_info.get(packet_type)
if self.packet_info is None: if self.packet_info is None:
self.reset()
raise core.InvalidPacketError( raise core.InvalidPacketError(
f'invalid packet type {packet_type}' f'invalid packet type {packet_type}'
) )
@@ -302,7 +303,10 @@ class ParserSource(BaseSource):
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
class StreamPacketSource(asyncio.Protocol, ParserSource): class StreamPacketSource(asyncio.Protocol, ParserSource):
def data_received(self, data: bytes) -> None: def data_received(self, data: bytes) -> None:
self.parser.feed_data(data) try:
self.parser.feed_data(data)
except core.InvalidPacketError:
logger.warning("invalid packet, ignoring data")
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
+1 -1
View File
@@ -19,7 +19,7 @@ import asyncio
import io import io
import logging import logging
from .common import Transport, StreamPacketSource, StreamPacketSink from bumble.transport.common import Transport, StreamPacketSource, StreamPacketSink
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# Logging # Logging
+1 -1
View File
@@ -25,7 +25,7 @@ import collections
from typing import Optional from typing import Optional
from .common import Transport, ParserSource from bumble.transport.common import Transport, ParserSource
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
+1 -1
View File
@@ -25,7 +25,7 @@ import logging
from typing import Optional from typing import Optional
from .common import Transport, StreamPacketSource, StreamPacketSink from bumble.transport.common import Transport, StreamPacketSource, StreamPacketSink
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# Logging # Logging
+3 -3
View File
@@ -29,9 +29,9 @@ from usb.core import USBError
from usb.util import CTRL_TYPE_CLASS, CTRL_RECIPIENT_OTHER from usb.util import CTRL_TYPE_CLASS, CTRL_RECIPIENT_OTHER
from usb.legacy import REQ_SET_FEATURE, REQ_CLEAR_FEATURE, CLASS_HUB from usb.legacy import REQ_SET_FEATURE, REQ_CLEAR_FEATURE, CLASS_HUB
from .common import Transport, ParserSource, TransportInitError from bumble.transport.common import Transport, ParserSource, TransportInitError
from .. import hci from bumble import hci
from ..colors import color from bumble.colors import color
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
+1 -1
View File
@@ -19,7 +19,7 @@ import asyncio
import logging import logging
import serial_asyncio import serial_asyncio
from .common import Transport, StreamPacketSource, StreamPacketSink from bumble.transport.common import Transport, StreamPacketSource, StreamPacketSink
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# Logging # Logging
+1 -1
View File
@@ -18,7 +18,7 @@
import asyncio import asyncio
import logging import logging
from .common import Transport, StreamPacketSource, StreamPacketSink from bumble.transport.common import Transport, StreamPacketSource, StreamPacketSink
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# Logging # Logging
+1 -1
View File
@@ -20,7 +20,7 @@ import asyncio
import logging import logging
import socket import socket
from .common import Transport, StreamPacketSource from bumble.transport.common import Transport, StreamPacketSource
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# Logging # Logging
+1 -1
View File
@@ -18,7 +18,7 @@
import asyncio import asyncio
import logging import logging
from .common import Transport, ParserSource from bumble.transport.common import Transport, ParserSource
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# Logging # Logging
+1 -1
View File
@@ -18,7 +18,7 @@
import asyncio import asyncio
import logging import logging
from .common import Transport, StreamPacketSource, StreamPacketSink from bumble.transport.common import Transport, StreamPacketSource, StreamPacketSink
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# Logging # Logging
+1 -3
View File
@@ -115,9 +115,7 @@ async def open_usb_transport(spec: str) -> Transport:
self.acl_out = acl_out self.acl_out = acl_out
self.acl_out_transfer = device.getTransfer() self.acl_out_transfer = device.getTransfer()
self.acl_out_transfer_ready = asyncio.Semaphore(1) self.acl_out_transfer_ready = asyncio.Semaphore(1)
self.packets: asyncio.Queue[bytes] = ( self.packets = asyncio.Queue[bytes]() # Queue of packets waiting to be sent
asyncio.Queue()
) # Queue of packets waiting to be sent
self.loop = asyncio.get_running_loop() self.loop = asyncio.get_running_loop()
self.queue_task = None self.queue_task = None
self.cancel_done = self.loop.create_future() self.cancel_done = self.loop.create_future()
+2 -2
View File
@@ -19,8 +19,8 @@ import logging
from typing import Optional from typing import Optional
from .common import Transport from bumble.transport.common import Transport
from .file import open_file_transport from bumble.transport.file import open_file_transport
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# Logging # Logging
+6 -1
View File
@@ -18,7 +18,12 @@
import logging import logging
import websockets.client import websockets.client
from .common import PumpedPacketSource, PumpedPacketSink, PumpedTransport, Transport from bumble.transport.common import (
PumpedPacketSource,
PumpedPacketSink,
PumpedTransport,
Transport,
)
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# Logging # Logging
+1 -1
View File
@@ -18,7 +18,7 @@
import logging import logging
import websockets import websockets
from .common import Transport, ParserSource, PumpedPacketSink from bumble.transport.common import Transport, ParserSource, PumpedPacketSink
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# Logging # Logging
+92 -79
View File
@@ -38,9 +38,10 @@ from typing import (
) )
from typing_extensions import Self from typing_extensions import Self
from pyee import EventEmitter import pyee
import pyee.asyncio
from .colors import color from bumble.colors import color
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# Logging # Logging
@@ -56,6 +57,48 @@ def setup_event_forwarding(emitter, forwarder, event_name):
emitter.on(event_name, emit) emitter.on(event_name, emit)
# -----------------------------------------------------------------------------
def wrap_async(function):
"""
Wraps the provided function in an async function.
"""
return functools.partial(async_call, function)
# -----------------------------------------------------------------------------
def deprecated(msg: str):
"""
Throw deprecation warning before execution.
"""
def wrapper(function):
@functools.wraps(function)
def inner(*args, **kwargs):
warnings.warn(msg, DeprecationWarning, stacklevel=2)
return function(*args, **kwargs)
return inner
return wrapper
# -----------------------------------------------------------------------------
def experimental(msg: str):
"""
Throws a future warning before execution.
"""
def wrapper(function):
@functools.wraps(function)
def inner(*args, **kwargs):
warnings.warn(msg, FutureWarning, stacklevel=2)
return function(*args, **kwargs)
return inner
return wrapper
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
def composite_listener(cls): def composite_listener(cls):
""" """
@@ -113,21 +156,23 @@ class EventWatcher:
``` ```
''' '''
handlers: List[Tuple[EventEmitter, str, Callable[..., Any]]] handlers: List[Tuple[pyee.EventEmitter, str, Callable[..., Any]]]
def __init__(self) -> None: def __init__(self) -> None:
self.handlers = [] self.handlers = []
@overload @overload
def on( def on(
self, emitter: EventEmitter, event: str self, emitter: pyee.EventEmitter, event: str
) -> Callable[[_Handler], _Handler]: ... ) -> Callable[[_Handler], _Handler]: ...
@overload @overload
def on(self, emitter: EventEmitter, event: str, handler: _Handler) -> _Handler: ... def on(
self, emitter: pyee.EventEmitter, event: str, handler: _Handler
) -> _Handler: ...
def on( def on(
self, emitter: EventEmitter, event: str, handler: Optional[_Handler] = None self, emitter: pyee.EventEmitter, event: str, handler: Optional[_Handler] = None
) -> Union[_Handler, Callable[[_Handler], _Handler]]: ) -> Union[_Handler, Callable[[_Handler], _Handler]]:
'''Watch an event until the context is closed. '''Watch an event until the context is closed.
@@ -147,16 +192,16 @@ class EventWatcher:
@overload @overload
def once( def once(
self, emitter: EventEmitter, event: str self, emitter: pyee.EventEmitter, event: str
) -> Callable[[_Handler], _Handler]: ... ) -> Callable[[_Handler], _Handler]: ...
@overload @overload
def once( def once(
self, emitter: EventEmitter, event: str, handler: _Handler self, emitter: pyee.EventEmitter, event: str, handler: _Handler
) -> _Handler: ... ) -> _Handler: ...
def once( def once(
self, emitter: EventEmitter, event: str, handler: Optional[_Handler] = None self, emitter: pyee.EventEmitter, event: str, handler: Optional[_Handler] = None
) -> Union[_Handler, Callable[[_Handler], _Handler]]: ) -> Union[_Handler, Callable[[_Handler], _Handler]]:
'''Watch an event for once. '''Watch an event for once.
@@ -184,38 +229,48 @@ class EventWatcher:
_T = TypeVar('_T') _T = TypeVar('_T')
class AbortableEventEmitter(EventEmitter): def cancel_on_event(
def abort_on(self, event: str, awaitable: Awaitable[_T]) -> Awaitable[_T]: emitter: pyee.EventEmitter, event: str, awaitable: Awaitable[_T]
""" ) -> Awaitable[_T]:
Set a coroutine or future to abort when an event occur. """Set a coroutine or future to cancel when an event occur."""
""" future = asyncio.ensure_future(awaitable)
future = asyncio.ensure_future(awaitable) if future.done():
if future.done():
return future
def on_event(*_):
if future.done():
return
msg = f'abort: {event} event occurred.'
if isinstance(future, asyncio.Task):
# python < 3.9 does not support passing a message on `Task.cancel`
if sys.version_info < (3, 9, 0):
future.cancel()
else:
future.cancel(msg)
else:
future.set_exception(asyncio.CancelledError(msg))
def on_done(_):
self.remove_listener(event, on_event)
self.on(event, on_event)
future.add_done_callback(on_done)
return future return future
def on_event(*args, **kwargs) -> None:
del args, kwargs
if future.done():
return
msg = f'abort: {event} event occurred.'
if isinstance(future, asyncio.Task):
# python < 3.9 does not support passing a message on `Task.cancel`
if sys.version_info < (3, 9, 0):
future.cancel()
else:
future.cancel(msg)
else:
future.set_exception(asyncio.CancelledError(msg))
def on_done(_):
emitter.remove_listener(event, on_event)
emitter.on(event, on_event)
future.add_done_callback(on_done)
return future
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
class CompositeEventEmitter(AbortableEventEmitter): class EventEmitter(pyee.asyncio.AsyncIOEventEmitter):
"""A Base EventEmitter for Bumble."""
@deprecated("Use `cancel_on_event` instead.")
def abort_on(self, event: str, awaitable: Awaitable[_T]) -> Awaitable[_T]:
"""Set a coroutine or future to abort when an event occur."""
return cancel_on_event(self, event, awaitable)
# -----------------------------------------------------------------------------
class CompositeEventEmitter(EventEmitter):
def __init__(self): def __init__(self):
super().__init__() super().__init__()
self._listener = None self._listener = None
@@ -430,48 +485,6 @@ async def async_call(function, *args, **kwargs):
return function(*args, **kwargs) return function(*args, **kwargs)
# -----------------------------------------------------------------------------
def wrap_async(function):
"""
Wraps the provided function in an async function.
"""
return functools.partial(async_call, function)
# -----------------------------------------------------------------------------
def deprecated(msg: str):
"""
Throw deprecation warning before execution.
"""
def wrapper(function):
@functools.wraps(function)
def inner(*args, **kwargs):
warnings.warn(msg, DeprecationWarning, stacklevel=2)
return function(*args, **kwargs)
return inner
return wrapper
# -----------------------------------------------------------------------------
def experimental(msg: str):
"""
Throws a future warning before execution.
"""
def wrapper(function):
@functools.wraps(function)
def inner(*args, **kwargs):
warnings.warn(msg, FutureWarning, stacklevel=2)
return function(*args, **kwargs)
return inner
return wrapper
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
class OpenIntEnum(enum.IntEnum): class OpenIntEnum(enum.IntEnum):
""" """
+202
View File
@@ -0,0 +1,202 @@
AURACAST TOOL
=============
The "auracast" tool implements commands that implement broadcasting, receiving
and controlling LE Audio broadcasts.
=== "Running as an installed package"
```
$ bumble-auracast
```
=== "Running from source"
```
$ python3 apps/auracast.py <args>
```
# Python Dependencies
Try installing the optional `[auracast]` dependencies:
=== "From source"
```bash
$ python3 -m pip install ".[auracast]"
```
=== "From PyPI"
```bash
$ python3 -m pip install "bumble[auracast]"
```
## LC3
The `auracast` app depends on the `lc3` python module, which is available
either as PyPI module (currently only available for Linux x86_64).
When installing Bumble with the optional `auracast` dependency, the `lc3`
module will be installed from the `lc3py` PyPI package if available.
If not, you will need to install it separately. This can be done with:
```bash
$ python3 -m pip install "git+https://github.com/google/liblc3.git"
```
## SoundDevice
The `sounddevice` module is required for audio output to the host's sound
output device(s) and/or input from the host's input device(s).
If not installed, the `auracast` app is still functional, but will be limited
to non-device inputs and output (files, external processes, ...)
On macOS and Windows, the `sounddevice` module gets installed with the
native PortAudio libraries included.
For Linux, however, PortAudio must be installed separately.
This is typically done with a command like:
```bash
$ sudo apt install libportaudio2
```
Visit the [sounddevice documentation](https://python-sounddevice.readthedocs.io/)
for details.
# General Usage
```
Usage: bumble-auracast [OPTIONS] COMMAND [ARGS]...
Options:
--help Show this message and exit.
Commands:
assist Scan for broadcasts on behalf of an audio server
pair Pair with an audio server
receive Receive a broadcast source
scan Scan for public broadcasts
transmit Transmit a broadcast source
```
Use `bumble-auracast <command> --help` to get more detailed usage information
for a specific `<command>`.
## `assist`
Act as a broadcast assistant.
Use `bumble-auracast assist --help` for details on the commands and options.
The assistant commands are:
### `monitor-state`
Subscribe to the state characteristic and monitor changes.
### `add-source`
Add a broadcast source. This will instruct the device to start
receiving a broadcast.
### `modify-source`
Modify a broadcast source.
### `remove-source`
Remote a broadcast source.
## `pair`
Pair with a device.
## `receive`
Receive a broadcast source.
The `--output` option specifies where to send the decoded audio samples.
The following outputs are supported:
### Sound Device
The `--output` argument is either `device`, to send the audio to the hosts's default sound device, or `device:<DEVICE_ID>` where `<DEVICE_ID>`
is the integer ID of one of the available sound devices.
When invoked with `--output "device:?"`, a list of available devices and
their IDs is printed out.
### Standard Output
With `--output stdout`, the decoded audio samples are written to the
standard output (currently always as float32 PCM samples)
### FFPlay
With `--output ffplay`, the decoded audio samples are piped to `ffplay`
in a child process. This option is only available if `ffplay` is a command that is available on the host.
### File
With `--output <filename>` or `--output file:<filename>`, the decoded audio
samples are written to a file (currently always as float32 PCM)
## `transmit`
Broadcast an audio source as a transmitter.
The `--input` and `--input-format` options specify what audio input
source to transmit.
The following inputs are supported:
### Sound Device
The `--input` argument is either `device`, to use the host's default sound
device (typically a builtin microphone), or `device:<DEVICE_ID>` where
`<DEVICE_ID>` is the integer ID of one of the available sound devices.
When invoked with `--input "device:?"`, a list of available devices and their
IDs is printed out.
### Standard Input
With `--input stdout`, the audio samples are read from the standard input.
(currently always as int16 PCM).
### File
With `--input <filename>` or `--input file:<filename>`, the audio samples
are read from a .wav or raw PCM file.
Use the `--input-format <FORMAT>` option to specify the format of the audio
samples in raw PCM files. `<FORMAT>` is expressed as:
`<sample-type>,<sample-rate>,<channels>`
(the only supported <sample-type> currently is 'int16le' for 16 bit signed integers with little-endian byte order)
## `scan`
Scan for public broadcasts.
A live display of the available broadcasts is displayed continuously.
# Compatibility With Some Products
The `auracast` app has been tested for compatibility with a few products.
The list is still very limited. Please let us know if there are products
that are not working well, or if there are specific instructions that should
be shared to allow better compatibiity with certain products.
## Transmitters
The `receive` command has been tested to successfully receive broadcasts from
the following transmitters:
* JBL GO 4
* Flairmesh FlooGoo FMA120
* Eppfun AK3040Pro Max
* HIGHGAZE BA-25T
* Nexum Audio VOCE and USB dongle
## Receivers
### Pixel Buds Pro 2
The Pixel Buds Pro 2 can be used as a broadcast receiver, controlled by the
`auracast assist` command, instructing the buds to receive a broadcast.
Use the `assist --command add-source` command to tell the buds to receive a
broadcast.
Use the `assist --command monitor-state` command to monitor the current sync/receive
state of the buds.
### JBL
The JBL GO 4 and other JBL products that support the Auracast feature can be used
as transmitters or receivers.
When running in receiver mode (pressing the Auracast button while not already playing),
the JBL speaker will scan for broadcast advertisements with a specific manufacturer data.
Use the `--manufacturer-data` option of the `transmit` command in order to include data
that will let the speaker recognize the broadcast as a compatible source.
The manufacturer ID for JBL is 87.
Using an option like `--manufacturer-data 87:00000000000000000000000000000000dffd` should work (tested on the
JBL GO 4. The `dffd` value at the end of the payload may be different on other models?).
### Others
* Nexum Audio VOCE and USB dongle
+4 -2
View File
@@ -24,7 +24,7 @@ from bumble.colors import color
from bumble.device import Device from bumble.device import Device
from bumble.transport import open_transport_or_link from bumble.transport import open_transport_or_link
from bumble.core import ( from bumble.core import (
BT_BR_EDR_TRANSPORT, PhysicalTransport,
BT_AVDTP_PROTOCOL_ID, BT_AVDTP_PROTOCOL_ID,
BT_AUDIO_SINK_SERVICE, BT_AUDIO_SINK_SERVICE,
BT_L2CAP_PROTOCOL_ID, BT_L2CAP_PROTOCOL_ID,
@@ -165,7 +165,9 @@ async def main() -> None:
# Connect to a peer # Connect to a peer
target_address = sys.argv[3] target_address = sys.argv[3]
print(f'=== Connecting to {target_address}...') print(f'=== Connecting to {target_address}...')
connection = await device.connect(target_address, transport=BT_BR_EDR_TRANSPORT) connection = await device.connect(
target_address, transport=PhysicalTransport.BR_EDR
)
print(f'=== Connected to {connection.peer_address}!') print(f'=== Connected to {connection.peer_address}!')
# Request authentication # Request authentication
+2 -8
View File
@@ -23,7 +23,7 @@ from typing import Any, Dict
from bumble.device import Device from bumble.device import Device
from bumble.transport import open_transport_or_link from bumble.transport import open_transport_or_link
from bumble.core import BT_BR_EDR_TRANSPORT from bumble.core import PhysicalTransport
from bumble.avdtp import ( from bumble.avdtp import (
AVDTP_AUDIO_MEDIA_TYPE, AVDTP_AUDIO_MEDIA_TYPE,
Protocol, Protocol,
@@ -33,12 +33,6 @@ from bumble.avdtp import (
from bumble.a2dp import ( from bumble.a2dp import (
make_audio_sink_service_sdp_records, make_audio_sink_service_sdp_records,
A2DP_SBC_CODEC_TYPE, A2DP_SBC_CODEC_TYPE,
SBC_MONO_CHANNEL_MODE,
SBC_DUAL_CHANNEL_MODE,
SBC_SNR_ALLOCATION_METHOD,
SBC_LOUDNESS_ALLOCATION_METHOD,
SBC_STEREO_CHANNEL_MODE,
SBC_JOINT_STEREO_CHANNEL_MODE,
SbcMediaCodecInformation, SbcMediaCodecInformation,
) )
@@ -145,7 +139,7 @@ async def main() -> None:
target_address = sys.argv[4] target_address = sys.argv[4]
print(f'=== Connecting to {target_address}...') print(f'=== Connecting to {target_address}...')
connection = await device.connect( connection = await device.connect(
target_address, transport=BT_BR_EDR_TRANSPORT target_address, transport=PhysicalTransport.BR_EDR
) )
print(f'=== Connected to {connection.peer_address}!') print(f'=== Connected to {connection.peer_address}!')
+152 -52
View File
@@ -16,28 +16,43 @@
# Imports # Imports
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
import asyncio import asyncio
import sys
import os
import logging import logging
import os
import sys
from dataclasses import dataclass
from bumble.colors import color import ffmpeg
from bumble.device import Device
from bumble.transport import open_transport_or_link from bumble.a2dp import (
from bumble.core import BT_BR_EDR_TRANSPORT A2DP_MPEG_2_4_AAC_CODEC_TYPE,
A2DP_SBC_CODEC_TYPE,
AacMediaCodecInformation,
AacPacketSource,
SbcMediaCodecInformation,
SbcPacketSource,
make_audio_source_service_sdp_records,
)
from bumble.avdtp import ( from bumble.avdtp import (
find_avdtp_service_with_connection,
AVDTP_AUDIO_MEDIA_TYPE, AVDTP_AUDIO_MEDIA_TYPE,
Listener,
MediaCodecCapabilities, MediaCodecCapabilities,
MediaPacketPump, MediaPacketPump,
Protocol, Protocol,
Listener, find_avdtp_service_with_connection,
)
from bumble.a2dp import (
make_audio_source_service_sdp_records,
A2DP_SBC_CODEC_TYPE,
SbcMediaCodecInformation,
SbcPacketSource,
) )
from bumble.colors import color
from bumble.core import PhysicalTransport
from bumble.device import Device
from bumble.transport import open_transport_or_link
from typing import Dict, Union
@dataclass
class CodecCapabilities:
name: str
sample_rate: str
number_of_channels: str
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
@@ -51,67 +66,147 @@ def sdp_records():
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
def codec_capabilities(): def on_avdtp_connection(
# NOTE: this shouldn't be hardcoded, but should be inferred from the input file read_function, protocol, codec_capabilities: MediaCodecCapabilities
# instead ):
return MediaCodecCapabilities(
media_type=AVDTP_AUDIO_MEDIA_TYPE,
media_codec_type=A2DP_SBC_CODEC_TYPE,
media_codec_information=SbcMediaCodecInformation(
sampling_frequency=SbcMediaCodecInformation.SamplingFrequency.SF_44100,
channel_mode=SbcMediaCodecInformation.ChannelMode.JOINT_STEREO,
block_length=SbcMediaCodecInformation.BlockLength.BL_16,
subbands=SbcMediaCodecInformation.Subbands.S_8,
allocation_method=SbcMediaCodecInformation.AllocationMethod.LOUDNESS,
minimum_bitpool_value=2,
maximum_bitpool_value=53,
),
)
# -----------------------------------------------------------------------------
def on_avdtp_connection(read_function, protocol):
packet_source = SbcPacketSource(read_function, protocol.l2cap_channel.peer_mtu) packet_source = SbcPacketSource(read_function, protocol.l2cap_channel.peer_mtu)
packet_pump = MediaPacketPump(packet_source.packets) packet_pump = MediaPacketPump(packet_source.packets)
protocol.add_source(codec_capabilities(), packet_pump) protocol.add_source(codec_capabilities, packet_pump)
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
async def stream_packets(read_function, protocol): async def stream_packets(
read_function, protocol, codec_capabilities: MediaCodecCapabilities
):
# Discover all endpoints on the remote device # Discover all endpoints on the remote device
endpoints = await protocol.discover_remote_endpoints() endpoints = await protocol.discover_remote_endpoints()
for endpoint in endpoints: for endpoint in endpoints:
print('@@@', endpoint) print('@@@', endpoint)
# Select a sink # Select a sink
assert codec_capabilities.media_codec_type in [
A2DP_SBC_CODEC_TYPE,
A2DP_MPEG_2_4_AAC_CODEC_TYPE,
]
sink = protocol.find_remote_sink_by_codec( sink = protocol.find_remote_sink_by_codec(
AVDTP_AUDIO_MEDIA_TYPE, A2DP_SBC_CODEC_TYPE AVDTP_AUDIO_MEDIA_TYPE, codec_capabilities.media_codec_type
) )
if sink is None: if sink is None:
print(color('!!! no SBC sink found', 'red')) print(color('!!! no Sink found', 'red'))
return return
print(f'### Selected sink: {sink.seid}') print(f'### Selected sink: {sink.seid}')
# Stream the packets # Stream the packets
packet_source = SbcPacketSource(read_function, protocol.l2cap_channel.peer_mtu) packet_sources = {
packet_pump = MediaPacketPump(packet_source.packets) A2DP_SBC_CODEC_TYPE: SbcPacketSource(
source = protocol.add_source(codec_capabilities(), packet_pump) read_function, protocol.l2cap_channel.peer_mtu
),
A2DP_MPEG_2_4_AAC_CODEC_TYPE: AacPacketSource(
read_function, protocol.l2cap_channel.peer_mtu
),
}
packet_source = packet_sources[codec_capabilities.media_codec_type]
packet_pump = MediaPacketPump(packet_source.packets) # type: ignore
source = protocol.add_source(codec_capabilities, packet_pump)
stream = await protocol.create_stream(source, sink) stream = await protocol.create_stream(source, sink)
await stream.start() await stream.start()
await asyncio.sleep(5) await asyncio.sleep(60)
await stream.stop()
await asyncio.sleep(5)
await stream.start()
await asyncio.sleep(5)
await stream.stop() await stream.stop()
await stream.close() await stream.close()
# -----------------------------------------------------------------------------
def fetch_codec_informations(filepath) -> MediaCodecCapabilities:
probe = ffmpeg.probe(filepath)
assert 'streams' in probe
streams = probe['streams']
if not streams or len(streams) > 1:
print(streams)
print(color('!!! file not supported', 'red'))
exit()
audio_stream = streams[0]
media_codec_type = None
media_codec_information: Union[
SbcMediaCodecInformation, AacMediaCodecInformation, None
] = None
assert 'codec_name' in audio_stream
codec_name: str = audio_stream['codec_name']
if codec_name == "sbc":
media_codec_type = A2DP_SBC_CODEC_TYPE
sbc_sampling_frequency: Dict[
str, SbcMediaCodecInformation.SamplingFrequency
] = {
'16000': SbcMediaCodecInformation.SamplingFrequency.SF_16000,
'32000': SbcMediaCodecInformation.SamplingFrequency.SF_32000,
'44100': SbcMediaCodecInformation.SamplingFrequency.SF_44100,
'48000': SbcMediaCodecInformation.SamplingFrequency.SF_48000,
}
sbc_channel_mode: Dict[int, SbcMediaCodecInformation.ChannelMode] = {
1: SbcMediaCodecInformation.ChannelMode.MONO,
2: SbcMediaCodecInformation.ChannelMode.JOINT_STEREO,
}
assert 'sample_rate' in audio_stream
assert 'channels' in audio_stream
media_codec_information = SbcMediaCodecInformation(
sampling_frequency=sbc_sampling_frequency[audio_stream['sample_rate']],
channel_mode=sbc_channel_mode[audio_stream['channels']],
block_length=SbcMediaCodecInformation.BlockLength.BL_16,
subbands=SbcMediaCodecInformation.Subbands.S_8,
allocation_method=SbcMediaCodecInformation.AllocationMethod.LOUDNESS,
minimum_bitpool_value=2,
maximum_bitpool_value=53,
)
elif codec_name == "aac":
media_codec_type = A2DP_MPEG_2_4_AAC_CODEC_TYPE
object_type: Dict[str, AacMediaCodecInformation.ObjectType] = {
'LC': AacMediaCodecInformation.ObjectType.MPEG_2_AAC_LC,
'LTP': AacMediaCodecInformation.ObjectType.MPEG_4_AAC_LTP,
'SSR': AacMediaCodecInformation.ObjectType.MPEG_4_AAC_SCALABLE,
}
aac_sampling_frequency: Dict[
str, AacMediaCodecInformation.SamplingFrequency
] = {
'44100': AacMediaCodecInformation.SamplingFrequency.SF_44100,
'48000': AacMediaCodecInformation.SamplingFrequency.SF_48000,
}
aac_channel_mode: Dict[int, AacMediaCodecInformation.Channels] = {
1: AacMediaCodecInformation.Channels.MONO,
2: AacMediaCodecInformation.Channels.STEREO,
}
assert 'profile' in audio_stream
assert 'sample_rate' in audio_stream
assert 'channels' in audio_stream
media_codec_information = AacMediaCodecInformation(
object_type=object_type[audio_stream['profile']],
sampling_frequency=aac_sampling_frequency[audio_stream['sample_rate']],
channels=aac_channel_mode[audio_stream['channels']],
vbr=1,
bitrate=128000,
)
else:
print(color('!!! codec not supported, only aac & sbc are supported', 'red'))
exit()
assert media_codec_type is not None
assert media_codec_information is not None
return MediaCodecCapabilities(
media_type=AVDTP_AUDIO_MEDIA_TYPE,
media_codec_type=media_codec_type,
media_codec_information=media_codec_information,
)
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
async def main() -> None: async def main() -> None:
if len(sys.argv) < 4: if len(sys.argv) < 4:
print( print(
'Usage: run_a2dp_source.py <device-config> <transport-spec> <sbc-file> ' 'Usage: run_a2dp_source.py <device-config> <transport-spec> <audio-file> '
'[<bluetooth-address>]' '[<bluetooth-address>]'
) )
print( print(
@@ -135,18 +230,20 @@ async def main() -> None:
# Start # Start
await device.power_on() await device.power_on()
with open(sys.argv[3], 'rb') as sbc_file: with open(sys.argv[3], 'rb') as audio_file:
# NOTE: this should be using asyncio file reading, but blocking reads are # NOTE: this should be using asyncio file reading, but blocking reads are
# good enough for testing # good enough for testing
async def read(byte_count): async def read(byte_count):
return sbc_file.read(byte_count) return audio_file.read(byte_count)
codec_capabilities = fetch_codec_informations(sys.argv[3])
if len(sys.argv) > 4: if len(sys.argv) > 4:
# Connect to a peer # Connect to a peer
target_address = sys.argv[4] target_address = sys.argv[4]
print(f'=== Connecting to {target_address}...') print(f'=== Connecting to {target_address}...')
connection = await device.connect( connection = await device.connect(
target_address, transport=BT_BR_EDR_TRANSPORT target_address, transport=PhysicalTransport.BR_EDR
) )
print(f'=== Connected to {connection.peer_address}!') print(f'=== Connected to {connection.peer_address}!')
@@ -170,12 +267,15 @@ async def main() -> None:
protocol = await Protocol.connect(connection, avdtp_version) protocol = await Protocol.connect(connection, avdtp_version)
# Start streaming # Start streaming
await stream_packets(read, protocol) await stream_packets(read, protocol, codec_capabilities)
else: else:
# Create a listener to wait for AVDTP connections # Create a listener to wait for AVDTP connections
listener = Listener.for_device(device=device, version=(1, 2)) listener = Listener.for_device(device=device, version=(1, 2))
listener.on( listener.on(
'connection', lambda protocol: on_avdtp_connection(read, protocol) 'connection',
lambda protocol: on_avdtp_connection(
read, protocol, codec_capabilities
),
) )
# Become connectable and wait for a connection # Become connectable and wait for a connection
+215
View File
@@ -0,0 +1,215 @@
# Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# -----------------------------------------------------------------------------
# Imports
# -----------------------------------------------------------------------------
import asyncio
import sys
import os
import logging
from bumble.colors import color
from bumble.device import Device, Peer
from bumble.transport import open_transport
from bumble.profiles.ancs import (
AncsClient,
AppAttribute,
AppAttributeId,
EventFlags,
EventId,
Notification,
NotificationAttributeId,
)
# -----------------------------------------------------------------------------
_cached_app_names: dict[str, str] = {}
_notification_queue = asyncio.Queue[Notification]()
async def process_notifications(ancs_client: AncsClient):
while True:
notification = await _notification_queue.get()
prefix = " "
if notification.event_id == EventId.NOTIFICATION_ADDED:
print_color = "green"
if notification.event_flags & EventFlags.PRE_EXISTING:
prefix = " Existing "
else:
prefix = " New "
elif notification.event_id == EventId.NOTIFICATION_REMOVED:
print_color = "red"
elif notification.event_id == EventId.NOTIFICATION_MODIFIED:
print_color = "yellow"
else:
print_color = "white"
print(
color(
(
f"[{notification.event_id.name}]{prefix}Notification "
f"({notification.notification_uid}):"
),
print_color,
)
)
print(color(" Event ID: ", "yellow"), notification.event_id.name)
print(color(" Event Flags: ", "yellow"), notification.event_flags.name)
print(color(" Category ID: ", "yellow"), notification.category_id.name)
print(color(" Category Count:", "yellow"), notification.category_count)
if notification.event_id not in (
EventId.NOTIFICATION_ADDED,
EventId.NOTIFICATION_MODIFIED,
):
continue
requested_attributes = [
NotificationAttributeId.APP_IDENTIFIER,
NotificationAttributeId.TITLE,
NotificationAttributeId.SUBTITLE,
NotificationAttributeId.MESSAGE,
NotificationAttributeId.DATE,
]
if notification.event_flags & EventFlags.NEGATIVE_ACTION:
requested_attributes.append(NotificationAttributeId.NEGATIVE_ACTION_LABEL)
if notification.event_flags & EventFlags.POSITIVE_ACTION:
requested_attributes.append(NotificationAttributeId.POSITIVE_ACTION_LABEL)
attributes = await ancs_client.get_notification_attributes(
notification.notification_uid, requested_attributes
)
max_attribute_name_width = max(
(len(attribute.attribute_id.name) for attribute in attributes)
)
app_identifier = str(
next(
(
attribute.value
for attribute in attributes
if attribute.attribute_id == NotificationAttributeId.APP_IDENTIFIER
)
)
)
if app_identifier not in _cached_app_names:
app_attributes = await ancs_client.get_app_attributes(
app_identifier, [AppAttributeId.DISPLAY_NAME]
)
_cached_app_names[app_identifier] = app_attributes[0].value
app_name = _cached_app_names[app_identifier]
for attribute in attributes:
padding = ' ' * (
max_attribute_name_width - len(attribute.attribute_id.name)
)
suffix = (
f" ({app_name})"
if attribute.attribute_id == NotificationAttributeId.APP_IDENTIFIER
else ""
)
print(
color(f" {attribute.attribute_id.name}:{padding}", "blue"),
f"{attribute.value}{suffix}",
)
print()
def on_ancs_notification(notification: Notification) -> None:
_notification_queue.put_nowait(notification)
async def handle_command_client(
ancs_client: AncsClient, reader: asyncio.StreamReader, writer: asyncio.StreamWriter
) -> None:
while True:
command = (await reader.readline()).decode("utf-8").strip()
try:
command_name, command_args = command.split(" ", 1)
if command_name == "+":
notification_uid = int(command_args)
await ancs_client.perform_positive_action(notification_uid)
elif command_name == "-":
notification_uid = int(command_args)
await ancs_client.perform_negative_action(notification_uid)
else:
writer.write(f"unknown command {command_name}".encode("utf-8"))
except Exception as error:
writer.write(f"ERROR: {error}\n".encode("utf-8"))
# -----------------------------------------------------------------------------
async def main() -> None:
if len(sys.argv) < 3:
print(
'Usage: run_ancs_client.py <device-config> <transport-spec> '
'<bluetooth-address> <mtu>'
)
print('example: run_ancs_client.py device1.json usb:0 E1:CA:72:48:C4:E8 512')
return
device_config, transport_spec, bluetooth_address, mtu = sys.argv[1:]
print('<<< connecting to HCI...')
async with await open_transport(transport_spec) as hci_transport:
print('<<< connected')
# Create a device to manage the host, with a custom listener
device = Device.from_config_file_with_hci(
device_config, hci_transport.source, hci_transport.sink
)
await device.power_on()
# Connect to the peer
print(f'=== Connecting to {bluetooth_address}...')
connection = await device.connect(bluetooth_address)
print(f'=== Connected: {connection}')
await connection.encrypt()
peer = Peer(connection)
mtu_int = int(mtu)
if mtu_int:
new_mtu = await peer.request_mtu(mtu_int)
print(f'ATT MTU = {new_mtu}')
ancs_client = await AncsClient.for_peer(peer)
if ancs_client is None:
print("!!! no ANCS service found")
return
await ancs_client.start()
print('Subscribing to updates')
ancs_client.on("notification", on_ancs_notification)
# Process all notifications in a task.
notification_processing_task = asyncio.create_task(
process_notifications(ancs_client)
)
# Accept a TCP connection to handle commands.
tcp_server = await asyncio.start_server(
lambda reader, writer: handle_command_client(ancs_client, reader, writer),
'127.0.0.1',
9000,
)
print("Accepting command client on port 9000")
async with tcp_server:
await tcp_server.serve_forever()
# -----------------------------------------------------------------------------
logging.basicConfig(level=os.environ.get('BUMBLE_LOGLEVEL', 'INFO').upper())
asyncio.run(main())
+2 -2
View File
@@ -25,7 +25,7 @@ import websockets
from bumble.device import Device from bumble.device import Device
from bumble.transport import open_transport_or_link from bumble.transport import open_transport_or_link
from bumble.core import BT_BR_EDR_TRANSPORT from bumble.core import PhysicalTransport
from bumble import avc from bumble import avc
from bumble import avrcp from bumble import avrcp
from bumble import avdtp from bumble import avdtp
@@ -379,7 +379,7 @@ async def main() -> None:
target_address = sys.argv[4] target_address = sys.argv[4]
print(f'=== Connecting to {target_address}...') print(f'=== Connecting to {target_address}...')
connection = await device.connect( connection = await device.connect(
target_address, transport=BT_BR_EDR_TRANSPORT target_address, transport=PhysicalTransport.BR_EDR
) )
print(f'=== Connected to {connection.peer_address}!') print(f'=== Connected to {connection.peer_address}!')
+1 -1
View File
@@ -112,7 +112,7 @@ async def main() -> None:
print(f'<<< Connecting to {target_address}') print(f'<<< Connecting to {target_address}')
connection = await device.connect( connection = await device.connect(
target_address, transport=core.BT_LE_TRANSPORT target_address, transport=core.PhysicalTransport.LE
) )
print('<<< ACL Connected') print('<<< ACL Connected')
if not (await device.get_long_term_key(connection.handle, b'', 0)): if not (await device.get_long_term_key(connection.handle, b'', 0)):
+5 -7
View File
@@ -19,12 +19,8 @@ import asyncio
import logging import logging
import sys import sys
import os import os
from bumble.device import ( from bumble import utils
Device, from bumble.device import Device, Connection
Connection,
AdvertisingParameters,
AdvertisingEventProperties,
)
from bumble.hci import ( from bumble.hci import (
OwnAddressType, OwnAddressType,
) )
@@ -79,7 +75,9 @@ async def main() -> None:
def on_cis_request( def on_cis_request(
connection: Connection, cis_handle: int, _cig_id: int, _cis_id: int connection: Connection, cis_handle: int, _cig_id: int, _cis_id: int
): ):
connection.abort_on('disconnection', devices[0].accept_cis_request(cis_handle)) utils.cancel_on_event(
connection, 'disconnection', devices[0].accept_cis_request(cis_handle)
)
devices[0].on('cis_request', on_cis_request) devices[0].on('cis_request', on_cis_request)
+2 -2
View File
@@ -23,7 +23,7 @@ from bumble.colors import color
from bumble.device import Device from bumble.device import Device
from bumble.transport import open_transport_or_link from bumble.transport import open_transport_or_link
from bumble.core import BT_BR_EDR_TRANSPORT, BT_L2CAP_PROTOCOL_ID, CommandTimeoutError from bumble.core import PhysicalTransport, BT_L2CAP_PROTOCOL_ID, CommandTimeoutError
from bumble.sdp import ( from bumble.sdp import (
Client as SDP_Client, Client as SDP_Client,
SDP_PUBLIC_BROWSE_ROOT, SDP_PUBLIC_BROWSE_ROOT,
@@ -57,7 +57,7 @@ async def main() -> None:
print(f'=== Connecting to {target_address}...') print(f'=== Connecting to {target_address}...')
try: try:
connection = await device.connect( connection = await device.connect(
target_address, transport=BT_BR_EDR_TRANSPORT target_address, transport=PhysicalTransport.BR_EDR
) )
except CommandTimeoutError: except CommandTimeoutError:
print('!!! Connection timed out') print('!!! Connection timed out')
+4 -3
View File
@@ -16,11 +16,10 @@
# Imports # Imports
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
import asyncio import asyncio
import dataclasses
import logging import logging
import sys import sys
import os import os
from bumble.core import BT_BR_EDR_TRANSPORT from bumble.core import PhysicalTransport
from bumble.device import Device, ScoLink from bumble.device import Device, ScoLink
from bumble.hci import HCI_Enhanced_Setup_Synchronous_Connection_Command from bumble.hci import HCI_Enhanced_Setup_Synchronous_Connection_Command
from bumble.hfp import DefaultCodecParameters, ESCO_PARAMETERS from bumble.hfp import DefaultCodecParameters, ESCO_PARAMETERS
@@ -61,7 +60,9 @@ async def main() -> None:
connections = await asyncio.gather( connections = await asyncio.gather(
devices[0].accept(devices[1].public_address), devices[0].accept(devices[1].public_address),
devices[1].connect(devices[0].public_address, transport=BT_BR_EDR_TRANSPORT), devices[1].connect(
devices[0].public_address, transport=PhysicalTransport.BR_EDR
),
) )
def on_sco(sco_link: ScoLink): def on_sco(sco_link: ScoLink):
+2 -4
View File
@@ -28,9 +28,7 @@ import websockets
import bumble.core import bumble.core
from bumble.device import Device, ScoLink from bumble.device import Device, ScoLink
from bumble.transport import open_transport_or_link from bumble.transport import open_transport_or_link
from bumble.core import ( from bumble.core import PhysicalTransport
BT_BR_EDR_TRANSPORT,
)
from bumble import hci, rfcomm, hfp from bumble import hci, rfcomm, hfp
@@ -234,7 +232,7 @@ async def main() -> None:
target_address = sys.argv[3] target_address = sys.argv[3]
print(f'=== Connecting to {target_address}...') print(f'=== Connecting to {target_address}...')
connection = await device.connect( connection = await device.connect(
target_address, transport=BT_BR_EDR_TRANSPORT target_address, transport=PhysicalTransport.BR_EDR
) )
print(f'=== Connected to {connection.peer_address}!') print(f'=== Connected to {connection.peer_address}!')
+3 -1
View File
@@ -25,6 +25,7 @@ import websockets
import functools import functools
from typing import Optional from typing import Optional
from bumble import utils
from bumble import rfcomm from bumble import rfcomm
from bumble import hci from bumble import hci
from bumble.device import Device, Connection from bumble.device import Device, Connection
@@ -60,7 +61,8 @@ def on_dlc(dlc: rfcomm.DLC, configuration: hfp.HfConfiguration):
else: else:
raise RuntimeError("unknown active codec") raise RuntimeError("unknown active codec")
connection.abort_on( utils.cancel_on_event(
connection,
'disconnection', 'disconnection',
connection.device.send_command( connection.device.send_command(
hci.HCI_Enhanced_Accept_Synchronous_Connection_Request_Command( hci.HCI_Enhanced_Accept_Synchronous_Connection_Request_Command(
+2 -2
View File
@@ -26,7 +26,7 @@ import struct
from bumble.device import Device from bumble.device import Device
from bumble.transport import open_transport_or_link from bumble.transport import open_transport_or_link
from bumble.core import ( from bumble.core import (
BT_BR_EDR_TRANSPORT, PhysicalTransport,
BT_L2CAP_PROTOCOL_ID, BT_L2CAP_PROTOCOL_ID,
BT_HUMAN_INTERFACE_DEVICE_SERVICE, BT_HUMAN_INTERFACE_DEVICE_SERVICE,
BT_HIDP_PROTOCOL_ID, BT_HIDP_PROTOCOL_ID,
@@ -721,7 +721,7 @@ async def main() -> None:
elif choice == '9': elif choice == '9':
hid_host_bd_addr = str(hid_device.remote_device_bd_address) hid_host_bd_addr = str(hid_device.remote_device_bd_address)
connection = await device.connect( connection = await device.connect(
hid_host_bd_addr, transport=BT_BR_EDR_TRANSPORT hid_host_bd_addr, transport=PhysicalTransport.BR_EDR
) )
await connection.authenticate() await connection.authenticate()
await connection.encrypt() await connection.encrypt()
+7 -5
View File
@@ -26,7 +26,7 @@ from bumble.device import Device
from bumble.transport import open_transport_or_link from bumble.transport import open_transport_or_link
from bumble.core import ( from bumble.core import (
BT_HUMAN_INTERFACE_DEVICE_SERVICE, BT_HUMAN_INTERFACE_DEVICE_SERVICE,
BT_BR_EDR_TRANSPORT, PhysicalTransport,
) )
from bumble.hci import Address from bumble.hci import Address
from bumble.hid import Host, Message from bumble.hid import Host, Message
@@ -349,7 +349,9 @@ async def main() -> None:
# Connect to a peer # Connect to a peer
target_address = sys.argv[3] target_address = sys.argv[3]
print(f'=== Connecting to {target_address}...') print(f'=== Connecting to {target_address}...')
connection = await device.connect(target_address, transport=BT_BR_EDR_TRANSPORT) connection = await device.connect(
target_address, transport=PhysicalTransport.BR_EDR
)
print(f'=== Connected to {connection.peer_address}!') print(f'=== Connected to {connection.peer_address}!')
# Request authentication # Request authentication
@@ -519,10 +521,10 @@ async def main() -> None:
elif choice == '13': elif choice == '13':
peer_address = Address.from_string_for_transport( peer_address = Address.from_string_for_transport(
target_address, transport=BT_BR_EDR_TRANSPORT target_address, transport=PhysicalTransport.BR_EDR
) )
connection = device.find_connection_by_bd_addr( connection = device.find_connection_by_bd_addr(
peer_address, transport=BT_BR_EDR_TRANSPORT peer_address, transport=PhysicalTransport.BR_EDR
) )
if connection is not None: if connection is not None:
await connection.disconnect() await connection.disconnect()
@@ -538,7 +540,7 @@ async def main() -> None:
elif choice == '15': elif choice == '15':
connection = await device.connect( connection = await device.connect(
target_address, transport=BT_BR_EDR_TRANSPORT target_address, transport=PhysicalTransport.BR_EDR
) )
await connection.authenticate() await connection.authenticate()
await connection.encrypt() await connection.encrypt()
+2 -1
View File
@@ -22,6 +22,7 @@ import os
import websockets import websockets
import json import json
from bumble import utils
from bumble.core import AdvertisingData from bumble.core import AdvertisingData
from bumble.device import ( from bumble.device import (
Device, Device,
@@ -169,7 +170,7 @@ async def main() -> None:
mcp.on('track_position', on_track_position) mcp.on('track_position', on_track_position)
await mcp.subscribe_characteristics() await mcp.subscribe_characteristics()
connection.abort_on('disconnection', on_connection_async()) utils.cancel_on_event(connection, 'disconnection', on_connection_async())
device.on('connection', on_connection) device.on('connection', on_connection)
+4 -2
View File
@@ -28,7 +28,7 @@ from bumble.transport import open_transport_or_link
from bumble.core import ( from bumble.core import (
BT_L2CAP_PROTOCOL_ID, BT_L2CAP_PROTOCOL_ID,
BT_RFCOMM_PROTOCOL_ID, BT_RFCOMM_PROTOCOL_ID,
BT_BR_EDR_TRANSPORT, PhysicalTransport,
) )
from bumble.rfcomm import Client from bumble.rfcomm import Client
from bumble.sdp import ( from bumble.sdp import (
@@ -191,7 +191,9 @@ async def main() -> None:
# Connect to a peer # Connect to a peer
target_address = sys.argv[3] target_address = sys.argv[3]
print(f'=== Connecting to {target_address}...') print(f'=== Connecting to {target_address}...')
connection = await device.connect(target_address, transport=BT_BR_EDR_TRANSPORT) connection = await device.connect(
target_address, transport=PhysicalTransport.BR_EDR
)
print(f'=== Connected to {connection.peer_address}!') print(f'=== Connected to {connection.peer_address}!')
channel_str = sys.argv[4] channel_str = sys.argv[4]
+1 -6
View File
@@ -1,12 +1,7 @@
*.iml *.iml
.gradle .gradle
/local.properties /local.properties
/.idea/caches .idea/
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
.DS_Store .DS_Store
/build /build
/captures /captures
@@ -5,6 +5,7 @@
<!-- Request legacy Bluetooth permissions on older devices. --> <!-- Request legacy Bluetooth permissions on older devices. -->
<uses-permission android:name="android.permission.BLUETOOTH" android:maxSdkVersion="30" /> <uses-permission android:name="android.permission.BLUETOOTH" android:maxSdkVersion="30" />
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" android:maxSdkVersion="30" /> <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" android:maxSdkVersion="30" />
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
<uses-permission android:name="android.permission.BLUETOOTH_SCAN" android:usesPermissionFlags="neverForLocation"/> <uses-permission android:name="android.permission.BLUETOOTH_SCAN" android:usesPermissionFlags="neverForLocation"/>
<uses-permission android:name="android.permission.BLUETOOTH_ADVERTISE" /> <uses-permission android:name="android.permission.BLUETOOTH_ADVERTISE" />
@@ -6,13 +6,14 @@ import android.bluetooth.le.AdvertiseCallback
import android.bluetooth.le.AdvertiseData import android.bluetooth.le.AdvertiseData
import android.bluetooth.le.AdvertiseSettings import android.bluetooth.le.AdvertiseSettings
import android.bluetooth.le.AdvertiseSettings.ADVERTISE_MODE_LOW_LATENCY import android.bluetooth.le.AdvertiseSettings.ADVERTISE_MODE_LOW_LATENCY
import android.os.Build import androidx.annotation.RequiresApi
import java.util.logging.Logger import java.util.logging.Logger
private val Log = Logger.getLogger("btbench.advertiser") private val Log = Logger.getLogger("btbench.advertiser")
class Advertiser(private val bluetoothAdapter: BluetoothAdapter) : AdvertiseCallback() { class Advertiser(private val bluetoothAdapter: BluetoothAdapter) : AdvertiseCallback() {
@SuppressLint("MissingPermission") @SuppressLint("MissingPermission")
@RequiresApi(34)
fun start() { fun start() {
val advertiseSettingsBuilder = AdvertiseSettings.Builder() val advertiseSettingsBuilder = AdvertiseSettings.Builder()
.setAdvertiseMode(ADVERTISE_MODE_LOW_LATENCY) .setAdvertiseMode(ADVERTISE_MODE_LOW_LATENCY)
@@ -26,6 +27,7 @@ class Advertiser(private val bluetoothAdapter: BluetoothAdapter) : AdvertiseCall
@SuppressLint("MissingPermission") @SuppressLint("MissingPermission")
fun stop() { fun stop() {
Log.info("stopping advertiser")
bluetoothAdapter.bluetoothLeAdvertiser.stopAdvertising(this) bluetoothAdapter.bluetoothLeAdvertiser.stopAdvertising(this)
} }
@@ -26,6 +26,8 @@ import android.bluetooth.BluetoothGattService
import android.bluetooth.BluetoothManager import android.bluetooth.BluetoothManager
import android.bluetooth.BluetoothStatusCodes import android.bluetooth.BluetoothStatusCodes
import android.content.Context import android.content.Context
import android.os.Build
import androidx.annotation.RequiresApi
import androidx.core.content.ContextCompat import androidx.core.content.ContextCompat
import java.io.IOException import java.io.IOException
import java.util.concurrent.CountDownLatch import java.util.concurrent.CountDownLatch
@@ -174,6 +176,7 @@ class GattServer(
} }
} }
@RequiresApi(Build.VERSION_CODES.UPSIDE_DOWN_CAKE)
override fun run() { override fun run() {
viewModel.running = true viewModel.running = true
@@ -16,14 +16,9 @@ package com.github.google.bumble.btbench
import android.annotation.SuppressLint import android.annotation.SuppressLint
import android.bluetooth.BluetoothAdapter import android.bluetooth.BluetoothAdapter
import android.bluetooth.le.AdvertiseCallback
import android.bluetooth.le.AdvertiseData
import android.bluetooth.le.AdvertiseSettings
import android.bluetooth.le.AdvertiseSettings.ADVERTISE_MODE_LOW_LATENCY
import android.os.Build import android.os.Build
import java.io.IOException import androidx.annotation.RequiresApi
import java.util.logging.Logger import java.util.logging.Logger
import kotlin.concurrent.thread
private val Log = Logger.getLogger("btbench.l2cap-server") private val Log = Logger.getLogger("btbench.l2cap-server")
@@ -34,6 +29,7 @@ class L2capServer(
) : Mode { ) : Mode {
private var socketServer: SocketServer? = null private var socketServer: SocketServer? = null
@RequiresApi(Build.VERSION_CODES.UPSIDE_DOWN_CAKE)
@SuppressLint("MissingPermission") @SuppressLint("MissingPermission")
override fun run() { override fun run() {
// Advertise so that the peer can find us and connect. // Advertise so that the peer can find us and connect.
@@ -381,7 +381,7 @@ fun MainView(
label = { label = {
Text(text = "Packet Interval (ms)") Text(text = "Packet Interval (ms)")
}, },
value = appViewModel.senderPacketInterval.toString(), value = (if (appViewModel.senderPacketInterval != 0) appViewModel.senderPacketInterval else "").toString(),
modifier = Modifier modifier = Modifier
.fillMaxWidth() .fillMaxWidth()
.focusRequester(focusRequester), .focusRequester(focusRequester),
@@ -389,7 +389,9 @@ fun MainView(
keyboardType = KeyboardType.Number, imeAction = ImeAction.Done keyboardType = KeyboardType.Number, imeAction = ImeAction.Done
), ),
onValueChange = { onValueChange = {
if (it.isNotEmpty()) { if (it.isEmpty()) {
appViewModel.updateSenderPacketInterval(0)
} else {
val interval = it.toIntOrNull() val interval = it.toIntOrNull()
if (interval != null) { if (interval != null) {
appViewModel.updateSenderPacketInterval(interval) appViewModel.updateSenderPacketInterval(interval)
@@ -27,8 +27,8 @@ val DEFAULT_RFCOMM_UUID: UUID = UUID.fromString("E6D55659-C8B4-4B85-96BB-B1143AF
const val DEFAULT_PEER_BLUETOOTH_ADDRESS = "AA:BB:CC:DD:EE:FF" const val DEFAULT_PEER_BLUETOOTH_ADDRESS = "AA:BB:CC:DD:EE:FF"
const val DEFAULT_STARTUP_DELAY = 3000 const val DEFAULT_STARTUP_DELAY = 3000
const val DEFAULT_SENDER_PACKET_COUNT = 100 const val DEFAULT_SENDER_PACKET_COUNT = 100
const val DEFAULT_SENDER_PACKET_SIZE = 1024 const val DEFAULT_SENDER_PACKET_SIZE = 970 // 970 is a value that works well on Android.
const val DEFAULT_SENDER_PACKET_INTERVAL = 100 const val DEFAULT_SENDER_PACKET_INTERVAL = 0
const val DEFAULT_PSM = 128 const val DEFAULT_PSM = 128
const val L2CAP_CLIENT_MODE = "L2CAP Client" const val L2CAP_CLIENT_MODE = "L2CAP Client"
@@ -192,7 +192,6 @@ class AppViewModel : ViewModel() {
} else if (senderPacketSizeSlider < 0.5F) { } else if (senderPacketSizeSlider < 0.5F) {
512 512
} else if (senderPacketSizeSlider < 0.7F) { } else if (senderPacketSizeSlider < 0.7F) {
// 970 is a value that works well on Android.
970 970
} else if (senderPacketSizeSlider < 0.9F) { } else if (senderPacketSizeSlider < 0.9F) {
2048 2048
+10 -3
View File
@@ -13,11 +13,11 @@ dependencies = [
"aiohttp ~= 3.8; platform_system!='Emscripten'", "aiohttp ~= 3.8; platform_system!='Emscripten'",
"appdirs >= 1.4; platform_system!='Emscripten'", "appdirs >= 1.4; platform_system!='Emscripten'",
"click >= 8.1.3; platform_system!='Emscripten'", "click >= 8.1.3; platform_system!='Emscripten'",
"cryptography >= 39; platform_system!='Emscripten'", "cryptography >= 44.0.3; platform_system!='Emscripten'",
# Pyodide bundles a version of cryptography that is built for wasm, which may not match the # Pyodide bundles a version of cryptography that is built for wasm, which may not match the
# versions available on PyPI. Relax the version requirement since it's better than being # versions available on PyPI. Relax the version requirement since it's better than being
# completely unable to import the package in case of version mismatch. # completely unable to import the package in case of version mismatch.
"cryptography >= 39.0; platform_system=='Emscripten'", "cryptography >= 44.0.3; platform_system=='Emscripten'",
"grpcio >= 1.62.1; platform_system!='Emscripten'", "grpcio >= 1.62.1; platform_system!='Emscripten'",
"humanize >= 4.6.0; platform_system!='Emscripten'", "humanize >= 4.6.0; platform_system!='Emscripten'",
"libusb1 >= 2.0.1; platform_system!='Emscripten'", "libusb1 >= 2.0.1; platform_system!='Emscripten'",
@@ -26,7 +26,7 @@ dependencies = [
"prompt_toolkit >= 3.0.16; platform_system!='Emscripten'", "prompt_toolkit >= 3.0.16; platform_system!='Emscripten'",
"prettytable >= 3.6.0; platform_system!='Emscripten'", "prettytable >= 3.6.0; platform_system!='Emscripten'",
"protobuf >= 3.12.4; platform_system!='Emscripten'", "protobuf >= 3.12.4; platform_system!='Emscripten'",
"pyee >= 8.2.2", "pyee >= 13.0.0",
"pyserial-asyncio >= 0.5; platform_system!='Emscripten'", "pyserial-asyncio >= 0.5; platform_system!='Emscripten'",
"pyserial >= 3.5; platform_system!='Emscripten'", "pyserial >= 3.5; platform_system!='Emscripten'",
"pyusb >= 1.2; platform_system!='Emscripten'", "pyusb >= 1.2; platform_system!='Emscripten'",
@@ -55,6 +55,9 @@ development = [
"types-invoke >= 1.7.3", "types-invoke >= 1.7.3",
"types-protobuf >= 4.21.0", "types-protobuf >= 4.21.0",
] ]
examples = [
"ffmpeg-python == 0.2.0",
]
avatar = [ avatar = [
"pandora-avatar == 0.0.10", "pandora-avatar == 0.0.10",
"rootcanal == 1.11.1 ; python_version>='3.10'", "rootcanal == 1.11.1 ; python_version>='3.10'",
@@ -184,6 +187,10 @@ ignore_missing_imports = true
module = "construct.*" module = "construct.*"
ignore_missing_imports = true ignore_missing_imports = true
[[tool.mypy.overrides]]
module = "ffmpeg.*"
ignore_missing_imports = true
[[tool.mypy.overrides]] [[tool.mypy.overrides]]
module = "grpc.*" module = "grpc.*"
ignore_missing_imports = true ignore_missing_imports = true
+3 -3
View File
@@ -21,7 +21,7 @@ import os
import pytest import pytest
from bumble.controller import Controller from bumble.controller import Controller
from bumble.core import BT_BR_EDR_TRANSPORT from bumble.core import PhysicalTransport
from bumble.link import LocalLink from bumble.link import LocalLink
from bumble.device import Device from bumble.device import Device
from bumble.host import Host from bumble.host import Host
@@ -106,7 +106,7 @@ async def test_self_connection():
# Connect the two devices # Connect the two devices
await asyncio.gather( await asyncio.gather(
two_devices.devices[0].connect( two_devices.devices[0].connect(
two_devices.devices[1].public_address, transport=BT_BR_EDR_TRANSPORT two_devices.devices[1].public_address, transport=PhysicalTransport.BR_EDR
), ),
two_devices.devices[1].accept(two_devices.devices[0].public_address), two_devices.devices[1].accept(two_devices.devices[0].public_address),
) )
@@ -190,7 +190,7 @@ async def test_source_sink_1():
async def make_connection(): async def make_connection():
connections = await asyncio.gather( connections = await asyncio.gather(
two_devices.devices[0].connect( two_devices.devices[0].connect(
two_devices.devices[1].public_address, BT_BR_EDR_TRANSPORT two_devices.devices[1].public_address, PhysicalTransport.BR_EDR
), ),
two_devices.devices[1].accept(two_devices.devices[0].public_address), two_devices.devices[1].accept(two_devices.devices[0].public_address),
) )
+1 -1
View File
@@ -70,7 +70,7 @@ class TwoDevices:
self.connections = await asyncio.gather( self.connections = await asyncio.gather(
self.devices[0].connect( self.devices[0].connect(
self.devices[1].public_address, core.BT_BR_EDR_TRANSPORT self.devices[1].public_address, core.PhysicalTransport.BR_EDR
), ),
self.devices[1].accept(self.devices[0].public_address), self.devices[1].accept(self.devices[0].public_address),
) )

Some files were not shown because too many files have changed in this diff Show More