Gilles Boccon-Gibod
d7489a644a
update websockets version (for better typecheck)
2024-02-05 09:07:39 -08:00
Gilles Boccon-Gibod
a877283360
add rfcomm options and fix l2cap mtu negotiation
2024-02-05 08:56:59 -08:00
Josh Wu
567146b143
Fix Lint error in VCP example
2024-02-04 21:23:22 +08:00
zxzxwu
1a3272d7ca
Merge pull request #412 from zxzxwu/vcp
...
Add Volume Control Service
2024-02-04 00:42:51 +08:00
zxzxwu
1ee1ff0b62
Merge pull request #420 from zxzxwu/rfc
...
Add RFCOMM and SDP context manager and search helper
2024-02-04 00:42:24 +08:00
Josh Wu
e308051885
Add LMP feature reader
2024-02-03 13:29:25 +08:00
Josh Wu
10e53553d7
Add RFCOMM and SDP helpers
2024-02-03 13:13:35 +08:00
Gilles Boccon-Gibod
ef0b30d059
Merge pull request #382 from google/gbg/extended-advertising-v2
...
extended advertising v2
2024-02-02 20:43:28 -08:00
Josh Wu
6a34c9f224
RFCOMM: Slightly refactor and correct constants
2024-02-01 01:18:56 +08:00
Josh Wu
3e8ce38eba
Add Volume Control Service
2024-01-31 10:04:30 +08:00
Gilles Boccon-Gibod
b7b70ebcbb
address PR comments
2024-01-28 19:09:37 -08:00
Gilles Boccon-Gibod
bad9ce272c
add doc
2024-01-28 19:02:32 -08:00
Gilles Boccon-Gibod
d3273ffa8c
format (+3 squashed commits)
...
Squashed commits:
[60e610f] wip
[eeab73d] wip
[3cdd5b8] basic first pass
2024-01-28 19:02:30 -08:00
zxzxwu
071fc2723a
Merge pull request #376 from zxzxwu/host
...
Manage lifecycle of CIS and SCO links in host
2024-01-28 22:09:08 +08:00
Gilles Boccon-Gibod
aba1ac0cea
use a dict instead of a series of ifs (+6 squashed commits)
...
Squashed commits:
[90f2024] fix import order
[0edd321] add a few docstrings
[77a0ac0] wip
[adcf159] wip
[96cbd67] wip
[d8bfbab] wip (+1 squashed commit)
Squashed commits:
[43b4d66] wip (+2 squashed commits)
Squashed commits:
[3dafaa8] wip
[5844026] wip (+1 squashed commit)
Squashed commits:
[4cbb35a] wip (+1 squashed commit)
Squashed commits:
[4d2b6d3] wip (+4 squashed commits)
Squashed commits:
[f2da510] wip
[318c119] wip
[923b4eb] wip
[9d46365] wip
use a dict instead of a series of ifs (+6 squashed commits)
Squashed commits:
[90f2024] fix import order
[0edd321] add a few docstrings
[77a0ac0] wip
[adcf159] wip
[96cbd67] wip
[d8bfbab] wip
2024-01-27 16:26:17 -08:00
Josh Wu
da60386385
Manage lifecycle of CIS and SCO links in host
2024-01-18 11:56:38 +08:00
zxzxwu
9187c75d68
Merge pull request #397 from zxzxwu/controller
...
Controller: CIS implementation
2024-01-18 10:55:37 +08:00
Josh Wu
acd9d994c3
Save link_key in CTKD over BR/EDR
...
Since keystore.update() overwrites all existing keys, the existing link
key will be wiped out. To avoid this, SMP also need to keep the key.
2024-01-17 19:30:02 +08:00
Josh Wu
fa4df6e3a2
Controller: CIS implementation
2024-01-11 01:16:42 +08:00
Josh Wu
eff05afb7a
LE read remote features
2024-01-09 11:30:08 +08:00
zxzxwu
d8e6700611
Merge pull request #383 from zxzxwu/controller
...
Controller: SCO implementation
2024-01-09 09:39:13 +08:00
Josh Wu
2c5f3472a9
CSIP: Encrypted SIRK implementation
2023-12-30 16:06:42 +08:00
Josh Wu
8d46bc04d2
Controller: SCO implementation
2023-12-30 14:22:58 +08:00
Gilles Boccon-Gibod
09e5ea5dec
Merge pull request #387 from google/gbg/async-gatt-server
...
support async read/write for characteristic values
2023-12-29 11:28:22 -08:00
Gilles Boccon-Gibod
210c334db7
Merge pull request #380 from google/gbg/classic-buffer-size
...
support per-transport ACL queues
2023-12-28 09:24:52 -08:00
Gilles Boccon-Gibod
f2925ca647
support async read/write for characteristic values
2023-12-27 11:52:22 -08:00
Gilles Boccon-Gibod
b90d0f8710
fix tests
2023-12-26 09:09:20 -08:00
Josh Wu
87c76a4a0e
Complete CSIP and CAP
...
Also add random address generation functions.
2023-12-23 02:14:32 +08:00
Josh Wu
dd090c9e6b
Add ASCS tests
2023-12-08 11:00:44 +08:00
Josh Wu
ff6528d2bf
Add Advertising unit tests
2023-12-08 01:38:01 +08:00
Josh Wu
d6afbc6f4e
Fix ISO packet issues
2023-12-04 20:31:11 +08:00
zxzxwu
c853d56302
Merge pull request #361 from zxzxwu/hci-bug
...
Fix typo
2023-12-03 04:22:59 +08:00
Josh Wu
dc97be5b35
Fix typo
2023-12-02 23:42:21 +08:00
Josh Wu
dff14e1258
Add Published Audio Capabilities Service
2023-12-02 23:16:37 +08:00
Josh Wu
3fc71a0266
Add variable-length bytes field
2023-12-01 03:16:52 +08:00
Josh Wu
f27015d1b7
Refactor CodingFormat
...
As CodingFormat is now used by HFP and LEA, and vendor specific codecs
are introduced, this object needs to provide more information.
2023-12-01 02:58:09 +08:00
Gilles Boccon-Gibod
320164d476
Merge pull request #355 from google/gbg/fix-gatt-unsubscribe
...
fix #354 (gatt unsubscribe)
2023-11-29 22:28:57 -08:00
Gilles Boccon-Gibod
58c9c4f590
fix #354
2023-11-29 19:19:40 -08:00
Josh Wu
464a476f9f
Add CSIP
2023-11-29 14:09:31 +08:00
zxzxwu
f0e5cdee1a
Merge pull request #339 from zxzxwu/enc
...
Refactor crypto and fix CTKD
2023-11-27 14:05:37 +08:00
Josh Wu
80d34a226d
Slightly refactor and fix CTKD
...
It seems sample input data provided in the spec is big-endian (just
like other AES-CMAC-based functions), but all keys are in little-endian(
HCI standard), so they need to be reverse before and after applying
AES-CMAC.
2023-11-26 16:55:10 +08:00
Gilles Boccon-Gibod
268f6b0d51
remove unneeded constructor parameters
2023-11-22 15:30:18 -08:00
Gilles Boccon-Gibod
753b966148
format
2023-11-09 12:44:02 -08:00
Gilles Boccon-Gibod
4ae612090b
wip
2023-11-06 13:19:13 -08:00
skarnataki
fc1bf36ace
Review changes comment fix. Classes/Subclass/dataclass. Enum constants.
...
Naming conventions
2023-10-19 17:19:49 -07:00
zxzxwu
907f2acc7e
Merge pull request #318 from zxzxwu/l2cap_refactor
...
Cleanup legacy L2CAP API usage
2023-10-17 14:22:45 +08:00
Josh Wu
5a85765360
Cleanup legacy L2CAP API
2023-10-11 14:33:44 +08:00
Josh Wu
333940919b
Add missing @pytest.mark.asyncio decorator
2023-10-11 13:52:06 +08:00
Josh Wu
495ce62d9c
Typing AVDTP
2023-10-07 19:32:19 +08:00
Josh Wu
e559744f32
Typing att
2023-09-21 15:52:07 +08:00