Nordic stack and drivers for the mbed BLE API

Dependents:   idd_hw5_bleFanProto

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

ble_hts_init_t Struct Reference

ble_hts_init_t Struct Reference
[Health Thermometer Service]

Health Thermometer Service init structure. More...

#include <ble_hts.h>

Data Fields

ble_hts_evt_handler_t evt_handler
 Event handler to be called for handling events in the Health Thermometer Service.
ble_srv_cccd_security_mode_t hts_meas_attr_md
 Initial security level for health thermometer measurement attribute.
ble_srv_security_mode_t hts_temp_type_attr_md
 Initial security level for health thermometer tempearture type attribute.
uint8_t temp_type_as_characteristic
 Set non-zero if temp type given as characteristic.
uint8_t temp_type
 Temperature type if temperature characteristic is used.

Detailed Description

Health Thermometer Service init structure.

This contains all options and data needed for initialization of the service.

Definition at line 82 of file ble_hts.h.


Field Documentation

Event handler to be called for handling events in the Health Thermometer Service.

Definition at line 84 of file ble_hts.h.

Initial security level for health thermometer measurement attribute.

Definition at line 85 of file ble_hts.h.

Initial security level for health thermometer tempearture type attribute.

Definition at line 86 of file ble_hts.h.

uint8_t temp_type

Temperature type if temperature characteristic is used.

Definition at line 88 of file ble_hts.h.

Set non-zero if temp type given as characteristic.

Definition at line 87 of file ble_hts.h.