Zephyr API Documentation
4.2.0-rc1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
keys.h
Go to the documentation of this file.
1
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
};
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 Tue Jul 8 2025 09:07:45 for Zephyr API Documentation by
1.12.0