feat(bt/bluedroid): Added BLE eddystone sender example

(cherry picked from commit 06366353d8)

Co-authored-by: zhangbowen <zhangbowen@espressif.com>
This commit is contained in:
Chen Jian Hua
2025-04-01 09:30:51 +08:00
committed by chenjianhua
parent 8b725deb56
commit eea10e1039
22 changed files with 540 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
# This file was generated using idf.py save-defconfig. It can be edited manually.
# Espressif IoT Development Framework (ESP-IDF) Project Minimal Configuration
#
CONFIG_IDF_TARGET="esp32c3"
CONFIG_BT_ENABLED=y
# CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set
CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y