ESP-IDF
bt_mesh_prov_ctx::pb_adv_lock
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::pb_adv_lock
bt_mesh_prov_ctx::pb_adv_lock field
Syntax
Show:
Summary
Declaration
from
prov_pvnr.c:93
bt_mesh_mutex_t
pb_adv_lock
;
Examples
References
from
examples
Code
Location
Referrer
bt_mesh_mutex_t
pb_adv_lock
;
prov_pvnr.c:93
bt_mesh_mutex_lock
(
&
prov_ctx
.
pb_adv_lock
)
;
prov_pvnr.c:179
bt_mesh_pb_adv_lock()
bt_mesh_mutex_unlock
(
&
prov_ctx
.
pb_adv_lock
)
;
prov_pvnr.c:184
bt_mesh_pb_adv_unlock()
bt_mesh_mutex_create
(
&
prov_ctx
.
pb_adv_lock
)
;
prov_pvnr.c:2828
bt_mesh_provisioner_prov_init()
bt_mesh_mutex_free
(
&
prov_ctx
.
pb_adv_lock
)
;
prov_pvnr.c:2923
bt_mesh_provisioner_prov_deinit()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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