当CC2564作为Server和一个远程设备连接(现使用一只蓝牙耳机),其ACL和SCO句柄将会被生成。
在蓝牙SNIFFMODE中原函数的参数之一就是这个连接句柄Connection_Handle。然而在调试工程当中,不论连接了什么,其值始终是0,导致令需要该句柄为参数的所有模式和服务无法运行。
在源代码中是SPPCALLBACK函数中对该句柄赋值,然而在任何有调用该回调函数的函数运行中,追踪都发现并未调用该回调函数,所以该句柄并未被赋值。
请问我的做法错误在哪里?如何获得有效句柄?
bo xu6:
The SniffMode command is responsible for putting a specified connection into HCI Sniff Mode with passed in parameters. There must be an SPP Connection created so that a Connection Handle exists. The command requires that a valid Bluetooth Stack ID exists before running.
如何创建SPP connection?
bo xu6:
回复 bo xu6:
TI有没有人能回个话?!