ESP-IDF
bt_mesh_prov_link::buf_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_link::buf_lock
bt_mesh_prov_link::buf_lock field
Syntax
Show:
Summary
Declaration
from
prov_common.h:279
bt_mesh_mutex_t
buf_lock
;
Examples
References
from
examples
Code
Location
Referrer
bt_mesh_mutex_t
buf_lock
;
/* Mutex used to protect PB-ADV buffer */
prov_common.h:279
bt_mesh_mutex_lock
(
&
link
->
buf_lock
)
;
prov_common.c:369
bt_mesh_prov_clear_tx()
bt_mesh_mutex_unlock
(
&
link
->
buf_lock
)
;
prov_common.c:377
bt_mesh_prov_clear_tx()
bt_mesh_mutex_lock
(
&
link
->
buf_lock
)
;
prov_common.c:468
prov_retransmit()
bt_mesh_mutex_unlock
(
&
link
->
buf_lock
)
;
prov_common.c:490
prov_retransmit()
bt_mesh_mutex_create
(
&
prov_link
.
buf_lock
)
;
prov_node.c:1551
bt_mesh_prov_init()
bt_mesh_mutex_free
(
&
prov_link
.
buf_lock
)
;
prov_node.c:1586
bt_mesh_prov_deinit()
bt_mesh_mutex_create
(
&
prov_links
[
i
]
.
buf_lock
)
;
prov_pvnr.c:2812
bt_mesh_provisioner_prov_init()
bt_mesh_mutex_free
(
&
prov_links
[
i
]
.
buf_lock
)
;
prov_pvnr.c:2915
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