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.
Hi,
Can you please tell me or provide me Bluetooth commands for CC2564MODA. Which commands are used for the Bluetooth(CC2564MODA).
Thanks
Hi Jansi,
The HCI commands are the same across all CC256x devices. There are standard HCI commands that apply to all Bluetooth devices, and vendor specific commands that are used exclusively by the CC256x platform. The standard Bluetooth HCI commands can be found in the Bluetooth Core spec in Volume 4, Part E: Section 7.1. You can find a list of vendor specific commands attached to this thread.
6378.CC256x VS HCI Commands - Texas Instruments Wiki.pdf
Thanks,
Jacob
Hi Jansi,
If you are using Bluetopia, you can also find HCI commands in HCITypes.h and HCIAPI.h in the Bluetopia/include folder.
Hope this helps,
Jacob