本文主要是介绍btstack协议栈实战篇--HFP HF - Hands-Free,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
btstack协议栈---总目录_bt stack是什么-CSDN博客
目录
1.Main Application Setup
2.hci_packet_handler
3.hfp_hf_packet_handler
4.log信息
这个HFP免提示例演示了如何从远程HFP音频网关(AG),并且如果定义了HAVE BTSTACK STDIN,如何控制HFP AG。
1.Main Application Setup
这里的清单显示了主要的应用程序代码。到运行HFP-HF服务,您需要初始化SDP,并创建和注册HFP HF记录。数据包处理程序用于将命令发送到它还接收HFP AG的回答。stdin进程回调允许向HFP AG发送命令。最后,蓝牙堆栈是起动。
/* @section Main Application Setup** @text Listing MainConfiguration shows main application code. * To run a HFP HF service you need to initialize the SDP, and to create and register HFP HF record with it. * The packet_handler is used for sending commands to the HFP AG. It also receives the HFP AG's answers.* The stdin_process callback allows for sending commands to the HFP AG. * At the end the Blueto
这篇关于btstack协议栈实战篇--HFP HF - Hands-Free的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!