ESP-IDF
bt_mesh_prov_link::local_conf
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
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_link::local_conf
bt_mesh_prov_link::local_conf field
Syntax
Show:
Summary
Declaration
from
prov_common.h:201
uint8_t
local_conf
[
PROV_CONF_MAX_SIZE
]
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
local_conf
[
PROV_CONF_MAX_SIZE
]
;
/* Local Confirmation */
prov_common.h:201
memcpy
(
link
->
local_conf
,
conf
,
conf_size
)
;
prov_pvnr.c:1562
send_confirm()
if
(
!
memcmp
(
buf
->
data
,
link
->
local_conf
,
conf_size
)
)
{
prov_pvnr.c:1925
prov_confirm()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_prov_link::local_conf
is read by 2 functions:
All items filtered out
bt_mesh_prov_link::local_conf
send_confirm()
prov_confirm()
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