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_esp32c6/esp32c6-bt-lib/NOTICE | 9 +++++++++ .../controller/lib_esp32c6/esp32c6-bt-lib/README.md | 1 + .../lib_esp32c6/esp32c6-bt-lib/libble_app.a | Bin 0 -> 2988420 bytes 3 files changed, 10 insertions(+) create mode 100644 lib/bt/controller/lib_esp32c6/esp32c6-bt-lib/NOTICE create mode 100644 lib/bt/controller/lib_esp32c6/esp32c6-bt-lib/README.md create mode 100644 lib/bt/controller/lib_esp32c6/esp32c6-bt-lib/libble_app.a (limited to 'lib/bt/controller/lib_esp32c6/esp32c6-bt-lib') diff --git a/lib/bt/controller/lib_esp32c6/esp32c6-bt-lib/NOTICE b/lib/bt/controller/lib_esp32c6/esp32c6-bt-lib/NOTICE new file mode 100644 index 00000000..a0cb7d8b --- /dev/null +++ b/lib/bt/controller/lib_esp32c6/esp32c6-bt-lib/NOTICE @@ -0,0 +1,9 @@ +Apache Mynewt NimBLE +Copyright 2015-2021 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. \ No newline at end of file diff --git a/lib/bt/controller/lib_esp32c6/esp32c6-bt-lib/README.md b/lib/bt/controller/lib_esp32c6/esp32c6-bt-lib/README.md new file mode 100644 index 00000000..607d1dc2 --- /dev/null +++ b/lib/bt/controller/lib_esp32c6/esp32c6-bt-lib/README.md @@ -0,0 +1 @@ +This software includes portions of code derived from mynewt-nimble project. See [NOTICE](NOTICE) file for details. \ No newline at end of file diff --git a/lib/bt/controller/lib_esp32c6/esp32c6-bt-lib/libble_app.a b/lib/bt/controller/lib_esp32c6/esp32c6-bt-lib/libble_app.a new file mode 100644 index 00000000..77fd8fd1 Binary files /dev/null and b/lib/bt/controller/lib_esp32c6/esp32c6-bt-lib/libble_app.a differ -- cgit v1.2.3