Home
last modified time | relevance | path

Searched refs:k_work_submit (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_timer.h221 static inline void k_work_submit(struct k_work *work) in k_work_submit() function
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dbeacon.c484 k_work_submit(&beacon_timer.work); in bt_mesh_beacon_ivu_initiator()
497 k_work_submit(&beacon_timer.work); in bt_mesh_beacon_enable()
516 k_work_submit(&beacon_timer.work); in bt_mesh_beacon_enable()
Dnet.c990 k_work_submit(&bt_mesh.local_work); in bt_mesh_net_send()
995 k_work_submit(&bt_mesh.local_work); in bt_mesh_net_send()
Dadv.c794 k_work_submit(&tx->resend.work); in ble_adv_send_end()
Dsettings.c1431 k_work_submit(&hb_pub->timer.work); in settings_core_commit()
1498 k_work_submit(&pending_store.work); in schedule_store()
Dproxy_server.c839 k_work_submit(&client->send_beacons); in proxy_ccc_write()
Dcfg_srv.c3124 k_work_submit(&cfg->hb_pub.timer.work); in heartbeat_pub_set()
3143 k_work_submit(&cfg->hb_pub.timer.work); in heartbeat_pub_set()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dstate_transition.c1034 k_work_submit(&transition->timer.work); in bt_mesh_server_start_transition()