-
-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
998ebea
commit 0e08986
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule btstack
updated
24 files
+2 −5 | CHANGELOG.md | |
+34 −34 | README.md | |
+48 −0 | chipset/zephyr/nrf5340_dongle/README.md | |
+53 −0 | chipset/zephyr/nrf5340_dongle/overlay-usb.conf | |
+17 −0 | chipset/zephyr/nrf5340_dongle/usb.overlay | |
+0 −34 | example/mesh_node_demo.c | |
+6 −3 | platform/libusb/hci_transport_h2_libusb.c | |
+1 −1 | port/posix-h4-nxp/CMakeLists.txt | |
+6 −0 | port/posix-h4-nxp/main.c | |
+58 −17 | src/ble/sm.c | |
+3 −0 | src/btstack_resample.c | |
+17 −0 | src/classic/hfp.c | |
+1 −0 | src/classic/hfp.h | |
+3 −5 | src/classic/hfp_hf.c | |
+64 −30 | src/hci.c | |
+6 −0 | src/hci.h | |
+46 −0 | src/l2cap.c | |
+1 −1 | src/mesh/adv_bearer.c | |
+20 −2 | test/fuzz/CMakeLists.txt | |
+1 −0 | test/fuzz/btstack_config.h | |
+295 −0 | test/fuzz/fuzz_l2cap.c | |
+10 −0 | test/security_manager/mock.c | |
+1 −0 | tool/compile_gatt.py | |
+136 −0 | tool/dump_keys.py |