device_handle

nRF5 SDK v9.0.0

nRF51 SDK v9.0.0

Device Handle used for unique identification of each peer. More...

#include <device_manager.h>

Detailed Description

Device Handle used for unique identification of each peer.

This data type is used to uniquely identify each peer device. A peer device could be active and/or bonded. Therefore an instance for active and bonded is provided. However, the application is expected to treat this is an opaque structure and use this for all API interactions once stored on appropriate events. See Device Manager Events .

Field Documentation

dm_application_instance_t device_handle::appl_id

Identifies the application instances for the device that is being managed.

dm_connection_instance_t device_handle::connection_id

Identifies the active connection instance.

dm_device_instance_t device_handle::device_id

Identifies peer instance in the data base.

dm_service_instance_t device_handle::service_id

Service instance identifier.


Please send us your feedback about the documentation! For technical questions, visit the Nordic Developer Zone .