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.

CCS/CC2564MODA: spple program

Part Number: CC2564MODA
Other Parts Discussed in Thread: TM4C129XNCZAD

Tool/software: Code Composer Studio

Hi,

I am interfacing cc256moda Bluetooth module to tm4c129xnczad controller using spple demo.i need to connect this Bluetooth to another tm4c129xnczad with another cc256 Bluetooth module and to need to connect tablet at the same time to receive and send data.Here I am able to send and receive data using command calls here in this function for connecting device if we give command call such as connectle space Bluetooth address  it is working but in this program how to make changes for this function in place of 

 StrToBD_ADDR(TempParam->Params[0].strParam, &BD_ADDR);
         if(!ConnectLEDevice(BluetoothStackID, Address_Type, BD_ADDR, FALSE))
and also for discoverspple and configurele  how to change  in the program
StrToBD_ADDR(TempParam->Params[0].strParam, &BD_ADDR);//for discover spple
can you plz tell me how to make changes in all these program.