ESP-IDF
bt_mesh_mutex_lock()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
components
app_trace
app_update
bootloader_support
bt
common
controller
esp_ble_mesh
api
btc
common
include
mesh
atomic.h
buf.h
byteorder.h
common.h
compiler.h
config.h
ffs.h
kernel.h
mutex.h
bt_mesh_mutex_t
bt_mesh_mutex_create()
bt_mesh_mutex_free()
bt_mesh_mutex_lock()
bt_mesh_mutex_unlock()
bt_mesh_r_mutex_create()
bt_mesh_r_mutex_free()
bt_mesh_r_mutex_lock()
bt_mesh_r_mutex_unlock()
bt_mesh_alarm_lock()
bt_mesh_alarm_unlock()
bt_mesh_list_lock()
bt_mesh_list_unlock()
bt_mesh_buf_lock()
bt_mesh_buf_unlock()
bt_mesh_atomic_lock()
bt_mesh_atomic_unlock()
bt_mesh_mutex_init()
bt_mesh_mutex_deinit()
slist.h
timer.h
trace.h
types.h
utils_loops.h
utils.h
tinycrypt
atomic.c
buf.c
common.c
kernel.c
mutex.c
timer.c
utils.c
core
lib
models
v1.1
host
include
porting
cmock
console
cxx
driver
efuse
esp_adc
esp_app_format
esp_bootloader_format
esp_coex
esp_common
esp_driver_ana_cmpr
esp_driver_cam
esp_driver_dac
esp_driver_gpio
esp_driver_gptimer
esp_driver_i2c
esp_driver_i2s
esp_driver_jpeg
esp_driver_ledc
esp_driver_mcpwm
esp_driver_parlio
esp_driver_pcnt
esp_driver_rmt
esp_driver_sdio
esp_driver_sdm
esp_driver_sdmmc
esp_driver_sdspi
esp_driver_spi
esp_driver_tsens
esp_driver_uart
esp_driver_usb_serial_jtag
esp_eth
esp_event
esp_gdbstub
esp_hid
esp_http_client
esp_http_server
esp_https_ota
esp_https_server
esp_hw_support
esp_lcd
esp_local_ctrl
esp_mm
esp_netif
esp_partition
esp_phy
esp_pm
esp_psram
esp_ringbuf
esp_rom
esp_security
esp_system
esp_timer
esp_vfs_console
esp_wifi
esp-tls
espcoredump
hal
heap
http_parser
ieee802154
log
mqtt
newlib
nvs_flash
nvs_sec_provider
openthread
perfmon
protobuf-c
protocomm
pthread
rt
sdmmc
soc
spi_flash
spiffs
tcp_transport
ulp
unity
vfs
wear_levelling
wifi_provisioning
wpa_supplicant
xtensa
examples
lwIP
FreeRTOS
cJSON
mbedTLS
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_lock()
bt_mesh_mutex_lock() function
Syntax
Show:
Summary
Declaration
Definition
from
mutex.h:27
void
bt_mesh_mutex_lock
(
bt_mesh_mutex_t
*
mutex
)
;
Implemented in
mutex.c:53
Arguments
Argument
mutex
Related Functions
Found 7 other functions taking a
bt_mesh_mutex_t
argument:
Function
bt_mesh_mutex_unlock()
bt_mesh_mutex_free()
bt_mesh_mutex_create()
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_lock
(
bt_mesh_mutex_t
*
mutex
)
mutex.c:53
void
bt_mesh_mutex_lock
(
bt_mesh_mutex_t
*
mutex
)
;
mutex.h:27
bt_mesh_mutex_lock
(
&
cfg_client_lock
)
;
cfg_cli.c:86
timeout_handler()
bt_mesh_mutex_lock
(
&
cfg_client_lock
)
;
cfg_cli.c:122
cfg_client_recv_status()
bt_mesh_mutex_lock
(
&
client_model_lock
)
;
client_common.c:364
bt_mesh_client_model_lock()
bt_mesh_mutex_lock
(
mutex
)
;
ext.c:584
bt_mesh_ext_mutex_lock()
bt_mesh_mutex_lock
(
&
generic_client_lock
)
;
generic_client.c:119
timeout_handler()
bt_mesh_mutex_lock
(
&
generic_client_lock
)
;
generic_client.c:504
generic_status()
bt_mesh_mutex_lock
(
&
generic_server_lock
)
;
generic_server.c:26
bt_mesh_generic_server_lock()
bt_mesh_mutex_lock
(
&
light_server_lock
)
;
lighting_server.c:26
bt_mesh_light_server_lock()
bt_mesh_mutex_lock
(
&
alarm_lock
)
;
mutex.c:130
bt_mesh_alarm_lock()
bt_mesh_mutex_lock
(
&
list_lock
)
;
mutex.c:140
bt_mesh_list_lock()
bt_mesh_mutex_lock
(
&
buf_lock
)
;
mutex.c:150
bt_mesh_buf_lock()
bt_mesh_mutex_lock
(
&
atomic_lock
)
;
mutex.c:160
bt_mesh_atomic_lock()
bt_mesh_mutex_lock
(
&
link
->
buf_lock
)
;
prov_common.c:369
bt_mesh_prov_clear_tx()
bt_mesh_mutex_lock
(
&
link
->
buf_lock
)
;
prov_common.c:468
prov_retransmit()
bt_mesh_mutex_lock
(
&
prov_ctx
.
pb_adv_lock
)
;
prov_pvnr.c:179
bt_mesh_pb_adv_lock()
bt_mesh_mutex_lock
(
&
prov_ctx
.
pb_gatt_lock
)
;
prov_pvnr.c:191
bt_mesh_pb_gatt_lock()
bt_mesh_mutex_lock
(
&
provisioner_lock
)
;
pvnr_mgmt.c:53
bt_mesh_provisioner_lock()
bt_mesh_mutex_lock
(
&
sensor_client_lock
)
;
sensor_client.c:57
timeout_handler()
bt_mesh_mutex_lock
(
&
sensor_client_lock
)
;
sensor_client.c:232
sensor_status()
bt_mesh_mutex_lock
(
&
settings_lock
)
;
settings.c:197
bt_mesh_settings_lock()
bt_mesh_mutex_lock
(
&
seg_tx_lock
)
;
transport.c:128
bt_mesh_seg_tx_lock()
bt_mesh_mutex_lock
(
&
seg_rx_lock
)
;
transport.c:138
bt_mesh_seg_rx_lock()
Call Tree
from
examples
bt_mesh_mutex_lock()
is called by 22 functions and calls 3 functions:
bt_mesh_alarm_lock()
bt_mesh_list_lock()
bt_mesh_buf_lock()
bt_mesh_atomic_lock()
bt_mesh_settings_lock()
bt_mesh_prov_clear_tx()
prov_retransmit()
bt_mesh_pb_adv_lock()
bt_mesh_pb_gatt_lock()
bt_mesh_provisioner_lock()
bt_mesh_client_model_lock()
timeout_handler()
generic_status()
bt_mesh_generic_server_lock()
bt_mesh_light_server_lock()
bt_mesh_ext_mutex_lock()
bt_mesh_seg_tx_lock()
bt_mesh_seg_rx_lock()
timeout_handler()
cfg_client_recv_status()
timeout_handler()
sensor_status()
All items filtered out
bt_mesh_mutex_lock()
esp_log_timestamp()
esp_log_write()
xQueueSemaphoreTake()
All items filtered out
Data Use
from
examples
bt_mesh_mutex_lock()
reads 2 variables:
esp_log_level_t::ESP_LOG_ERROR
bt_mesh_mutex_t::mutex
All items filtered out
bt_mesh_mutex_lock()
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