Home
last modified time | relevance | path

Searched refs:k_delayed_work_init (Results 1 – 24 of 24) sorted by relevance

/AliOS-Things-master/components/ble_host/include/
A Dwork.h55 void k_delayed_work_init(struct k_delayed_work *work, k_work_handler_t handler);
/AliOS-Things-master/components/ble_host/bt_host/port/aos/
A Dwork.c63 void k_delayed_work_init(struct k_delayed_work *work, k_work_handler_t handler) in k_delayed_work_init() function
/AliOS-Things-master/components/ble_host/bt_host/host/
A Davdtp.c129 k_delayed_work_init(&session->req->timeout_work, avdtp_timeout); in bt_avdtp_l2cap_connected()
A Drfcomm.c447 k_delayed_work_init(&dlc->rtx_work, rfcomm_dlc_rtx_timeout); in rfcomm_dlc_init()
1589 k_delayed_work_init(&session->rtx_work, in rfcomm_session_new()
A Dl2cap_br.c210 k_delayed_work_init(&chan->rtx_work, l2cap_br_rtx_timeout); in l2cap_br_chan_add()
A Dgatt.c1035 k_delayed_work_init(&db_hash_work, db_hash_process); in bt_gatt_init()
1044 k_delayed_work_init(&gatt_sc.work, sc_process); in bt_gatt_init()
1054 k_delayed_work_init(&gatt_ccc_store.work, ccc_delayed_store); in bt_gatt_init()
A Dconn.c437 k_delayed_work_init(&conn->update_work, conn_update_timeout); in conn_new()
A Dsmp.c1682 k_delayed_work_init(&smp->work, smp_br_timeout); in bt_smp_br_accept()
4349 k_delayed_work_init(&smp->work, smp_timeout); in bt_smp_connected()
A Dl2cap.c343 k_delayed_work_init(&chan->rtx_work, l2cap_rtx_timeout); in l2cap_chan_add()
A Datt.c2540 k_delayed_work_init(&att_chan->timeout_work, att_timeout); in bt_att_connected()
A Dhci_core.c7229 k_delayed_work_init(&bt_dev.rpa_update, rpa_timeout); in bt_init()
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dbeacon.c412 k_delayed_work_init(&beacon_timer, beacon_send); in bt_mesh_beacon_init()
A Dhealth_srv.c417 k_delayed_work_init(&srv->attn_timer, attention_off); in bt_mesh_health_srv_init()
A Dfriend.c1061 k_delayed_work_init(&frnd->timer, friend_timeout); in bt_mesh_friend_init()
1062 k_delayed_work_init(&frnd->clear.timer, clear_timeout); in bt_mesh_friend_init()
A Dtransport.c1496 k_delayed_work_init(&seg_tx[i].retransmit, seg_retransmit); in bt_mesh_trans_init()
1500 k_delayed_work_init(&seg_rx[i].ack, seg_ack); in bt_mesh_trans_init()
A Daccess.c300 k_delayed_work_init(&mod->pub->timer, mod_publish); in mod_init()
A Dlpn.c1035 k_delayed_work_init(&lpn->timer, lpn_timeout); in bt_mesh_lpn_init()
A Dnet.c1440 k_delayed_work_init(&bt_mesh.ivu_timer, ivu_refresh); in bt_mesh_net_init()
A Dprov.c1741 k_delayed_work_init(&plink.tx.retransmit, prov_retransmit); in bt_mesh_prov_init()
A Dsettings.c1900 k_delayed_work_init(&pending_store, store_pending); in bt_mesh_settings_init()
A Dprovisioner_prov.c3379 k_delayed_work_init(&link[i].tx.retransmit, prov_retransmit); in provisioner_prov_init()
3388 k_delayed_work_init(&link[i].timeout, prov_timeout); in provisioner_prov_init()
A Dcfg_srv.c3283 k_delayed_work_init(&cfg->hb_pub.timer, hb_publish); in bt_mesh_cfg_srv_init()
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/test/
A Dgatt.c979 k_delayed_work_init(&notify_work, notify_action); in event_char_ccc_change()
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/
A Dgatt.c957 k_delayed_work_init(&notify_work, notify_action); in event_char_ccc_change()

Completed in 88 milliseconds