mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix(ble/bluedroid): Fixed BLE spelling error in word
This commit is contained in:
parent
da545604fc
commit
74cc3eb3ba
@ -59,7 +59,7 @@ config BT_A2DP_ENABLE
|
|||||||
depends on BT_CLASSIC_ENABLED
|
depends on BT_CLASSIC_ENABLED
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Advanced Audio Distrubution Profile
|
Advanced Audio Distribution Profile
|
||||||
|
|
||||||
config BT_SPP_ENABLED
|
config BT_SPP_ENABLED
|
||||||
bool "SPP"
|
bool "SPP"
|
||||||
@ -114,7 +114,7 @@ config BT_HFP_WBS_ENABLE
|
|||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
This enables Wide Band Speech. Should disable it when SCO data path is PCM.
|
This enables Wide Band Speech. Should disable it when SCO data path is PCM.
|
||||||
Otherwise there will be no data transmited via GPIOs.
|
Otherwise there will be no data transmitted via GPIOs.
|
||||||
|
|
||||||
|
|
||||||
menuconfig BT_HID_ENABLED
|
menuconfig BT_HID_ENABLED
|
||||||
@ -1065,7 +1065,7 @@ config BT_ACL_CONNECTIONS
|
|||||||
is used.
|
is used.
|
||||||
|
|
||||||
config BT_MULTI_CONNECTION_ENBALE
|
config BT_MULTI_CONNECTION_ENBALE
|
||||||
bool "Enable BLE multi-conections"
|
bool "Enable BLE multi-connections"
|
||||||
depends on BT_BLE_ENABLED
|
depends on BT_BLE_ENABLED
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
|
Loading…
Reference in New Issue
Block a user