mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-18 06:35:35 +03:00
fix: Fix the incorrect connection of the same-name devices in the HFP example
This commit is contained in:
@@ -11,3 +11,4 @@ CONFIG_BT_HFP_AG_ENABLE=y
|
||||
CONFIG_BT_HFP_AUDIO_DATA_PATH_HCI=y
|
||||
CONFIG_BT_HFP_USE_EXTERNAL_CODEC=y
|
||||
CONFIG_EXAMPLE_ENABLE_CONSOLE_REPL=n
|
||||
CONFIG_EXAMPLE_LOCAL_DEVICE_NAME="${CI_PIPELINE_ID}_HFP"
|
||||
|
||||
@@ -11,3 +11,4 @@ CONFIG_BT_HFP_CLIENT_ENABLE=y
|
||||
CONFIG_BT_HFP_AUDIO_DATA_PATH_HCI=y
|
||||
CONFIG_BT_HFP_USE_EXTERNAL_CODEC=y
|
||||
CONFIG_EXAMPLE_ENABLE_CONSOLE_REPL=n
|
||||
CONFIG_EXAMPLE_PEER_DEVICE_NAME="${CI_PIPELINE_ID}_HFP"
|
||||
|
||||
Reference in New Issue
Block a user