Back to Esp Idf

Bluetooth Classic

docs/en/migration-guides/release-5.x/5.2/bluetooth-classic.rst

6.1-dev657 B
Original Source

Bluetooth Classic

:link_to_translation:zh_CN:[中文]

Bluedroid

  • The following Bluedroid APIs have been changed:

    • :component_file:/bt/host/bluedroid/api/include/api/esp_bt_main.h

      • The function esp_bluedroid_init has been deprecated and replaced by esp_bluedroid_init_with_cfg.
      • A new configuration structure esp_bluedroid_config_t has been introduced as a parameter for esp_bluedroid_init_with_cfg. The field ssp_en in this structure determines the pairing mode.
  • The configuration CONFIG_BT_SSP_ENABLED has been removed, as pairing mode can now be configured at runtime.