summaryrefslogtreecommitdiff
path: root/digital/zigbit/bitcloud/stack/Components/ZDO/include/private/zdoDiscoveryManager.h
blob: d06dd565733d8eae5084da904161743beba4ecbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/************************************************************************//**
  \file zdoDiscoveryManager.h

  \brief The header file describes the constants and types of
  ZDO discovery manager

  \author
    Atmel Corporation: http://www.atmel.com \n
    Support email: avr@atmel.com

  Copyright (c) 2008-2011, Atmel Corporation. All rights reserved.
  Licensed under Atmel's Limited License Agreement (BitCloudTM).

  \internal
    History:
******************************************************************************/

#ifndef ZDODISCOVERYMANAGER_H_
#define ZDODISCOVERYMANAGER_H_

void zdoZdpDiscoveryRequestCreate(void);
void zdoZdpDiscoveryMessageInd(void);

#endif /*ZDODISCOVERYMANAGER_H_*/