changed low freq. clock source to IRC

Dependents:   BLE_ANCS_SDAPI_IRC

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

ble_srv_report_ref_t Struct Reference

ble_srv_report_ref_t Struct Reference
['Common service definitions']

Value of a Report Reference descriptor. More...

#include <ble_srv_common.h>

Data Fields

uint8_t report_id
 Non-zero value if these is more than one instance of the same Report Type.
uint8_t report_type
 Type of Report characteristic (see BLE_SRV_HIDS_REPORT_TYPE)

Detailed Description

Value of a Report Reference descriptor.

This is mapping information which maps the parent characteristic to the Report ID(s) and Report Type(s) defined within a Report Map characteristic.

Definition at line 153 of file ble_srv_common.h.


Field Documentation

uint8_t report_id

Non-zero value if these is more than one instance of the same Report Type.

Definition at line 155 of file ble_srv_common.h.

uint8_t report_type

Type of Report characteristic (see BLE_SRV_HIDS_REPORT_TYPE)

Definition at line 156 of file ble_srv_common.h.