Home
last modified time | relevance | path

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

/Linux-v5.15/net/bluetooth/
Dhci_request.c3010 cancel_delayed_work(&hdev->le_scan_restart); in le_scan_disable_work()
3058 static int le_scan_restart(struct hci_request *req, unsigned long opt) in le_scan_restart() function
3097 le_scan_restart.work); in le_scan_restart_work()
3103 hci_req_sync(hdev, le_scan_restart, 0, HCI_CMD_TIMEOUT, &status); in le_scan_restart_work()
3298 cancel_delayed_work(&hdev->le_scan_restart); in hci_req_stop_discovery()
3508 INIT_DELAYED_WORK(&hdev->le_scan_restart, le_scan_restart_work); in hci_request_setup()
3524 cancel_delayed_work_sync(&hdev->le_scan_restart); in hci_request_cancel_all()
Dmgmt.c9324 queue_delayed_work(hdev->req_workqueue, &hdev->le_scan_restart, in restart_le_scan()
/Linux-v5.15/include/net/bluetooth/
Dhci_core.h486 struct delayed_work le_scan_restart; member