Josh Wu
1b44e73f90
Remove link-relay and RemoteLink
2025-07-21 12:37:55 +08:00
zxzxwu
1a81c5d05c
Merge pull request #718 from zxzxwu/l2cap
...
Migrate L2CAP packets to dataclasses
2025-07-20 18:38:19 +08:00
zxzxwu
d8a43f0151
Merge pull request #728 from zxzxwu/hci
...
Allow register HCI packets with custom names
2025-07-20 18:36:39 +08:00
Josh Wu
858788f05e
Migrate L2CAP packets to dataclasses
2025-07-20 18:30:02 +08:00
Josh Wu
41f8797a4c
Add more test cases for custom packets
2025-07-20 18:25:11 +08:00
Josh Wu
fc3fd7f25b
Allow register HCI packets with custom names
2025-07-19 21:19:53 +08:00
zxzxwu
48bbf9f1e0
Merge pull request #721 from khsiao-google/main
...
Implement HCI_Mode_Change_Event
2025-07-18 16:49:23 +08:00
khsiao-google
3d6c595c6e
Merge branch 'google:main' into main
2025-07-16 05:22:43 +00:00
zxzxwu
d9d971b8b3
Merge pull request #720 from adjscent/main
...
Update pyproject.toml to python 3.9
2025-07-14 19:34:19 +08:00
zxzxwu
a5effb433b
Merge pull request #727 from vvydria/fix-HCI_LE_Set_Privacy_Mode_Command
...
fix: add missing metadata call for `peer_identity_address_type` in `HCI_LE_Set_Privacy_Mode_Command`
2025-07-14 19:14:18 +08:00
Vitalii Vydria
8802c95d31
fix: metadata call for peer_identity_address_type
...
Fixed a crash caused by a missing `metadata` initialization for the `peer_identity_address_type` field in the `HCI_LE_Set_Privacy_Mode_Command` dataclass.
The absence of this call led to incorrect field setup, resulting in runtime exceptions during `HCI_LE_Set_Privacy_Mode_Command` handling.
2025-07-14 13:39:08 +03:00
khsiao-google
a184cae560
Implement HCI_Mode_Change_Event
2025-07-14 08:43:27 +00:00
Gilles Boccon-Gibod
fa6fe2aaca
Merge pull request #723 from google/gbg/bt-bench-iso
...
add iso support to bench app
2025-07-07 18:03:13 +02:00
Gilles Boccon-Gibod
43a8cc37f8
add iso support to bench app
2025-07-07 13:03:19 +02:00
adjscent
e45143e33d
Update pyproject.toml
2025-07-06 01:19:04 +08:00
zxzxwu
1c1b947455
Merge pull request #716 from zxzxwu/hci
...
Migrate all HCI_Command to dataclasses
2025-07-02 22:16:37 +08:00
zxzxwu
d7ddffd275
Merge pull request #719 from zxzxwu/rust
...
Fix Rust linter errors
2025-07-02 22:07:15 +08:00
Josh Wu
3cb97d2373
Fix Rust linter errors
2025-07-02 12:41:39 +08:00
Josh Wu
bad037b010
Migrate all HCI_Command to dataclasses
2025-06-26 02:10:07 +08:00
zxzxwu
88777710a4
Merge pull request #715 from zxzxwu/hci
...
Migrate all HCI_Event to dataclasses
2025-06-26 00:15:00 +08:00
Josh Wu
0ab5b6c49a
Migrate all HCI_Event to dataclasses
2025-06-25 17:07:22 +08:00
zxzxwu
22ff0d5e32
Merge pull request #711 from zxzxwu/hci_extended_event_migration
...
Migrate all HCI_Extended_Event to dataclasses
2025-06-24 17:47:50 +08:00
Josh Wu
2f5de37d76
Migrate all HCI_Extended_Event to dataclasses
2025-06-24 17:15:22 +08:00
Gilles Boccon-Gibod
799d730f88
Merge pull request #714 from google/gbg/oob-sc-fix
...
fix legacy pairing with oob
2025-06-24 05:40:08 +02:00
Gilles Boccon-Gibod
1a05eebfdb
fix legacy pairing with oob
2025-06-23 07:05:21 +02:00
zxzxwu
ebaa720e74
Merge pull request #712 from zxzxwu/avrcp
...
Fix AVRCP errors
2025-06-17 13:42:19 +08:00
Josh Wu
a505badffc
Fix AVRCP errors
2025-06-16 22:51:22 +08:00
zxzxwu
45d938c901
Merge pull request #710 from zxzxwu/hci
...
Dataclass-based HCI packets
2025-06-16 15:06:25 +08:00
Josh Wu
a0498af626
Dataclass-based HCI packets
2025-06-14 08:03:48 +08:00
zxzxwu
bf027cf38f
Merge pull request #709 from zxzxwu/hci3
...
Move return_parameters_fields to member
2025-06-13 13:32:00 +08:00
Gilles Boccon-Gibod
f2d7faa9af
Merge pull request #708 from google/gbg/delegated-passkey
...
add passkey delegate support for pairing
2025-06-12 13:51:22 -04:00
zxzxwu
a0248a1cdf
Move return_parameters_fields to member
2025-06-12 17:53:15 +08:00
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
zxzxwu
630243e243
Merge pull request #686 from zxzxwu/hci
...
HCI: Avoid patching __init__
2025-06-10 12:28:01 +08: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
60e31884c8
HCI: Avoid patching __init__
2025-06-09 22:08:18 +08:00
zxzxwu
8614e075b6
Merge pull request #707 from zxzxwu/typing
...
Replace pre-3.9 typing aliases
2025-06-09 14:39:29 +08: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
4c4f8c8225
Merge pull request #703 from google/gbg/hotfix
...
hotfix
2025-05-29 17:26:32 -04: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
zxzxwu
8f9f12f1ee
Merge pull request #700 from zxzxwu/iso
...
Fix wrong remove iso data path parameter
2025-05-22 23:52:57 +08:00
Josh Wu
a875aa4055
Fix wrong remove_data_path arguments
2025-05-21 16:01:29 +08:00