HI ...
Which one is stable to identify the connected peripheral devices using mac address or connection handle . if it is mac address , then suggest me a way to identify the mac address of device
Thanks in advance
HI ...
Which one is stable to identify the connected peripheral devices using mac address or connection handle . if it is mac address , then suggest me a way to identify the mac address of device
Thanks in advance
Hi Pspavi,
Please let us know which devices you are planing to connect to ? Are they phones or they are other nRF52 chip ?
To get the nRF52 MAC address, you can call sd_ble_gap_addr_get() to get the address. Please have a look in the documentation for more information on how to use it.