Searched refs:k_work_init (Results 1 – 10 of 10) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_host/port/aos/ |
A D | work.c | 49 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 D | work.h | 46 int k_work_init(struct k_work *work, k_work_handler_t handler);
|
/AliOS-Things-master/components/genie_service/core/src/ |
A D | genie_mesh.c | 188 k_work_init(&genie_mesh_work, do_genie_mesh_work); in bt_ready_cb()
|
A D | genie_time.c | 1408 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 D | settings.c | 279 k_work_init(&save_id_work, save_id); in bt_settings_init()
|
A D | l2cap.c | 350 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 D | conn.c | 439 k_work_init(&conn->tx_complete_work, tx_complete_work); in conn_new()
|
A D | hci_core.c | 7336 k_work_init(&bt_dev.init, init_work); in bt_enable()
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | proxy.c | 1406 k_work_init(&client->send_beacons, proxy_send_beacons); in bt_mesh_proxy_init()
|
A D | net.c | 1442 k_work_init(&bt_mesh.local_work, bt_mesh_net_local); in bt_mesh_net_init()
|
Completed in 33 milliseconds