mac address in characteristic

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

hello there i want to send mac address in device information servicein manufacture string

   

i write code as below

   

Cyble_getDeviceAddress(&localAddr);

   

CyBle_DissetCharacteristicValue(CYBLE_DIS_MANUFACTURE_NAME,sizeof(localAddr.bdAddr),localAddr.bdAddr)

   

but its giving me random value.

   

 

   

can you help me??

0 Likes
3 Replies