Gilles Boccon-Gibod
1e95e19f16
tighten type bounds
2025-06-10 13:31:56 -04:00
Gilles Boccon-Gibod
8137caf37b
use cancel_on_disconnection helper
2025-06-10 13:28:08 -04:00
Gilles Boccon-Gibod
39518c89f5
fix imports
2025-06-09 12:24:09 -04:00
Gilles Boccon-Gibod
d631156f6c
add passkey delegate
2025-06-09 12:20:06 -04:00
Josh Wu
8a0cd5d0d1
Replace deprecated typing aliases
2025-06-07 23:39:35 +08:00
zxzxwu
3a64772cc5
Merge pull request #688 from zxzxwu/hci2
...
Dataclass-based ASCS Packets
2025-06-05 20:59:06 +08:00
zxzxwu
1ecfb78d94
Dataclass-based packets
2025-06-05 20:44:31 +08:00
William Escande
9ad276a757
Implement optional synchronization for has ( #704 )
...
HAS can be run in synchronized mode, requiring a server to be able to
communicate with another CL.
This CL is doing a quick implementation of such functionality for preset
selection.
2025-06-02 14:57:59 -07:00
Gilles Boccon-Gibod
a00b2bd707
hotfix
2025-05-29 17:24:32 -04:00
Gilles Boccon-Gibod
b8a055de45
Merge pull request #701 from google/gbg/speaker-app-opus
...
speaker app: enable opus, enable more options
2025-05-29 16:55:05 -04:00
Gilles Boccon-Gibod
4d07726acf
Merge pull request #702 from google/gbg/bt-bench-advertise-scan
...
add advertise and scan options to the bench app
2025-05-28 09:35:20 -04:00
Gilles Boccon-Gibod
2e523b6f49
enable opus, enable more options
2025-05-27 11:49:44 -04:00
Josh Wu
a875aa4055
Fix wrong remove_data_path arguments
2025-05-21 16:01:29 +08:00
Gilles Boccon-Gibod
775b2d5d7f
add advertise and scan options to the bench app
2025-05-20 17:15:43 -04:00
zxzxwu
3b399ea1a2
Merge pull request #696 from zxzxwu/att
...
Replace Optional[Connection] AttributeValue parameter type
2025-05-19 21:17:11 +08:00
zxzxwu
84f7cad678
Replace Optional[Connection] att parameter type
2025-05-18 07:55:39 +00:00
Dmitrii Sharshakov
1b95d4e1df
intel: add Garfield Peak GfP2 and AX211 firmware loading
...
Tested with AX211 on an MSI board, using ibt-1040-0041.sfi from linux-firmware.
Firmware loads (after reboot to bootloader), then the controller functions well (ISO fails, but that might be another topic).
Signed-off-by: Dmitrii Sharshakov <d3dx12.xx@gmail.com >
2025-05-17 16:01:16 +02:00
zxzxwu
b1c6044533
Remove empty crypto.py
2025-05-13 06:20:58 +00:00
zxzxwu
38499dfe3c
Merge pull request #689 from zxzxwu/link_key
...
Fix: Missing EVENT_LINK_KEY
2025-05-13 12:09:27 +08:00
zxzxwu
b58c29202a
Merge pull request #683 from zxzxwu/crypto
...
Implement builtin cryptography primitives
2025-05-12 20:52:28 +08:00
Josh Wu
ca759ca967
Implement builtin cryptography primitives
2025-05-12 06:23:45 +00:00
zxzxwu
3858bf80c1
Fix missing EVENT_LINK_KEY
2025-05-10 14:58:04 +00:00
Josh Wu
bb8dcaf63e
Move connection.link_key_type to keystore
2025-05-06 02:11:25 +08: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
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
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
ab60b42b85
minor fix
2025-04-24 17:22:25 -07:00
Josh Wu
5e9fc89f80
Add missing characteristic type parameters
2025-04-16 20:34:12 +08:00
Josh Wu
55801bc2ca
Make all event emitters async
...
* Also remove AbortableEventEmitter
2025-04-16 12:40:57 +08:00
Josh Wu
a57cf13e2e
Cleanup relative imports
2025-04-12 23:06:52 +08:00
Josh Wu
7569da37e4
Replace legacy transport and role constants
2025-04-09 19:04:02 +08: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
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
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
Peter Condoleon
592475e2ed
Fixed le_scan_interval incorrectly being set with scan_window
2025-02-27 13:54:20 +10:00
Gilles Boccon-Gibod
ed0eb912c5
Merge pull request #650 from google/gbg/gatt-adapter-typing
...
new GATT adapter classes with proper typing support
2025-02-23 18:06:16 -08:00
Gilles Boccon-Gibod
82d825071c
address PR comments
2025-02-22 12:43:38 -08:00
markus
4e35aba033
fix acl_packet_queue flush when controller does not support HCI_READ_BUFFER_SIZE_COMMAND
2025-02-22 08:37:12 +01:00