ESP-IDF
bt_mesh_virtual_addr()
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_virtual_addr()
bt_mesh_virtual_addr() function
Syntax
Show:
Summary
Declaration
Definition
from
crypto.h:158
int
bt_mesh_virtual_addr
(
const
uint8_t
virtual_label
[
16
]
,
uint16_t
*
addr
)
;
Implemented in
crypto.c:813
Arguments
Argument
virtual_label
addr
Examples
References
from
examples
Code
Location
Referrer
int
bt_mesh_virtual_addr
(
const
uint8_t
virtual_label
[
16
]
,
uint16_t
*
addr
)
crypto.c:813
int
bt_mesh_virtual_addr
(
const
uint8_t
virtual_label
[
16
]
,
uint16_t
*
addr
)
crypto.c:524
int
bt_mesh_virtual_addr
(
const
uint8_t
virtual_label
[
16
]
,
uint16_t
*
addr
)
;
crypto.h:158
int
bt_mesh_virtual_addr
(
const
uint8_t
virtual_label
[
16
]
,
uint16_t
*
addr
)
;
crypto.h:156
if
(
bt_mesh_virtual_addr
(
label_uuid
,
addr
)
<
0
)
{
cfg_srv.c:1308
va_add()
err
=
bt_mesh_virtual_addr
(
uuid
,
&
va
->
addr
)
;
transport.c:1739
bt_mesh_va_add()
Call Tree
from
examples
bt_mesh_virtual_addr()
is called by 2 functions and calls 4 functions:
va_add()
bt_mesh_va_add()
All items filtered out
bt_mesh_virtual_addr()
sys_get_be16()
bt_mesh_aes_cmac_one()
bt_mesh_s1()
get_be16()
All items filtered out
Data Use
from
examples
bt_mesh_virtual_addr()
:
All items filtered out
bt_mesh_virtual_addr()
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