nRF5 SDK v17.1.0
Data Fields
ble_hts_init_t Struct Reference

Health Thermometer Service init structure. This contains all options and data needed for initialization of the service. More...

#include <ble_hts.h>

Data Fields

ble_hts_evt_handler_t evt_handler
 
ble_srv_error_handler_t error_handler
 
security_req_t ht_meas_cccd_wr_sec
 
security_req_t ht_type_rd_sec
 
uint8_t temp_type_as_characteristic
 
uint8_t temp_type
 
nrf_ble_gq_tp_gatt_queue
 

Detailed Description

Health Thermometer Service init structure. This contains all options and data needed for initialization of the service.

Field Documentation

ble_srv_error_handler_t ble_hts_init_t::error_handler

Function to be called in case of an error.

ble_hts_evt_handler_t ble_hts_init_t::evt_handler

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

security_req_t ble_hts_init_t::ht_meas_cccd_wr_sec

Security requirement for writing health thermometer measurement characteristic CCCD.

security_req_t ble_hts_init_t::ht_type_rd_sec

Security requirement for reading health thermometer type characteristic.

nrf_ble_gq_t* ble_hts_init_t::p_gatt_queue

Pointer to BLE GATT Queue instance.

uint8_t ble_hts_init_t::temp_type

Temperature type if temperature characteristic is used

uint8_t ble_hts_init_t::temp_type_as_characteristic

Set non-zero if temp type given as characteristic


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated