Home
last modified time | relevance | path

Searched refs:bg_scan_update (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/net/bluetooth/
Dhci_request.h112 queue_work(hdev->req_workqueue, &hdev->bg_scan_update); in hci_update_background_scan()
Dhci_request.c2250 static void bg_scan_update(struct work_struct *work) in bg_scan_update() function
2253 bg_scan_update); in bg_scan_update()
2791 INIT_WORK(&hdev->bg_scan_update, bg_scan_update); in hci_request_setup()
2806 cancel_work_sync(&hdev->bg_scan_update); in hci_request_cancel_all()
/Linux-v4.19/include/net/bluetooth/
Dhci_core.h345 struct work_struct bg_scan_update; member