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
skarnataki
9324237828
send_data comment fix and lint error fix
2023-11-24 11:13:20 +00:00
Fahad Afroze
d1033c018a
Modified DeviceData class
2023-11-24 05:42:31 +00:00
Fahad Afroze
0f29052ade
Added mousemove changes
...
Also modified keyboard data on keyup
2023-11-23 17:46:55 +00:00
skarnataki
0578e84586
Menu and name change review comments fix
2023-11-23 15:43:22 +00:00
Fahad Afroze
6ab41c466f
Add review comment changes 3
2023-11-23 12:27:56 +00:00
Fahad Afroze
98a1093ebf
Add review comment changes 2
...
Also corrected sending mouseData
2023-11-23 09:53:16 +00:00
dhavan
caf04373f3
keyboard data moved to DeviceData class
2023-11-23 08:01:07 +00:00
SneKarnataki
d4e8526766
Merge branch 'google:main' into bumble_hid_device
2023-11-23 07:59:43 +00:00
dhavan
515b83a8c7
deleted: bumble/classic3.json
...
modified: examples/keyboard.html
2023-11-23 06:10:52 +00:00
Lucas Abel
9bf2e03354
device: set authenticated and sc state on AES encryption change
2023-11-23 06:39:55 +01:00
dhavan
dc18595c8a
MTU size check added
2023-11-23 05:17:44 +00:00
SneKarnataki
488bcfe9c6
Merge branch 'google:main' into bumble_hid_device
2023-11-23 04:03:53 +00:00
Gilles Boccon-Gibod
2900b93bb3
Merge pull request #120 from google/gbg/usb-cleanup
...
minor cleanup of the internals of the usb transport implementation
2023-11-22 17:18:23 -08:00
Gilles Boccon-Gibod
284cc8a321
Merge pull request #326 from google/gbg/android-benchmark-app
...
Android benchmarking app
2023-11-22 15:39:52 -08:00
Gilles Boccon-Gibod
3dc2e4036c
rebase
2023-11-22 15:32:37 -08:00
Gilles Boccon-Gibod
268f6b0d51
remove unneeded constructor parameters
2023-11-22 15:30:18 -08:00
Gilles Boccon-Gibod
46239b321b
address PR comments
2023-11-22 15:30:18 -08:00
Gilles Boccon-Gibod
8a536cd522
fix missed merge
2023-11-22 15:30:18 -08:00
Gilles Boccon-Gibod
f9f5d7ccbd
first implementation (+1 squashed commit)
...
Squashed commits:
[ee00d67] wip
2023-11-22 15:30:16 -08:00
dhavan
d6cefdff8e
Renamed the status message class
2023-11-22 17:14:24 +00:00
dhavan
dc410b14c4
SET_REPORT and GET_REPORT implemented
2023-11-22 16:05:33 +00:00
dhavan
4c49ef9403
SET_REPORT implemented
2023-11-22 12:31:34 +00:00
dhavan
ba85dcbda5
Get the changes from hid_device to bumble_hid_device
...
Modified the get_report_cb
2023-11-22 11:06:27 +00:00
zxzxwu
e08c84dd20
Merge pull request #333 from zxzxwu/iso
...
Add ISO related HCI packets
2023-11-21 15:55:00 +08:00
Josh Wu
8b46136703
Add ISO related HCI packets
2023-11-20 22:47:02 +08:00
Gilles Boccon-Gibod
9c7089c8ff
terminate when unplugged
2023-11-19 11:36:38 -08:00
Gilles Boccon-Gibod
aac8d89cd0
Merge pull request #330 from benquike/main
...
Do not exit after pairing is finished
2023-11-18 08:57:58 -08:00
Hui Peng
24e75bfeab
Do not exit after pairing is finished
...
Android performs additional service
discovery during pairing, otherwise
pairing fails.
2023-11-17 09:17:40 -08:00