Home
last modified time | relevance | path

Searched refs:k_delayed_work (Results 1 – 23 of 23) sorted by relevance

/AliOS-Things-master/components/ble_host/include/
A Dwork.h51 struct k_delayed_work { struct
55 void k_delayed_work_init(struct k_delayed_work *work, k_work_handler_t handler); argument
56 int k_delayed_work_submit(struct k_delayed_work *work, uint32_t delay);
57 int k_delayed_work_cancel(struct k_delayed_work *work);
58 int k_delayed_work_remaining_get(struct k_delayed_work *work);
/AliOS-Things-master/components/ble_host/bt_host/port/aos/
A Dwork.c60 k_delayed_work_submit((struct k_delayed_work *)work, 0); in k_work_submit()
63 void k_delayed_work_init(struct k_delayed_work *work, k_work_handler_t handler) in k_delayed_work_init()
68 int k_delayed_work_submit(struct k_delayed_work *work, uint32_t delay) in k_delayed_work_submit()
86 int k_delayed_work_cancel(struct k_delayed_work *work) in k_delayed_work_cancel()
96 bt_s32_t k_delayed_work_remaining_get(struct k_delayed_work *work) in k_delayed_work_remaining_get()
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/api/mesh/
A Dctrl_relay.h79 struct k_delayed_work sta_work;
80 struct k_delayed_work chk_work;
81 struct k_delayed_work keep_work;
A Dhealth_srv.h79 struct k_delayed_work attn_timer;
A Dcfg_srv.h38 struct k_delayed_work timer;
A Daccess.h307 struct k_delayed_work timer;
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/
A Dnet.h115 struct k_delayed_work timer;
131 struct k_delayed_work timer; /* Repeat timer */
192 struct k_delayed_work timer;
259 struct k_delayed_work ivu_timer;
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Drfcomm.h77 struct k_delayed_work rtx_work;
A Dl2cap.h101 struct k_delayed_work rtx_work;
/AliOS-Things-master/components/ble_host/bt_host/host/
A Davdtp_internal.h100 struct k_delayed_work timeout_work;
A Drfcomm_internal.h24 struct k_delayed_work rtx_work;
A Dhci_core.h242 struct k_delayed_work rpa_update;
A Dconn_internal.h152 struct k_delayed_work update_work;
A Dgatt.c565 struct k_delayed_work db_hash_work;
896 struct k_delayed_work work;
964 struct k_delayed_work work;
A Dsmp.c206 struct k_delayed_work work;
273 struct k_delayed_work work;
A Datt.c107 struct k_delayed_work timeout_work;
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dbeacon.c38 static struct k_delayed_work beacon_timer;
A Dtransport.c101 struct k_delayed_work retransmit; /* Retransmit timer */
114 struct k_delayed_work ack;
A Dprov.c187 struct k_delayed_work retransmit;
A Dsettings.c67 static struct k_delayed_work pending_store;
A Dprovisioner_prov.c218 struct k_delayed_work retransmit;
225 struct k_delayed_work timeout;
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/test/
A Dgatt.c955 struct k_delayed_work notify_work = {0};
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/
A Dgatt.c931 struct k_delayed_work notify_work = {0};

Completed in 54 milliseconds