Home
last modified time | relevance | path

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

/Linux-v4.19/net/bluetooth/
Dhci_request.c2105 static int discoverable_update(struct hci_request *req, unsigned long opt) in discoverable_update() function
2142 discoverable_update); in discoverable_update_work()
2145 hci_req_sync(hdev, discoverable_update, 0, HCI_CMD_TIMEOUT, &status); in discoverable_update_work()
2676 hci_req_sync(hdev, discoverable_update, 0, HCI_CMD_TIMEOUT, NULL); in discov_off()
2794 INIT_WORK(&hdev->discoverable_update, discoverable_update_work); in hci_request_setup()
2809 cancel_work_sync(&hdev->discoverable_update); in hci_request_cancel_all()
Dmgmt.c1450 queue_work(hdev->req_workqueue, &hdev->discoverable_update); in set_discoverable()
1605 &hdev->discoverable_update); in set_bondable()
/Linux-v4.19/include/net/bluetooth/
Dhci_core.h348 struct work_struct discoverable_update; member