Gilles Boccon-Gibod
847c2ef114
Merge pull request #362 from google/gbg/more-le-features-constants
...
a few more HCI constants from the spec
2023-12-04 00:38:02 -08:00
Gilles Boccon-Gibod
a0bf0c1f4d
Merge pull request #363 from google/gbg/android-remote-proxy-cli
...
android remote proxy cli
2023-12-04 00:37:49 -08:00
Gilles Boccon-Gibod
8400ff0802
shared usage printer
2023-12-04 00:37:28 -08:00
Gilles Boccon-Gibod
0ed6aa230b
address PR comment
2023-12-04 00:32:04 -08:00
Snehal Karnataki
6d22ed80ec
Merge branch 'google:main' into bumble_hid_device
2023-12-04 07:29:04 +00:00
Gilles Boccon-Gibod
72d5360af9
keep projects compatible with Android Studio Hedgehog
2023-12-03 18:06:54 -08:00
Gilles Boccon-Gibod
ac3961e763
add doc
2023-12-03 17:50:42 -08:00
Gilles Boccon-Gibod
843466c822
a few more constants from the spec
2023-12-03 17:16:25 -08:00
Gilles Boccon-Gibod
8385035400
add CLI support
2023-12-03 16:35:14 -08:00
zxzxwu
3adcc8be09
Merge pull request #360 from zxzxwu/hci
...
Remove # type: ignore[call-arg] in HCI_Command builders
2023-12-03 19:18:04 +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
zxzxwu
73dbdfff9f
Merge pull request #356 from zxzxwu/bap
...
Add Published Audio Capabilities Service
2023-12-02 23:34:57 +08:00
Josh Wu
dff14e1258
Add Published Audio Capabilities Service
2023-12-02 23:16:37 +08:00
Josh Wu
10a3833893
Remove # type: ignore[call-arg] in HCI_Command builders
2023-12-02 19:18:54 +08:00
zxzxwu
247cb89332
Merge pull request #358 from zxzxwu/coding2
...
Add variable-length bytes field
2023-12-01 03:26:38 +08:00
Josh Wu
3fc71a0266
Add variable-length bytes field
2023-12-01 03:16:52 +08:00
zxzxwu
392dcc3a05
Merge pull request #357 from zxzxwu/coding
...
Refactor CodingFormat
2023-12-01 03:15:33 +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
zxzxwu
86a19b41aa
Merge pull request #344 from zxzxwu/cis
...
CIS and SCO responder support
2023-11-30 21:00:55 +08:00
Gilles Boccon-Gibod
320164d476
Merge pull request #355 from google/gbg/fix-gatt-unsubscribe
...
fix #354 (gatt unsubscribe)
v0.0.180
2023-11-29 22:28:57 -08:00
Josh Wu
40ae661ee5
More SCO support and warnings and typo fix
2023-11-30 12:59:43 +08:00
Snehal Karnataki
ffb3eca68b
Merge branch 'google:main' into bumble_hid_device
2023-11-30 04:50:05 +00:00
Josh Wu
c5def93bb8
CIS and SCO responder support
2023-11-30 12:16:40 +08:00
zxzxwu
a9c4c5833d
Merge pull request #350 from zxzxwu/csip
...
Add Coordinated Set Identification Service(CSIS)
2023-11-30 12:15:56 +08:00
Gilles Boccon-Gibod
58c9c4f590
fix #354
2023-11-29 19:19:40 -08:00
zxzxwu
24524d88cb
Merge pull request #342 from zxzxwu/typing
...
Typing helper
2023-11-30 00:21:44 +08:00
zxzxwu
b8849ab311
Merge pull request #349 from zxzxwu/stack
...
Log track back in on_packet
2023-11-30 00:20:20 +08:00
Josh Wu
f3cd8f8ed0
Typing helper
2023-11-29 21:24:27 +08:00
zxzxwu
2b26de3f3a
Merge pull request #348 from zxzxwu/gattc
...
Typing GATT Client and Device Peer
2023-11-29 15:09:40 +08:00
Josh Wu
0149c4c212
Log track back in on_packet
...
Many errors are raised in on_packet() callbacks, but currently it only
provides a very brief error message.
2023-11-29 15:01:15 +08:00
Gilles Boccon-Gibod
f2ed898784
Merge pull request #352 from google/gbg/more-gatt-uuids
...
add a few uuids
2023-11-28 22:44:40 -08:00
Josh Wu
464a476f9f
Add CSIP
2023-11-29 14:09:31 +08:00
Gilles Boccon-Gibod
e85d067fb5
add a few uuids
2023-11-28 20:02:00 -08:00
dependabot[bot]
7eb493990f
Bump openssl from 0.10.57 to 0.10.60 in /rust
...
Bumps [openssl](https://github.com/sfackler/rust-openssl ) from 0.10.57 to 0.10.60.
- [Release notes](https://github.com/sfackler/rust-openssl/releases )
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.57...openssl-v0.10.60 )
---
updated-dependencies:
- dependency-name: openssl
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-11-28 21:43:18 +00:00
Josh Wu
04d5bf3afc
Typing GATT Client and Device Peer
2023-11-28 21:57:57 +08:00
skarnataki
403a13e4c6
Review comment fix HID device
2023-11-28 13:42:25 +00:00
Snehal Karnataki
ad0f035df5
Merge branch 'google:main' into bumble_hid_device
2023-11-28 13:06:32 +00:00
zxzxwu
a13e193d3b
Merge pull request #343 from zxzxwu/lea-gatt
...
Add LE Audio GATT services and characteristics definitions
2023-11-28 10:34:39 +08:00
Gilles Boccon-Gibod
28a1a5ebc2
Merge pull request #347 from akuker/main
...
Include transport.grpc_protobuf in the setup package.
v0.0.179
2023-11-27 15:23:17 -08:00
Tony Kuker
6310dc777f
Include transport.grpc_protobuf in the setup package.
2023-11-27 16:48:37 -06:00
skarnataki
07f71fc895
Project format and lint error fix. Redefination if Device class needs to be discussed
2023-11-27 13:04:54 +00:00
Fahad Afroze
f47b9178ad
Added GET_REPORT and SET_REPORT changes
...
Added changes to handle invalid cases
2023-11-27 11:55:35 +00:00
Josh Wu
863de18877
Add LE Audio GATT definitions
2023-11-27 17:53:00 +08:00
SneKarnataki
4f399249bd
Merge branch 'google:main' into bumble_hid_device
2023-11-27 09:00:44 +00:00
zxzxwu
f0e5cdee1a
Merge pull request #339 from zxzxwu/enc
...
Refactor crypto and fix CTKD
2023-11-27 14:05:37 +08:00
zxzxwu
7bc7d0f5af
Merge pull request #334 from zxzxwu/extadv
...
Add support for LE Extended Advertising
2023-11-27 14:01:31 +08:00
Josh Wu
a65a215fd7
Provide IntFlag.name property fallback
2023-11-26 19:42:22 +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
Josh Wu
a9628f73e3
Add support for Extended Advertising
2023-11-26 15:03:09 +08:00