Mistake on this page?
Report an issue in GitHub or email us
lctr_int_priv.h
Go to the documentation of this file.
1 /*************************************************************************************************/
2 /*!
3  * \file
4  *
5  * \brief Internal link layer controller privacy interface file.
6  *
7  * Copyright (c) 2013-2017 ARM Ltd. All Rights Reserved.
8  *
9  * Copyright (c) 2019 Packetcraft, Inc.
10  *
11  * Licensed under the Apache License, Version 2.0 (the "License");
12  * you may not use this file except in compliance with the License.
13  * You may obtain a copy of the License at
14  *
15  * http://www.apache.org/licenses/LICENSE-2.0
16  *
17  * Unless required by applicable law or agreed to in writing, software
18  * distributed under the License is distributed on an "AS IS" BASIS,
19  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20  * See the License for the specific language governing permissions and
21  * limitations under the License.
22  */
23 /*************************************************************************************************/
24 
25 #ifndef LCTR_INT_PRIV_H
26 #define LCTR_INT_PRIV_H
27 
28 #include "lctr_int.h"
29 #include "wsf_timer.h"
30 
31 #ifdef __cplusplus
32 extern "C" {
33 #endif
34 
35 /**************************************************************************************************
36  Data Types
37 **************************************************************************************************/
38 
39 /*! \brief Slave advertising state context. */
40 typedef struct
41 {
42  wsfTimer_t tmrResPrivAddrTimeout; /*!< Resolvable private address timeout timer. */
44 
45 /**************************************************************************************************
46  Globals
47 **************************************************************************************************/
48 
49 extern lctrPrivCtx_t lctrPriv;
50 
51 
52 #ifdef __cplusplus
53 };
54 #endif
55 
56 #endif /* LCTR_INT_PRIV_H */
wsfTimer_t tmrResPrivAddrTimeout
Definition: lctr_int_priv.h:42
Slave advertising state context.
Definition: lctr_int_priv.h:40
Timer structure.
Definition: wsf_timer.h:53
Timer service.
Internal link layer controller interface file.
Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.