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.

CC2650 : Getting MAC address of connected device

Iam trying to get the BD address(MAC) of the connected device(smart phone).

Iam using the below function to do so

GAPRole_GetParameter(GAPROLE_CONN_BD_ADDR,peerAddress);

But this is not giving the actual Address of the phone.

Is there any way to get the actual MAC address.