From b7cd451ddb354e2a315ac9ad6abff7efde114fb2 Mon Sep 17 00:00:00 2001 From: dhavan Date: Fri, 15 Sep 2023 06:45:37 +0000 Subject: [PATCH] Hid profile implemenation. Empty file --- bumble/hid.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 bumble/hid.py diff --git a/bumble/hid.py b/bumble/hid.py new file mode 100644 index 0000000..71b20a0 --- /dev/null +++ b/bumble/hid.py @@ -0,0 +1 @@ +#Implement hid profile here - TBD