/hal_espressif-3.4.0/components/bt/esp_ble_mesh/mesh_common/include/ |
D | mesh_timer.h | 247 int k_delayed_work_init(struct k_delayed_work *work, k_work_handler_t handler);
|
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/mesh_common/ |
D | mesh_timer.c | 64 int k_delayed_work_init(struct k_delayed_work *work, k_work_handler_t handler) in k_delayed_work_init() function
|
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/common_components/fast_provisioning/ |
D | ble_mesh_fast_prov_server_model.c | 633 k_delayed_work_init(&srv->disable_fast_prov_timer, disable_fast_prov_cb); in example_fast_prov_server_init() 634 k_delayed_work_init(&srv->gatt_proxy_enable_timer, enable_gatt_proxy_cb); in example_fast_prov_server_init()
|
D | ble_mesh_fast_prov_client_model.c | 328 k_delayed_work_init(&get_all_node_addr_timer, example_get_all_node_addr); in example_fast_prov_client_recv_status()
|
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/mesh_models/server/ |
D | lighting_server.c | 3011 k_delayed_work_init(&srv->actual_transition.timer, light_lightness_actual_work_handler); in light_server_init() 3012 k_delayed_work_init(&srv->linear_transition.timer, light_lightness_linear_work_handler); in light_server_init() 3034 k_delayed_work_init(&srv->transition.timer, light_ctl_work_handler); in light_server_init() 3056 k_delayed_work_init(&srv->transition.timer, light_ctl_temp_work_handler); in light_server_init() 3069 k_delayed_work_init(&srv->transition.timer, light_hsl_work_handler); in light_server_init() 3091 k_delayed_work_init(&srv->transition.timer, light_hsl_hue_work_handler); in light_server_init() 3104 k_delayed_work_init(&srv->transition.timer, light_hsl_sat_work_handler); in light_server_init() 3117 k_delayed_work_init(&srv->transition.timer, light_xyl_work_handler); in light_server_init() 3139 k_delayed_work_init(&srv->transition.timer, light_lc_work_handler); in light_server_init()
|
D | generic_server.c | 2353 k_delayed_work_init(&srv->transition.timer, generic_onoff_work_handler); in generic_server_init() 2362 k_delayed_work_init(&srv->transition.timer, generic_level_work_handler); in generic_server_init() 2398 k_delayed_work_init(&srv->transition.timer, generic_power_level_work_handler); in generic_server_init()
|
D | time_scene_server.c | 1261 k_delayed_work_init(&srv->transition.timer, scene_recall_work_handler); in time_scene_server_init()
|
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/mesh_core/ |
D | beacon.c | 446 k_delayed_work_init(&beacon_timer, beacon_send); in bt_mesh_beacon_init()
|
D | health_srv.c | 457 k_delayed_work_init(&srv->attn_timer, attention_off); in health_srv_init()
|
D | prov.c | 1782 k_delayed_work_init(&link.prot_timer, protocol_timeout); in bt_mesh_prov_init() 1787 k_delayed_work_init(&link.tx.retransmit, prov_retransmit); in bt_mesh_prov_init()
|
D | friend.c | 1265 k_delayed_work_init(&frnd->timer, friend_timeout); in bt_mesh_friend_init() 1266 k_delayed_work_init(&frnd->clear.timer, clear_timeout); in bt_mesh_friend_init()
|
D | transport.c | 1857 k_delayed_work_init(&seg_tx[i].retransmit, seg_retransmit); in bt_mesh_trans_init() 1861 k_delayed_work_init(&seg_rx[i].ack, seg_ack); in bt_mesh_trans_init()
|
D | proxy_client.c | 975 k_delayed_work_init(&server->sar_timer, proxy_sar_timeout); in bt_mesh_proxy_client_init()
|
D | lpn.c | 1070 k_delayed_work_init(&lpn->timer, lpn_timeout); in bt_mesh_lpn_init()
|
D | access.c | 341 k_delayed_work_init(&mod->pub->timer, mod_publish); in mod_init()
|
D | adv.c | 910 if (k_delayed_work_init(&tx->resend, ble_adv_resend)) { in bt_mesh_start_ble_advertising()
|
D | proxy_server.c | 1463 k_delayed_work_init(&client->sar_timer, proxy_sar_timeout); in bt_mesh_proxy_server_init()
|
D | net.c | 1575 k_delayed_work_init(&bt_mesh.ivu_timer, ivu_refresh); in bt_mesh_net_init()
|
D | provisioner_prov.c | 3287 k_delayed_work_init(&link[i].tx.retransmit, prov_retransmit); 3295 k_delayed_work_init(&link[i].timeout, prov_timeout);
|
D | settings.c | 2627 k_delayed_work_init(&pending_store, store_pending); in settings_core_init()
|
D | cfg_srv.c | 3387 k_delayed_work_init(&cfg->hb_pub.timer, hb_publish); in cfg_srv_init()
|
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/mesh_models/client/ |
D | client_common.c | 325 if (k_delayed_work_init(&node->timer, timer_handler)) { in bt_mesh_client_send_msg()
|
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/main/ |
D | main.c | 718 k_delayed_work_init(&send_self_prov_node_addr_timer, example_send_self_prov_node_addr); in ble_mesh_init()
|
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_client/tutorial/ |
D | BLE_Mesh_Fast_Prov_Client_Example_Walkthrough.md | 186 k_delayed_work_init(&get_all_node_addr_timer, example_get_all_node_addr);
|
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/main/ |
D | main.c | 730 k_delayed_work_init(&send_self_prov_node_addr_timer, example_send_self_prov_node_addr); in ble_mesh_init()
|