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

Pulse Oximeter profile sensor internal interfaces. More...

#include "app_hw.h"
Include dependency graph for plxps_main.h:

Go to the source code of this file.

Data Structures

struct  plxpsRec_t
 Pulse Oximeter measurement record. More...
 

Macros

#define PLXPS_RACP_MIN_WRITE_LEN   2
 Minimum RACP write length.
 
#define PLXPS_RACP_RSP_LEN   4
 RACP response length.
 
#define PLXPS_RACP_NUM_REC_RSP_LEN   4
 Pulse Oximeter RACP number of stored records response length.
 
#define PLXPS_OPERAND_MAX   ((CH_RACP_GLS_FILTER_TIME_LEN * 2) + 1)
 RACP operand maximum length.
 

Functions

void plxpsDbInit (void)
 Initialize the pulse oximeter record database. More...
 
uint8_t plxpsDbGetNextRecord (uint8_t oper, plxpsRec_t *pCurrRec, plxpsRec_t **pRec)
 Get the next record that matches the given filter parameters that follows the given current record. More...
 
uint8_t plxpsDbDeleteRecords (uint8_t oper)
 Delete records that match the given filter parameters. More...
 
uint8_t plxpsDbGetNumRecords (uint8_t oper, uint8_t *pNumRec)
 Get the number of records matching the filter parameters. More...
 
void plxpsDbGenerateRecord (void)
 Generate a new record. More...
 

Description

Pulse Oximeter profile sensor internal interfaces.

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 plxps_main.h.