Home
last modified time | relevance | path

Searched refs:bt_mesh_mutex_create (Results 1 – 17 of 17) sorted by relevance

/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_common/
Dmesh_mutex.c14 void bt_mesh_mutex_create(bt_mesh_mutex_t *mutex) in bt_mesh_mutex_create() function
80 bt_mesh_mutex_create(&alarm_lock); in bt_mesh_alarm_mutex_new()
97 bt_mesh_mutex_create(&list_lock); in bt_mesh_list_mutex_new()
114 bt_mesh_mutex_create(&buf_lock); in bt_mesh_buf_mutex_new()
131 bt_mesh_mutex_create(&atomic_lock); in bt_mesh_atomic_mutex_new()
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_mutex.h25 void bt_mesh_mutex_create(bt_mesh_mutex_t *mutex);
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/
Dhealth_cli.c37 bt_mesh_mutex_create(&health_client_lock); in bt_mesh_health_client_mutex_new()
Dtransport.c120 bt_mesh_mutex_create(&tx_seg_lock); in bt_mesh_tx_seg_mutex_new()
144 bt_mesh_mutex_create(&rx_seg_lock); in bt_mesh_rx_seg_mutex_new()
Dprovisioner_prov.c351 bt_mesh_mutex_create(&prov_ctx.pb_adv_lock); in bt_mesh_pb_adv_mutex_new()
375 bt_mesh_mutex_create(&prov_ctx.pb_buf_lock); in bt_mesh_pb_buf_mutex_new()
401 bt_mesh_mutex_create(&prov_ctx.pb_gatt_lock); in bt_mesh_pb_gatt_mutex_new()
Dcfg_cli.c79 bt_mesh_mutex_create(&cfg_client_lock); in bt_mesh_cfg_client_mutex_new()
Dprov.c200 bt_mesh_mutex_create(&pb_buf_lock); in bt_mesh_pb_buf_mutex_new()
Dprovisioner_main.c34 bt_mesh_mutex_create(&provisioner_lock); in bt_mesh_provisioner_mutex_new()
Dsettings.c176 bt_mesh_mutex_create(&settings_lock); in bt_mesh_settings_mutex_new()
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_models/client/
Dclient_common.c354 bt_mesh_mutex_create(&client_model_lock); in bt_mesh_client_model_mutex_new()
Dsensor_client.c50 bt_mesh_mutex_create(&sensor_client_lock); in bt_mesh_sensor_client_mutex_new()
Dtime_scene_client.c66 bt_mesh_mutex_create(&time_scene_client_lock); in bt_mesh_time_scene_client_mutex_new()
Dgeneric_client.c112 bt_mesh_mutex_create(&generic_client_lock); in bt_mesh_generic_client_mutex_new()
Dlighting_client.c121 bt_mesh_mutex_create(&light_client_lock); in bt_mesh_light_client_mutex_new()
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_models/server/
Dtime_scene_server.c24 bt_mesh_mutex_create(&time_scene_server_lock); in bt_mesh_time_scene_server_mutex_new()
Dgeneric_server.c27 bt_mesh_mutex_create(&generic_server_lock); in bt_mesh_generic_server_mutex_new()
Dlighting_server.c27 bt_mesh_mutex_create(&light_server_lock); in bt_mesh_light_server_mutex_new()