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.

Conetctivity Options BT-MSPAUDSOURCE Board

Hi, we have a doubt about the code of this Board, it can be posible, to display this commands, that appear in the code:

A3DPDemo_SRC.c

#ifndef __TI_A3DP_SRC_BOARD__
static int ChangeSimplePairingParameters(ParameterList_t *TempParam);
static int EndPairing(ParameterList_t *TempParam);
static int SetLocalName(ParameterList_t *TempParam);
static int GetLocalName(ParameterList_t *TempParam);
static int GetRemoteName(ParameterList_t *TempParam);
static int SetClassOfDevice(ParameterList_t *TempParam);
static int GetClassOfDevice(ParameterList_t *TempParam);
static int Pair(ParameterList_t *TempParam);
static int PINCodeResponse(ParameterList_t *TempParam);
static int PassKeyResponse(ParameterList_t *TempParam);
static int UserConfirmationResponse(ParameterList_t *TempParam);
static int SetDiscoverabilityMode(ParameterList_t *TempParam);
static int SetConnectabilityMode(ParameterList_t *TempParam);
static int SetPairabilityMode(ParameterList_t *TempParam);
static int SetBaudRate(ParameterList_t *TempParam);
#else


Wen only have 8 codes to connect and configure the board, and we want if can be posible to display these too.

Sorry for my English, i am improving it

Thanks

Carlos