This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] CC2564CSTBTBLESW:"sdp_sdp_quot Service_Search_Attribute_Request;执行时间

Guru**** 2331900 points
Other Parts Discussed in Thread: CC2564CSTBTBLESW
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/wireless-connectivity/bluetooth-group/bluetooth/f/bluetooth-forum/1466479/cc2564cstbtblesw-sdp_service_search_attribute_request-execution-time

器件型号:CC2564CSTBTBLESW

工具与软件:

大家好、我们在没有任何操作系统的定制电路板上使用 CC2564CSTBTBLESW v 5.1.1.1。

我们使用 HFP-AG 配置文件连接到耳机。 该操作包括通过使用 SDP_SCO()获得正确的端口 Service_Search_Attribute_Request、然后使用 HFRE_SCO_Port()实际打开数据连接、然后打开 Open_Remote_Hands。

我们测量了 SDP_SDP( Service_Search_Attribute_Request )的12ms 执行时间。 如果打开耳机、这不是问题、因为功能调用只发生一次。

但是、如果耳机已关闭、则会定期重复此函数调用、直到找到耳机。 这会延迟时间受限的其他进程的执行。

它是否存在权变措施(例如:SDP_SDP( Service_Search_Attribute_Request )的非阻塞版本等…) 或者使用另一个功能来快速发现耳机是否已打开?

我们已经尝试使用"HFRE_HFRE_Port" Open_Remote_Hands、但问题仍然相同。


提前感谢您提出任何建议