summaryrefslogtreecommitdiffhomepage
path: root/digital/zigbit/bitcloud/stack/Components/Security/TrustCentre/include/private/tcDeviceTableCtrlHandler.h
blob: 8d67c9eb8a58a1fe6750163e3dda2031a23d2b91 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
/**************************************************************************//**
  \file tcDeviceTableCtrlHandler.h

  \brief Security Trust Centre devices' permission table control header file.

  \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:
      2008.03 - ALuzhetsky created.
******************************************************************************/
#ifndef _TCDEVICETABLECTRLHANDLERH
#define _TCDEVICETABLECTRLHANDLERH

/******************************************************************************
                             Includes section.
******************************************************************************/
#include <types.h>
#ifdef _TC_PERMISSION_TABLE_
/******************************************************************************
                             Functions prototypes section.
******************************************************************************/
/**************************************************************************//**
  \brief Initializes Trust Centre device permission table.

  \param none.
  \return none.
******************************************************************************/
void tcResetDevicePermissionTable(void);

/**************************************************************************//**
  \brief Finds device in Trust Centre device permission table.

  \param none.
  \return true if device presents, false - otherwise.
******************************************************************************/
bool tcFindDeviceInPermissionTable(ExtAddr_t *extAddr);
#endif
#endif // _TCDEVICETABLECTRLHANDLERH
// eof tcDeviceTableCtrlHandler.h