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_s Struct Reference

ble_hts_s Struct Reference
[Health Thermometer Service]

Health Thermometer Service 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.
uint16_t service_handle
 Handle of Health Thermometer Service (as provided by the BLE stack).
ble_gatts_char_handles_t meas_handles
 Handles related to the Health Thermometer Measurement characteristic.
ble_gatts_char_handles_t temp_type_handles
 Handles related to the Health Thermometer Temperature Type characteristic.
uint16_t conn_handle
 Handle of the current connection (as provided by the BLE stack, is BLE_CONN_HANDLE_INVALID if not in a connection).
uint8_t temp_type
 Temperature type indicates where the measurement was taken.

Detailed Description

Health Thermometer Service structure.

This contains various status information for the service.

Definition at line 93 of file ble_hts.h.


Field Documentation

uint16_t conn_handle

Handle of the current connection (as provided by the BLE stack, is BLE_CONN_HANDLE_INVALID if not in a connection).

Definition at line 99 of file ble_hts.h.

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

Definition at line 95 of file ble_hts.h.

Handles related to the Health Thermometer Measurement characteristic.

Definition at line 97 of file ble_hts.h.

uint16_t service_handle

Handle of Health Thermometer Service (as provided by the BLE stack).

Definition at line 96 of file ble_hts.h.

uint8_t temp_type

Temperature type indicates where the measurement was taken.

Definition at line 100 of file ble_hts.h.

Handles related to the Health Thermometer Temperature Type characteristic.

Definition at line 98 of file ble_hts.h.