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

Wireless Data Exchange service implementation. More...

#include "util/bstream.h"
#include "att_api.h"
#include "wdx_defs.h"
Include dependency graph for svc_wdxs.h:

Go to the source code of this file.

Functions

void SvcWdxsAddGroup (void)
 Add the services from the attribute server. More...
 
void SvcWdxsRemoveGroup (void)
 Remove the services from the attribute server. More...
 
void SvcWdxsRegister (attsWriteCback_t writeCback)
 Register a write callback functions for the ATT Group. More...
 

Variables

const uint8_t wdxsDcUuid [ATT_128_UUID_LEN]
 WDX Device Configuration Characteristic.
 
const uint8_t wdxsFtcUuid [ATT_128_UUID_LEN]
 WDX File Transfer Control Characteristic.
 
const uint8_t wdxsFtdUuid [ATT_128_UUID_LEN]
 WDX File Transfer Data Characteristic.
 
const uint8_t wdxsAuUuid [ATT_128_UUID_LEN]
 WDX Authentication Characteristic.
 

Arm Ltd. Proprietary Service Handles

#define WDXS_START_HDL   0x240
 Start handle.
 
#define WDXS_END_HDL   (WDXS_MAX_HDL - 1)
 End handle.
 
enum  {
  WDXS_SVC_HDL = WDXS_START_HDL,
  WDXS_DC_CH_HDL,
  WDXS_DC_HDL,
  WDXS_DC_CH_CCC_HDL,
  WDXS_FTC_CH_HDL,
  WDXS_FTC_HDL,
  WDXS_FTC_CH_CCC_HDL,
  WDXS_FTD_CH_HDL,
  WDXS_FTD_HDL,
  WDXS_FTD_CH_CCC_HDL,
  WDXS_AU_CH_HDL,
  WDXS_AU_HDL,
  WDXS_AU_CH_CCC_HDL,
  WDXS_MAX_HDL
}
 Proprietary Service Handles. More...
 

Description

Wireless Data Exchange service implementation.

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