Searched refs:discoverable_update (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_request.c | 1347 &hdev->discoverable_update); in hci_req_prepare_suspend() 2744 static int discoverable_update(struct hci_request *req, unsigned long opt) in discoverable_update() function 2781 discoverable_update); in discoverable_update_work() 2784 hci_req_sync(hdev, discoverable_update, 0, HCI_CMD_TIMEOUT, &status); in discoverable_update_work() 3308 hci_req_sync(hdev, discoverable_update, 0, HCI_CMD_TIMEOUT, NULL); in discov_off() 3427 INIT_WORK(&hdev->discoverable_update, discoverable_update_work); in hci_request_setup() 3443 cancel_work_sync(&hdev->discoverable_update); in hci_request_cancel_all()
|
H A D | mgmt.c | 1500 queue_work(hdev->req_workqueue, &hdev->discoverable_update); in set_discoverable() 1655 &hdev->discoverable_update); in set_bondable()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci_core.h | 465 struct work_struct discoverable_update;
|
Completed in 15 milliseconds