ESP-IDF
bt_mesh_app_id()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_app_id()
bt_mesh_app_id() function
Syntax
Show:
Summary
Declaration
from
crypto.h:76
static
inline
int
bt_mesh_app_id
(
const
uint8_t
app_key
[
16
]
,
uint8_t
app_id
[
1
]
)
;
Arguments
Argument
app_key
app_id
Examples
References
from
examples
Code
Location
Referrer
static
inline
int
bt_mesh_app_id
(
const
uint8_t
app_key
[
16
]
,
uint8_t
app_id
[
1
]
)
crypto.h:76
if
(
bt_mesh_app_id
(
key
,
&
app
->
keys
[
0
]
.
id
)
)
{
app_keys.c:312
bt_mesh_app_key_add()
if
(
bt_mesh_app_id
(
key
,
&
app
->
keys
[
1
]
.
id
)
)
{
app_keys.c:373
bt_mesh_app_key_update()
if
(
bt_mesh_app_id
(
old_key
,
&
app
->
keys
[
0
]
.
id
)
)
{
app_keys.c:436
bt_mesh_app_key_set()
if
(
bt_mesh_app_id
(
new_key
,
&
app
->
keys
[
1
]
.
id
)
)
{
app_keys.c:442
bt_mesh_app_key_set()
Call Tree
from
examples
bt_mesh_app_id()
is called by 3 functions and calls 1 function:
bt_mesh_app_key_add()
bt_mesh_app_key_update()
bt_mesh_app_key_set()
All items filtered out
bt_mesh_app_id()
bt_mesh_k4()
All items filtered out
Data Use
from
examples
bt_mesh_app_id()
:
All items filtered out
bt_mesh_app_id()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out