Home
last modified time | relevance | path

Searched refs:k_work_init (Results 1 – 10 of 10) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_host/port/aos/
A Dwork.c49 int k_work_init(struct k_work *work, k_work_handler_t handler) in k_work_init() function
65 k_work_init(&work->work, handler); in k_delayed_work_init()
/AliOS-Things-master/components/ble_host/include/
A Dwork.h46 int k_work_init(struct k_work *work, k_work_handler_t handler);
/AliOS-Things-master/components/genie_service/core/src/
A Dgenie_mesh.c188 k_work_init(&genie_mesh_work, do_genie_mesh_work); in bt_ready_cb()
A Dgenie_time.c1408 k_work_init(&genie_time_timer.work, genie_time_do_work); in genie_time_init()
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dsettings.c279 k_work_init(&save_id_work, save_id); in bt_settings_init()
A Dl2cap.c350 k_work_init(&ch->rx_work, l2cap_rx_process); in l2cap_chan_add()
858 k_work_init(&chan->tx_work, l2cap_chan_tx_process); in l2cap_chan_tx_init()
A Dconn.c439 k_work_init(&conn->tx_complete_work, tx_complete_work); in conn_new()
A Dhci_core.c7336 k_work_init(&bt_dev.init, init_work); in bt_enable()
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dproxy.c1406 k_work_init(&client->send_beacons, proxy_send_beacons); in bt_mesh_proxy_init()
A Dnet.c1442 k_work_init(&bt_mesh.local_work, bt_mesh_net_local); in bt_mesh_net_init()

Completed in 33 milliseconds