Hello,
In the bluetopia stack the API's are specified , doubt here is that the body of the functions for the API's are not provided. Do we need to write the function body and parameters? If so how is it done.
Thank you.
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.
Hello,
In the bluetopia stack the API's are specified , doubt here is that the body of the functions for the API's are not provided. Do we need to write the function body and parameters? If so how is it done.
Thank you.
Hi,
Could you please let me know what API's you are talking about.
Hi,
In SPP Demo main Program, HaL.h and HCITRANS.h are included.
In HAL.h Function headers are defined but no function body available, How to use these functions.
WE don't know what happens in function body.
How to use the APIs, We are new for Bluetooth Technology.
void HAL_CommConfigure(unsigned int UartBase, unsigned long BaudRate, unsigned char Flags);
int HAL_ConsoleRead(unsigned int Length, char *Buffer);
void HAL_ConsoleWrite(unsigned int Length, char *Buffer);
int BTPSAPI HCITR_COMOpen(HCI_COMMDriverInformation_t *COMMDriverInformation, HCITR_COMDataCallback_t COMDataCallback, unsigned long CallbackParameter);
void BTPSAPI HCITR_COMReconfigure(unsigned int HCITransportID, HCI_Driver_Reconfigure_Data_t *DriverReconfigureData);
Thank You.
Hi
Present we want to impliment Bluetooth SPP Communication using UART between two Bluetooth modules.
So, we need to implement by using MSP 430 experimentar boards with Bluetopia Stack.
what are the basic steps to achieve SPP Communication between modules.
thank you.
Hi Siva,
There is a SPP sample demo available as part of the Bluetooth v1.4 R1 SDK(http://www.ti.com/tool/stonestreetone-bt-sdk).
you can directly download and try it, have a look at the below links
http://processors.wiki.ti.com/index.php/CC256x_MSP430_Bluetopia_Basic_Demo_APPS
http://processors.wiki.ti.com/index.php/CC256x_MSP430_Bluetopia_Basic_SPPDemo_APP
Go through the sample app code, to get an Idea on how to implement/enhance the feathers. there is also a documentation folder available as part of the Bluetopia SDK(which can be of help)