20706怎么断开连接蓝牙连接

公告

大中华汽车电子生态圈社区并入开发者社区- 更多资讯点击此

Tip / 登入 to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
hushilun
Level 1
Level 1
10 sign-ins 5 sign-ins First solution authored

20706使用SDK下的audio->headset,复位后不会自动连接,我想在复位前断开连接,不知道改什么代码?

0 点赞
1 解答
Charles_Lai
Moderator
Moderator
Moderator
500 replies posted 250 solutions authored 250 sign-ins

Hi,

请先阅读Audio_Heaset这个Demo的Readme.md,它会给你一些提示,链接在下方:
https://github.com/Infineon/mtb-example-btsdk-audio-headset

其中有一些提示可能会引起你的注意:

This application can run as a standalone Headset or in association with ClientControl. When running in standalone mode, it is required that the 20706 controls the codec chip. Currently this is not implemented.

To use this in stand alone mode:

  • Ensure that the STANDALONE_HEADSET_APP flag is enabled.
  • The User button is configured to demonstrate multiple functionality.
  • The button has 2 states, short press and long press. Both of them have certain features configured.
  • Button Short Press Cases:
    • Play/Pause music streaming.
    • Accept/End incoming call/ongoing call.
    • End an outgoing call.
  • Button Long Press Cases:
    • Last number redialing when in IDLE state.
    • Reject an incoming call.
    • Put an existing call on hold.


Best regards

在原帖中查看解决方案

0 点赞
1 回复
Charles_Lai
Moderator
Moderator
Moderator
500 replies posted 250 solutions authored 250 sign-ins

Hi,

请先阅读Audio_Heaset这个Demo的Readme.md,它会给你一些提示,链接在下方:
https://github.com/Infineon/mtb-example-btsdk-audio-headset

其中有一些提示可能会引起你的注意:

This application can run as a standalone Headset or in association with ClientControl. When running in standalone mode, it is required that the 20706 controls the codec chip. Currently this is not implemented.

To use this in stand alone mode:

  • Ensure that the STANDALONE_HEADSET_APP flag is enabled.
  • The User button is configured to demonstrate multiple functionality.
  • The button has 2 states, short press and long press. Both of them have certain features configured.
  • Button Short Press Cases:
    • Play/Pause music streaming.
    • Accept/End incoming call/ongoing call.
    • End an outgoing call.
  • Button Long Press Cases:
    • Last number redialing when in IDLE state.
    • Reject an incoming call.
    • Put an existing call on hold.


Best regards

0 点赞