fix: Fix the incorrect connection of the same-name devices in the HFP example

This commit is contained in:
yangfeng
2026-06-09 19:27:15 +08:00
parent 162c082111
commit b327c9cc8f
2 changed files with 2 additions and 0 deletions

View File

@@ -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"

View File

@@ -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"