Zephyr API Documentation
4.2.99
A Scalable Open Source RTOS
4.2.99
Toggle main menu visibility
Main Page
Related Pages
Topics
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Enumerator
Files
File List
Globals
All
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
f
g
h
i
k
l
m
n
o
p
r
s
t
u
x
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Macros
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
keys.h
Go to the documentation of this file.
1
4
5
/*
6
* Copyright (c) 2023 Nordic Semiconductor ASA
7
*
8
* SPDX-License-Identifier: Apache-2.0
9
*/
10
11
#ifndef ZEPHYR_INCLUDE_BLUETOOTH_MESH_KEYS_H_
12
#define ZEPHYR_INCLUDE_BLUETOOTH_MESH_KEYS_H_
13
14
#include <
stdint.h
>
15
#include <psa/crypto.h>
16
17
#ifdef __cplusplus
18
extern
"C"
{
19
#endif
20
22
struct
bt_mesh_key
{
24
psa_key_id_t
key
;
25
};
22
struct
bt_mesh_key
{
…
};
26
27
#ifdef __cplusplus
28
}
29
#endif
30
31
#endif
/* ZEPHYR_INCLUDE_BLUETOOTH_MESH_KEYS_H_ */
psa_key_id_t
uint32_t psa_key_id_t
Definition
key_ids.h:25
stdint.h
bt_mesh_key
The structure that keeps representation of key.
Definition
keys.h:22
bt_mesh_key::key
psa_key_id_t key
PSA key representation is the PSA key identifier.
Definition
keys.h:24
zephyr
bluetooth
mesh
keys.h
Generated on
for Zephyr API Documentation by
1.14.0