-
在earbud_rules_config.h中
#define appConfigBleAllowedOutOfCase() (FALSE)
修改为:
#define appConfigBleAllowedOutOfCase() (TURE) -
在earbud_sm.h中:
#define appConfigBleNewConnectionsWhenBusy() (FALSE)
修改为:
#define appConfigBleNewConnectionsWhenBusy() (TURE)
QCC3040/QCC3046打开 BLE 功能
最新推荐文章于 2025-01-10 14:44:39 发布
本文介绍如何在earbud_rules_config.h和earbud_sm.h文件中修改蓝牙耳机配置参数,包括允许耳机在盒外进行蓝牙配对及允许耳机在忙碌状态接收新连接。
1640

被折叠的 条评论
为什么被折叠?



