ESP-IDF
bt_mesh_mutex_create()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_mutex_create()
bt_mesh_mutex_create() function
Syntax
Show:
Summary
Declaration
Definition
from
mutex.h:25
void
bt_mesh_mutex_create
(
bt_mesh_mutex_t
*
mutex
)
;
Implemented in
mutex.c:14
Arguments
Argument
mutex
Related Functions
Found 7 other functions taking a
bt_mesh_mutex_t
argument:
Function
bt_mesh_mutex_lock()
bt_mesh_mutex_unlock()
bt_mesh_mutex_free()
bt_mesh_r_mutex_create()
bt_mesh_r_mutex_free()
bt_mesh_r_mutex_lock()
bt_mesh_r_mutex_unlock()
Examples
References
from
examples
Code
Location
Referrer
void
bt_mesh_mutex_create
(
bt_mesh_mutex_t
*
mutex
)
mutex.c:14
void
bt_mesh_mutex_create
(
bt_mesh_mutex_t
*
mutex
)
;
mutex.h:25
bt_mesh_mutex_create
(
&
cfg_client_lock
)
;
cfg_cli.c:1264
cfg_cli_init()
bt_mesh_mutex_create
(
&
client_model_lock
)
;
client_common.c:404
bt_mesh_client_init()
bt_mesh_mutex_create
(
mutex
)
;
ext.c:574
bt_mesh_ext_mutex_create()
bt_mesh_mutex_create
(
&
generic_client_lock
)
;
generic_client.c:1142
generic_client_init()
bt_mesh_mutex_create
(
&
generic_server_lock
)
;
generic_server.c:2427
generic_server_init()
bt_mesh_mutex_create
(
&
light_server_lock
)
;
lighting_server.c:3096
light_server_init()
bt_mesh_mutex_create
(
&
alarm_lock
)
;
mutex.c:170
bt_mesh_mutex_init()
bt_mesh_mutex_create
(
&
list_lock
)
;
mutex.c:171
bt_mesh_mutex_init()
bt_mesh_mutex_create
(
&
buf_lock
)
;
mutex.c:172
bt_mesh_mutex_init()
bt_mesh_mutex_create
(
&
atomic_lock
)
;
mutex.c:173
bt_mesh_mutex_init()
bt_mesh_mutex_create
(
&
prov_link
.
buf_lock
)
;
prov_node.c:1551
bt_mesh_prov_init()
bt_mesh_mutex_create
(
&
prov_links
[
i
]
.
buf_lock
)
;
prov_pvnr.c:2812
bt_mesh_provisioner_prov_init()
bt_mesh_mutex_create
(
&
prov_ctx
.
pb_adv_lock
)
;
prov_pvnr.c:2828
bt_mesh_provisioner_prov_init()
bt_mesh_mutex_create
(
&
prov_ctx
.
pb_gatt_lock
)
;
prov_pvnr.c:2831
bt_mesh_provisioner_prov_init()
bt_mesh_mutex_create
(
&
provisioner_lock
)
;
pvnr_mgmt.c:40
bt_mesh_provisioner_mutex_new()
bt_mesh_mutex_create
(
&
sensor_client_lock
)
;
sensor_client.c:582
sensor_client_init()
bt_mesh_mutex_create
(
&
settings_lock
)
;
settings.c:184
bt_mesh_settings_mutex_new()
bt_mesh_mutex_create
(
&
seg_tx_lock
)
;
transport.c:1776
bt_mesh_trans_init()
bt_mesh_mutex_create
(
&
seg_rx_lock
)
;
transport.c:1777
bt_mesh_trans_init()
Call Tree
from
examples
bt_mesh_mutex_create()
is called by 13 functions and calls 4 functions:
bt_mesh_mutex_init()
bt_mesh_settings_mutex_new()
bt_mesh_prov_init()
bt_mesh_provisioner_prov_init()
bt_mesh_provisioner_mutex_new()
bt_mesh_client_init()
generic_client_init()
generic_server_init()
light_server_init()
bt_mesh_ext_mutex_create()
bt_mesh_trans_init()
cfg_cli_init()
sensor_client_init()
All items filtered out
bt_mesh_mutex_create()
__assert_func()
esp_log_timestamp()
esp_log_write()
xQueueCreateMutex()
All items filtered out
Data Use
from
examples
bt_mesh_mutex_create()
reads 2 variables and writes 1 variable:
esp_log_level_t::ESP_LOG_ERROR
bt_mesh_mutex_t::mutex
All items filtered out
bt_mesh_mutex_create()
bt_mesh_mutex_t::mutex
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