ESP-IDF
bt_mesh_prov::static_val_len
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_prov::static_val_len
bt_mesh_prov::static_val_len field
Static OOB value length
Syntax
Show:
Summary
Declaration
from
main.h:108
uint8_t
static_val_len
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
static_val_len
;
main.h:108
uint8_t
static_val_len
;
main.h:124
memcpy
(
bt_mesh_prov_link
.
auth
+
16
-
bt_mesh_prov
->
static_val_len
,
prov_device.c:148
prov_start()
bt_mesh_prov
->
static_val
,
bt_mesh_prov
->
static_val_len
)
;
prov_device.c:149
prov_start()
sizeof
(
bt_mesh_prov_link
.
auth
)
-
bt_mesh_prov
->
static_val_len
)
;
prov_device.c:151
prov_start()
if
(
bt_mesh_prov_get
(
)
->
static_val_len
>
auth_size
)
{
prov_node.c:284
prov_auth()
memcpy
(
prov_link
.
auth
+
auth_size
-
bt_mesh_prov_get
(
)
->
static_val_len
,
prov_node.c:287
prov_auth()
bt_mesh_prov_get
(
)
->
static_val
,
bt_mesh_prov_get
(
)
->
static_val_len
)
;
prov_node.c:288
prov_auth()
auth_size
-
bt_mesh_prov_get
(
)
->
static_val_len
)
;
prov_node.c:290
prov_auth()
if
(
bt_mesh_prov_get
(
)
->
static_val_len
>
BLE_MESH_PROV_STATIC_OOB_MAX_LEN
||
prov_node.c:1527
bt_mesh_prov_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_prov::static_val_len
is read by 3 functions:
All items filtered out
bt_mesh_prov::static_val_len
prov_auth()
bt_mesh_prov_init()
prov_start()
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