Part Number:CC2564
Hi TI Engineers,
在进行CC2564的开发过程中,需要对Power进行配置,但是只能查到HCI_Command,不知道怎么使用和发送这些命令。后来看到别人推荐的HCI_Send_Raw_Command 这种库函数,但是没有查到手册对这些函数进行说明,请问在哪儿能查到这些库函数?
谢谢!
Kevin Qiu1:
参考这里:https://www.ti2k.com/wp-content/uploads/2022/03/DeyiSupport_Bluetooth_1748583
,
Yang Yang:
Hi Kevin,
感谢回复. 那个帖子太久了,里面的很多链接都已经失效了
,
Yang Yang:
Hi Kevin,
请问你知道BlueTopia FAE的联系方式吗? 邮件或者其它的方式?
,
Kevin Qiu1:
你也可以在英文论坛咨询BlueTopia问题
https://e2e.ti.com/support/wireless-connectivity/bluetooth-group/bluetooth/f/bluetooth-forum
你需要哪个链接的内容,我可以将pdf文件传上来
,
Yang Yang:
HI Kevin,
感谢你的Support,我需要SPP 和RFComm的链接内容,如果有文档,麻烦贴一下,Thank you.
,
Kevin Qiu1:
SPP:https://www.ti2k.com/wp-content/uploads/2022/03/DeyiSupport_Bluetooth_swra637.pdf
CC256x VS HCI Commands – Texas Instruments Wiki.pdf
,
Yang Yang:
Hi Kevin,
一个衍生的问题,您能不能告诉我
HCI_Send_Raw_Command(unsigned int BluetoothStackID, Byte_t Command_OGF, Word_t Command_OCF, Byte_t Command_Length, Byte_t Command_Data[], Byte_t *StatusResult, Byte_t *LengthResult, Byte_t *BufferResult, Boolean_t WaitForResponse);
这个函数里 StatusResult 数值 所代表的意思呢?
在我的调试过程中,出现了246 和 65 这样的StatusResult , 我查不到数值代表的意义
谢谢。
,
Kevin Qiu1:
我看到你已经在英文论坛发了帖子,Michael已经回复了,有问题可以在原帖下继续询问https://e2e.ti.com/support/wireless-connectivity/bluetooth-group/bluetooth/f/bluetooth-forum/1012148/cc2564-how-can-i-discern-the-parameters-of-hci_send_raw_command
,
Yang Yang:
Hi Kevin,
我的问题已经解决。
谢谢