mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
- Added tagged event API (ble_uart_evt_t / on_event) - Added bond management APIs - Supported custom adv_data / scan_rsp_data - Validate device_name length synchronously - Added ble_uart_close_async() and EVT_CLOSED - Added granular security config (security struct) - Supported Passkey Entry and Numeric Comparison
8 lines
260 B
Nim
8 lines
260 B
Nim
# CI build overlay: NimBLE host (sdkconfig.defaults is NimBLE-first).
|
|
# Explicit config so idf-build-apps builds both nimble and bluedroid in CI.
|
|
|
|
CONFIG_BT_NIMBLE_ENABLED=y
|
|
CONFIG_BT_BLUEDROID_ENABLED=n
|
|
CONFIG_BT_NIMBLE_SM_SC=y
|
|
CONFIG_BT_NIMBLE_NVS_PERSIST=y
|