From ee29c25b29eaa4fac4e897442634b69ecc8d8125 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Thu, 28 Mar 2024 14:32:49 +1100 Subject: Fork ESP-IDF's bluetooth component i want better sbc encoding, and no cla will stop me --- lib/bt/controller/lib_esp32h2/esp32h2-bt-lib/NOTICE | 9 +++++++++ .../controller/lib_esp32h2/esp32h2-bt-lib/README.md | 1 + .../lib_esp32h2/esp32h2-bt-lib/beta1/libble_app.a | Bin 0 -> 2122600 bytes .../lib_esp32h2/esp32h2-bt-lib/beta2/libble_app.a | Bin 0 -> 2122114 bytes .../lib_esp32h2/esp32h2-bt-lib/libble_app.a | Bin 0 -> 2969598 bytes 5 files changed, 10 insertions(+) create mode 100644 lib/bt/controller/lib_esp32h2/esp32h2-bt-lib/NOTICE create mode 100644 lib/bt/controller/lib_esp32h2/esp32h2-bt-lib/README.md create mode 100644 lib/bt/controller/lib_esp32h2/esp32h2-bt-lib/beta1/libble_app.a create mode 100644 lib/bt/controller/lib_esp32h2/esp32h2-bt-lib/beta2/libble_app.a create mode 100644 lib/bt/controller/lib_esp32h2/esp32h2-bt-lib/libble_app.a (limited to 'lib/bt/controller/lib_esp32h2') diff --git a/lib/bt/controller/lib_esp32h2/esp32h2-bt-lib/NOTICE b/lib/bt/controller/lib_esp32h2/esp32h2-bt-lib/NOTICE new file mode 100644 index 00000000..ed17c42a --- /dev/null +++ b/lib/bt/controller/lib_esp32h2/esp32h2-bt-lib/NOTICE @@ -0,0 +1,9 @@ +Apache Mynewt NimBLE +Copyright 2015-2022 The Apache Software Foundation +Modifications Copyright 2017-2023 Espressif Systems (Shanghai) CO., LTD. + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +Portions of this software were developed at +Runtime Inc, copyright 2015. diff --git a/lib/bt/controller/lib_esp32h2/esp32h2-bt-lib/README.md b/lib/bt/controller/lib_esp32h2/esp32h2-bt-lib/README.md new file mode 100644 index 00000000..7a64988a --- /dev/null +++ b/lib/bt/controller/lib_esp32h2/esp32h2-bt-lib/README.md @@ -0,0 +1 @@ +This software includes portions of code derived from mynewt-nimble project. See [NOTICE](NOTICE) file for details. diff --git a/lib/bt/controller/lib_esp32h2/esp32h2-bt-lib/beta1/libble_app.a b/lib/bt/controller/lib_esp32h2/esp32h2-bt-lib/beta1/libble_app.a new file mode 100644 index 00000000..200dff9b Binary files /dev/null and b/lib/bt/controller/lib_esp32h2/esp32h2-bt-lib/beta1/libble_app.a differ diff --git a/lib/bt/controller/lib_esp32h2/esp32h2-bt-lib/beta2/libble_app.a b/lib/bt/controller/lib_esp32h2/esp32h2-bt-lib/beta2/libble_app.a new file mode 100644 index 00000000..28ac5c45 Binary files /dev/null and b/lib/bt/controller/lib_esp32h2/esp32h2-bt-lib/beta2/libble_app.a differ diff --git a/lib/bt/controller/lib_esp32h2/esp32h2-bt-lib/libble_app.a b/lib/bt/controller/lib_esp32h2/esp32h2-bt-lib/libble_app.a new file mode 100644 index 00000000..03761e55 Binary files /dev/null and b/lib/bt/controller/lib_esp32h2/esp32h2-bt-lib/libble_app.a differ -- cgit v1.2.3