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

The difference between (dm_handle_t) "connection_id" and "conn_handle"

Hi all,

I want to clarify are there any deference between "connection_id" and "conn_handle" ?

I use a multilink central application with 8 possible peripherals devices and I can see that both this parameters all time have the same value.

Can I supposed that in my case the conn_handle == connection_id all time?

It will helps to avoid ugly functions like client_find(conn_handle).

Best regards, Ivan

Related