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

UriCfg configuration service implementation. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void SvcUriCfgAddGroup (void)
 Add the services to the attribute server. More...
 
void SvcUriCfgRemoveGroup (void)
 Remove the services from the attribute server. More...
 
void SvcUriCfgCbackRegister (attsWriteCback_t writeCback)
 Register callbacks for the service. More...
 

URI Config Service Handles

#define URICFG_HANDLE_START   0x80
 Start handle.
 
#define URICFG_HANDLE_END   (URICFG_HANDLE_END_PLUS_ONE - 1)
 End handle.
 
enum  {
  URICFG_HANDLE_SVC = URICFG_HANDLE_START,
  URICFG_HANDLE_LOCKSTATE_CHR,
  URICFG_HANDLE_LOCKSTATE,
  URICFG_HANDLE_LOCKSTATE_CHR_USR_DESCR,
  URICFG_HANDLE_LOCK_CHR,
  URICFG_HANDLE_LOCK,
  URICFG_HANDLE_LOCK_CHR_USR_DESCR,
  URICFG_HANDLE_UNLOCK_CHR,
  URICFG_HANDLE_UNLOCK,
  URICFG_HANDLE_UNLOCK_CHR_USR_DESCR,
  URICFG_HANDLE_URIDATA_CHR,
  URICFG_HANDLE_URIDATA,
  URICFG_HANDLE_URIDATA_CHR_USR_DESCR,
  URICFG_HANDLE_URIFLAGS_CHR,
  URICFG_HANDLE_URIFLAGS,
  URICFG_HANDLE_URIFLAGS_CHR_USR_DESCR,
  URICFG_HANDLE_TXPWRLEVELS_CHR,
  URICFG_HANDLE_TXPWRLEVELS,
  URICFG_HANDLE_TXPWRLEVELS_CHR_USR_DESCR,
  URICFG_HANDLE_TXPWRMODE_CHR,
  URICFG_HANDLE_TXPWRMODE,
  URICFG_HANDLE_TXPWRMODE_CHR_USR_DESCR,
  URICFG_HANDLE_BEACONPERIOD_CHR,
  URICFG_HANDLE_BEACONPERIOD,
  URICFG_HANDLE_BEACONPERIOD_CHR_USR_DESCR,
  URICFG_HANDLE_RESET_CHR,
  URICFG_HANDLE_RESET,
  URICFG_HANDLE_RESET_CHR_USR_DESCR,
  URICFG_HANDLE_END_PLUS_ONE
}
 UriBeacon configuration service handles. More...
 

Description

UriCfg configuration service implementation.

Copyright (c) 2011-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 svc_uricfg.h.