Searched refs:bt_long_wq (Results 1 – 1 of 1) sorted by relevance
12 static struct k_work_q bt_long_wq; variable16 return k_work_schedule_for_queue(&bt_long_wq, dwork, timeout); in bt_long_wq_schedule()21 return k_work_reschedule_for_queue(&bt_long_wq, dwork, timeout); in bt_long_wq_reschedule()26 return k_work_submit_to_queue(&bt_long_wq, work); in bt_long_wq_submit()34 k_work_queue_init(&bt_long_wq); in long_wq_init()36 k_work_queue_start(&bt_long_wq, bt_lw_stack_area, in long_wq_init()