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.

Problems with BLE secure application

Guru 18595 points
Other Parts Discussed in Thread: CC2564

Hi all,

I've seen similar threads around the forum but I was not able to extract the answer.

It's our first time programming BLE things for iPhone. Our CC254x and CC2564 applications work fine (we have two of them).

However, in order to do some security procedures, we need to be able to extract the random BLE MAC address that the Apple iPhone device has at a certain time. We do not find any API call for this.

So my question is simple, is this even possible?

Let me know your thoughts and have a nice day :)

  • Hi Kazola,
    If you have bonded with iOS you should be able to get the BLE MAC address from the Bond manager (i.e. gapbondmgr.c). It's available in there within the gapBondRec_t bonds although I see no obvious "get/fetch" function from the application so you might have to create one.

    Best Regards
    Joakim