![]() |
Cordio Stack and Cordio Profiles
r2p3-02rel0
|
Health Thermometer profile sensor. More...
Go to the source code of this file.
Data Structures | |
struct | htpsCfg_t |
Configurable parameters. More... | |
Functions | |
void | HtpsInit (wsfHandlerId_t handlerId, htpsCfg_t *pCfg) |
Initialize the Health Thermometer profile sensor. More... | |
void | HtpsMeasStart (dmConnId_t connId, uint8_t timerEvt, uint8_t itCccIdx) |
Start periodic temperature measurement. This function starts a timer to perform periodic measurements. More... | |
void | HtpsMeasStop (void) |
Stop periodic temperature measurement. More... | |
void | HtpsMeasComplete (dmConnId_t connId, uint8_t tmCccIdx) |
Temperature measurement complete. More... | |
void | HtpsProcMsg (wsfMsgHdr_t *pMsg) |
This function is called by the application when the periodic measurement timer expires. More... | |
void | HtpsSetTmFlags (uint8_t flags) |
Set the temperature measurement flags. More... | |
void | HtpsSetItFlags (uint8_t flags) |
Set the intermediate temperature flags. More... | |
Health Thermometer profile sensor.
Copyright (c) 2012-2018 Arm Ltd. All Rights Reserved. Arm Ltd. confidential and proprietary.
IMPORTANT. Your use of this file is governed by a Software License Agreement ("Agreement") that must be accepted in order to download or otherwise receive a copy of this file. You may not use or copy this file for any purpose other than as described in the Agreement. If you do not agree to all of the terms of the Agreement do not use this file and delete all copies in your possession or control; if you do not have a copy of the Agreement, you must contact Arm Ltd. prior to any use, copying or further distribution of this software.
Definition in file htps_api.h.