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

Application framework parameter database. More...

Go to the source code of this file.

Functions

App Parameter Database

Interface to read and write parameter data in a file system.

void AppParamInit (void)
 Initialize the parameter database. More...
 
void AppParamClear (void)
 Clear the parameter database. More...
 
uint16_t AppParamWrite (uint16_t id, uint16_t valueLen, const uint8_t *pValue)
 Write parameter value. More...
 
uint16_t AppParamRead (uint16_t id, uint16_t valueLen, uint8_t *pValue)
 Read parameter value. More...
 

Description

Application framework parameter database.

Copyright (c) 2015-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 app_param.h.