Patched version of nrf51822 FOTA compatible driver, with GPTIO disabled, as it clashed with the mbed definitions...

Fork of nRF51822 by Nordic Semiconductor

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 282 of file device_manager.h.


Field Documentation

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

Definition at line 284 of file device_manager.h.

Identifies the active connection instance.

Definition at line 285 of file device_manager.h.

Identifies peer instance in the data base.

Definition at line 286 of file device_manager.h.

Service instance identifier.

Definition at line 287 of file device_manager.h.