ESP-IDF
bt_mesh_prov_ctx::static_oob_val
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_ctx::static_oob_val
bt_mesh_prov_ctx::static_oob_val field
Syntax
Show:
Summary
Declaration
from
prov_pvnr.c:77
uint8_t
static_oob_val
[
32
]
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
static_oob_val
[
32
]
;
prov_pvnr.c:77
(
void
)
memset
(
prov_ctx
.
static_oob_val
,
0
,
BLE_MESH_PROV_STATIC_OOB_MAX_LEN
)
;
prov_pvnr.c:895
bt_mesh_provisioner_set_static_oob_value()
memcpy
(
prov_ctx
.
static_oob_val
,
value
,
prov_ctx
.
static_oob_len
)
;
prov_pvnr.c:898
bt_mesh_provisioner_set_static_oob_value()
memcpy
(
link
->
auth
,
prov_ctx
.
static_oob_val
,
auth_size
)
;
prov_pvnr.c:1392
prov_auth()
prov_ctx
.
static_oob_val
,
prov_ctx
.
static_oob_len
)
;
prov_pvnr.c:1395
prov_auth()
memcpy
(
prov_ctx
.
static_oob_val
,
prov_pvnr.c:2787
bt_mesh_provisioner_prov_init()
memset
(
prov_ctx
.
static_oob_val
,
0
,
sizeof
(
prov_ctx
.
static_oob_val
)
)
;
prov_pvnr.c:2929
bt_mesh_provisioner_prov_deinit()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_prov_ctx::static_oob_val
is read by 4 functions:
All items filtered out
bt_mesh_prov_ctx::static_oob_val
bt_mesh_provisioner_set_static_oob_value()
prov_auth()
bt_mesh_provisioner_prov_init()
bt_mesh_provisioner_prov_deinit()
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