Cordio Stack and Cordio Profiles  r2p3-02rel0
blps_api.h File Reference

Blood Pressure profile sensor. More...

#include "wsf_timer.h"
#include "att_api.h"
Include dependency graph for blps_api.h:

Go to the source code of this file.

Data Structures

struct  blpsCfg_t
 Configurable parameters. More...
 

Functions

void BlpsInit (wsfHandlerId_t handlerId, blpsCfg_t *pCfg)
 Initialize the Blood Pressure profile sensor. More...
 
void BlpsMeasStart (dmConnId_t connId, uint8_t timerEvt, uint8_t icpCccIdx)
 Start periodic blood pressure measurement. This function starts a timer to perform periodic measurements. More...
 
void BlpsMeasStop (void)
 Stop periodic blood pressure measurement. More...
 
void BlpsMeasComplete (dmConnId_t connId, uint8_t bpmCccIdx)
 Blood pressure measurement complete. More...
 
void BlpsProcMsg (wsfMsgHdr_t *pMsg)
 This function is called by the application when the periodic measurement timer expires. More...
 
void BlpsSetBpmFlags (uint8_t flags)
 Set the blood pressure measurement flags. More...
 
void BlpsSetIcpFlags (uint8_t flags)
 Set the intermediate cuff pressure flags. More...
 

Description

Blood Pressure 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 blps_api.h.