summaryrefslogtreecommitdiffhomepage
path: root/digital/beacon/src/Bitcloud_stack/Components/ZDO/include/private/zdoDiscoveryManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'digital/beacon/src/Bitcloud_stack/Components/ZDO/include/private/zdoDiscoveryManager.h')
-rw-r--r--digital/beacon/src/Bitcloud_stack/Components/ZDO/include/private/zdoDiscoveryManager.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/digital/beacon/src/Bitcloud_stack/Components/ZDO/include/private/zdoDiscoveryManager.h b/digital/beacon/src/Bitcloud_stack/Components/ZDO/include/private/zdoDiscoveryManager.h
new file mode 100644
index 00000000..d06dd565
--- /dev/null
+++ b/digital/beacon/src/Bitcloud_stack/Components/ZDO/include/private/zdoDiscoveryManager.h
@@ -0,0 +1,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_*/