mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-27 16:56:43 +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
25 lines
553 B
Plaintext
25 lines
553 B
Plaintext
# CI build overlay: Bluedroid host (sdkconfig.defaults selects NimBLE).
|
|
# Mirrors sdkconfig.bluedroid; kept in sync for idf-build-apps CONFIG_NAME=bluedroid.
|
|
|
|
CONFIG_BT_NIMBLE_ENABLED=n
|
|
CONFIG_BT_ENABLED=y
|
|
|
|
CONFIG_BT_NIMBLE_ENABLED=n
|
|
CONFIG_BT_BLUEDROID_ENABLED=y
|
|
|
|
CONFIG_BT_BLE_SMP_ENABLE=y
|
|
|
|
|
|
CONFIG_BT_GATTS_ENABLE=y
|
|
|
|
# CONFIG_BT_GATTC_ENABLE is not set
|
|
|
|
# CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set
|
|
CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y
|
|
|
|
# CONFIG_BT_BLE_42_DTM_TEST_EN is not set
|
|
|
|
CONFIG_BT_BLE_42_ADV_EN=y
|
|
|
|
# CONFIG_BT_BLE_42_SCAN_EN is not set
|