Hi guys,
I need to get MAC address of my device and put it into characteristic? Is it possible? And maybe someone can tell how to implement this?
Regards, Konstantin
Hi guys,
I need to get MAC address of my device and put it into characteristic? Is it possible? And maybe someone can tell how to implement this?
Regards, Konstantin
How to get MAC address [SDK 15.0, S140 6.1]:
ble_gap_addr_t ble_addr; sd_ble_gap_addr_get(&ble_addr);
How to get MAC address [SDK 15.0, S140 6.1]:
ble_gap_addr_t ble_addr; sd_ble_gap_addr_get(&ble_addr);