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

Glucose profile sensor. More...

Go to the source code of this file.

Macros

#define GLP_ALL_SUPPORTED_FEATURES   0x000F
 All supported features of the glucose profile.
 

Functions

void GlpsInit (void)
 Initialize the Glucose profile sensor. More...
 
void GlpsProcMsg (wsfMsgHdr_t *pMsg)
 This function is called by the application when a message that requires processing by the glucose profile sensor is received. More...
 
void GlpsBtn (dmConnId_t connId, uint8_t btn)
 Handle a button press. More...
 
uint8_t GlpsRacpWriteCback (dmConnId_t connId, uint16_t handle, uint8_t operation, uint16_t offset, uint16_t len, uint8_t *pValue, attsAttr_t *pAttr)
 ATTS write callback for glucose service record access control point. Use this function as a parameter to SvcGlsCbackRegister(). More...
 
void GlpsSetFeature (uint16_t feature)
 Set the supported features of the glucose sensor. More...
 
void GlpsSetCccIdx (uint8_t glmCccIdx, uint8_t glmcCccIdx, uint8_t racpCccIdx)
 Set the CCCD index used by the application for glucose service characteristics. More...
 

Description

Glucose 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 glps_api.h.