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

Wireless Data Exchange profile application interface. More...

#include "att_api.h"
#include "wdx_defs.h"
Include dependency graph for wdxs_api.h:

Go to the source code of this file.

Macros

#define WDXS_APP_RAM_MEDIA_SIZE   256
 Size of RAM Media used by the application.
 
#define WDXS_DEVICE_MODEL   "WDXS App"
 Device Model Name.
 

Functions

void WdxsAuthenticationCfg (bool_t reqLevel, uint8_t *pKey)
 Called at startup to configure WDXS authentication. More...
 
void WdxsHandler (wsfEventMask_t event, wsfMsgHdr_t *pMsg)
 Handle WSF events for WDXS. More...
 
void WdxsHandlerInit (wsfHandlerId_t handlerId)
 WSF Task Initialization for WDXS task. More...
 
uint8_t WdxsAttCback (attEvt_t *pEvt)
 Called by application to notify the WDXS of ATT Events. More...
 
void WdxsProcDmMsg (dmEvt_t *pEvt)
 Called by application to notify the WDXS of DM Events. More...
 
void WdxsSetCccIdx (uint8_t dcCccIdx, uint8_t auCccIdx, uint8_t ftcCccIdx, uint8_t ftdCccIdx)
 Set the CCCD index used by the application for WDXS service characteristics. More...
 
void WdxsFlashMediaInit (void)
 Registers the platform dependent Flash Media with the Embedded File System (EFS) More...
 
void WdxsOtaMediaInit (void)
 Registers the platform dependent OTA Media with the Embedded File System (EFS) More...
 
void WdxsResetSystem (void)
 Resets the system. More...
 
void WdxsPhyInit (void)
 Initialize WDXS Device Configuration PHY. More...
 

Description

Wireless Data Exchange profile application interface.

Copyright (c) 2013-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 wdxs_api.h.