Files
bumble_fork/bumble
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
..
2023-10-11 14:33:44 +08:00
2023-09-27 21:53:54 -07:00
2023-05-12 16:26:57 -07:00
2023-09-21 15:52:07 +08:00
2023-10-07 20:01:15 +08:00
2022-12-10 09:40:12 -08:00
wip
2023-05-12 16:26:57 -07:00
2023-03-23 04:36:02 +00:00
2023-10-07 20:01:15 +08:00
2023-03-31 16:09:24 -04:00
2023-09-21 15:52:07 +08:00
2023-09-21 15:52:07 +08:00
2023-09-21 15:52:07 +08:00
2023-10-11 17:47:21 -07:00
2023-09-08 16:30:06 +08:00
2023-09-08 15:27:01 +08:00
2023-05-05 16:16:55 -07:00
2023-10-11 14:33:44 +08:00
2023-03-25 15:11:59 +08:00
2023-10-11 14:33:44 +08:00
2023-10-11 14:33:44 +08:00
2023-09-20 23:13:08 +02:00
2023-03-20 12:14:28 -07:00
2023-10-07 20:01:15 +08:00