Searched refs:k_delayed_work_init (Results 1 – 24 of 24) sorted by relevance
/AliOS-Things-master/components/ble_host/include/ |
A D | work.h | 55 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 D | work.c | 63 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 D | avdtp.c | 129 k_delayed_work_init(&session->req->timeout_work, avdtp_timeout); in bt_avdtp_l2cap_connected()
|
A D | rfcomm.c | 447 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 D | l2cap_br.c | 210 k_delayed_work_init(&chan->rtx_work, l2cap_br_rtx_timeout); in l2cap_br_chan_add()
|
A D | gatt.c | 1035 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 D | conn.c | 437 k_delayed_work_init(&conn->update_work, conn_update_timeout); in conn_new()
|
A D | smp.c | 1682 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 D | l2cap.c | 343 k_delayed_work_init(&chan->rtx_work, l2cap_rtx_timeout); in l2cap_chan_add()
|
A D | att.c | 2540 k_delayed_work_init(&att_chan->timeout_work, att_timeout); in bt_att_connected()
|
A D | hci_core.c | 7229 k_delayed_work_init(&bt_dev.rpa_update, rpa_timeout); in bt_init()
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | beacon.c | 412 k_delayed_work_init(&beacon_timer, beacon_send); in bt_mesh_beacon_init()
|
A D | health_srv.c | 417 k_delayed_work_init(&srv->attn_timer, attention_off); in bt_mesh_health_srv_init()
|
A D | friend.c | 1061 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 D | transport.c | 1496 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 D | access.c | 300 k_delayed_work_init(&mod->pub->timer, mod_publish); in mod_init()
|
A D | lpn.c | 1035 k_delayed_work_init(&lpn->timer, lpn_timeout); in bt_mesh_lpn_init()
|
A D | net.c | 1440 k_delayed_work_init(&bt_mesh.ivu_timer, ivu_refresh); in bt_mesh_net_init()
|
A D | prov.c | 1741 k_delayed_work_init(&plink.tx.retransmit, prov_retransmit); in bt_mesh_prov_init()
|
A D | settings.c | 1900 k_delayed_work_init(&pending_store, store_pending); in bt_mesh_settings_init()
|
A D | provisioner_prov.c | 3379 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 D | cfg_srv.c | 3283 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 D | gatt.c | 979 k_delayed_work_init(¬ify_work, notify_action); in event_char_ccc_change()
|
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/ |
A D | gatt.c | 957 k_delayed_work_init(¬ify_work, notify_action); in event_char_ccc_change()
|
Completed in 85 milliseconds