eukub
5b536d00ab
сhanged concatenation of strings to f-strings to improve readability and unify with the rest of code
2023-12-28 16:27:36 +03:00
Gilles Boccon-Gibod
5d83deffa4
Merge pull request #345 from rdhavan/bumble_hid_device
...
Bumble hid device implementation - Application and hid profile
2023-12-26 11:10:34 -08:00
Josh Wu
87c76a4a0e
Complete CSIP and CAP
...
Also add random address generation functions.
2023-12-23 02:14:32 +08:00
skarnataki
9da2e32ad7
Review comment Fix 3 - rename json file and usage of Optional in parameters
2023-12-15 09:42:57 +00:00
Snehal Karnataki
93c0875740
Merge branch 'google:main' into bumble_hid_device
2023-12-13 09:51:27 +00:00
Josh Wu
55596176c2
ffplay routing
2023-12-08 09:53:14 +08:00
Josh Wu
3575f9030e
Add Audio Stream Control Service
2023-12-08 09:53:14 +08:00
skarnataki
5e3ecb74e4
Review comment fix -2
2023-12-05 13:41:30 +00:00
Snehal Karnataki
6d22ed80ec
Merge branch 'google:main' into bumble_hid_device
2023-12-04 07:29:04 +00: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
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
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
Josh Wu
40ae661ee5
More SCO support and warnings and typo fix
2023-11-30 12:59:43 +08:00
Josh Wu
c5def93bb8
CIS and SCO responder support
2023-11-30 12:16:40 +08: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
SneKarnataki
4f399249bd
Merge branch 'google:main' into bumble_hid_device
2023-11-27 09:00:44 +00: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
dhavan
515b83a8c7
deleted: bumble/classic3.json
...
modified: examples/keyboard.html
2023-11-23 06:10:52 +00:00
SneKarnataki
488bcfe9c6
Merge branch 'google:main' into bumble_hid_device
2023-11-23 04:03:53 +00:00
Gilles Boccon-Gibod
268f6b0d51
remove unneeded constructor parameters
2023-11-22 15:30:18 -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
0667e83919
Merge pull request #254 from zxzxwu/sco
...
eSCO codec/HCI definitions + Host support
2023-11-13 20:01:06 +08:00
Gilles Boccon-Gibod
9d2f3e932a
format
2023-10-29 11:32:00 -07:00
Gilles Boccon-Gibod
99bc92d53d
wip (+5 squashed commits)
...
Squashed commits:
[53c6c53] wip
[66f482c] wip
[b003315] wip
[f6f9d9e] wip
[4c95c7b] wip
2023-10-29 08:50:25 -07:00
skarnataki
78b8b50082
fixed lint errors
2023-10-19 17:19:49 -07:00
skarnataki
3ab64ce00d
Fixed lint and pre-commit errors.
2023-10-19 17:19:49 -07:00
skarnataki
651e44e0b6
Submitting review comment fix: header function and extra lines.
...
Executed formatter on file.
2023-10-19 17:19:49 -07:00
skarnataki
493f4f8b95
Submitting review comment fix: header function and spacing
2023-10-19 17:19:49 -07:00
skarnataki
fc1bf36ace
Review changes comment fix. Classes/Subclass/dataclass. Enum constants.
...
Naming conventions
2023-10-19 17:19:49 -07:00
skarnataki
5ddee17411
Commit to fix review comments for dataclass and subclass, shifting contants to Message Class
...
Commit for enum and dataclass
2023-10-19 17:19:49 -07:00
skarnataki
5ce353bcde
Review comment Fix
2023-10-19 17:19:49 -07:00
SneKarnataki
e02303a448
Submitting the initial version of HID Profile files
...
Includes:
1. HID Host implementation - hid.py
2. HID application to test Host with 3rd party HID Device application - run_hid_host.py
3. HID supporting files for testing - hid_report_parser.py & hid_key_map.py
Commands to run the application:
Default application:
python run_hid_host.py classic1.json usb:0 <device bd-addr>
Menu options for testing (Get/Set):
python run_hid_host.py classic1.json usb:0 <device bd-addr> test-mode
CuttleFish:tcp-client:127.0.0.1:7300
Application used for testing as Device : Bluetooth Keyboard & Mouse-5.3.0.apk
Note: Change in sdp.py file while testing hid profile,
TEXT_STRING: lambda x: DataElement(DataElement.TEXT_STRING, x.decode('utf8')) changed to
TEXT_STRING: lambda x: DataElement(DataElement.TEXT_STRING, x)
as we were facing error "UnicodeDecodeError: 'utf-8' codec can't decode byte 0xa1 in position 4: invalid start byte" while fetching sdp records.
2023-10-19 17:19:49 -07:00
Fahad Afroze
36fc966ad6
Trial checkin code
2023-10-19 17:19:49 -07:00
Josh Wu
5a85765360
Cleanup legacy L2CAP API
2023-10-11 14:33:44 +08:00
Josh Wu
45edcafb06
SCO: A loopback example
2023-09-27 23:30:26 +08:00
Gilles Boccon-Gibod
d292083ed1
Merge pull request #272 from zxzxwu/gfp
...
Bring HfpProtocol back
2023-09-07 13:03:36 -07:00
Josh Wu
3852aa056b
Bring HfpProtocol back
2023-09-07 23:20:09 +08:00
Gilles Boccon-Gibod
8be9f4cb0e
add doc and fix types
2023-09-06 17:05:30 -07:00