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
Anonymous
Not applicable

no body have solution??

0 Likes
Anonymous
Not applicable

i am getting this data 91:95:19:29:49:99 on manufacture string

0 Likes
Anonymous
Not applicable

my problem is similar to http://www.cypress.com/forum/proc-ble/mac-address. but i can't find solution there

0 Likes