test

Fork of nrf51-sdk by Lancaster University

Embed: (wiki syntax)

« Back to documentation index

device_handle Struct Reference

device_handle Struct Reference
[Device Manager Data Types]

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

#include <device_manager.h>

Data Fields

dm_application_instance_t appl_id
 Identifies the application instances for the device that is being managed.
dm_connection_instance_t connection_id
 Identifies the active connection instance.
dm_device_instance_t device_id
 Identifies peer instance in the data base.
dm_service_instance_t service_id
 Service instance identifier.

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.

Definition at line 302 of file device_manager.h.


Field Documentation

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

Definition at line 304 of file device_manager.h.

Identifies the active connection instance.

Definition at line 305 of file device_manager.h.

Identifies peer instance in the data base.

Definition at line 306 of file device_manager.h.

Service instance identifier.

Definition at line 307 of file device_manager.h.