This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Getting device address in ble_app_hrs central

Hi All, I am a beginner in nrf52. I need to get the client device address in ble_app_hrs_central, because I have more than one devices connected. There is a hrs_c_evt_handler in the main.c which is called when a client sent a new heart rate value. I can found the conn_handle which may identify the connection. I need to get the device address assigned this connection. How can I get it?

thx Zamek

Related