Searched refs:hci_cmd_sync_submit (Results 1 – 2 of 2) sorted by relevance
/linux/net/bluetooth/ |
H A D | hci_sync.c | 702 int hci_cmd_sync_submit(struct hci_dev *hdev, hci_cmd_sync_work_func_t func, in hci_cmd_sync_submit() function 733 EXPORT_SYMBOL(hci_cmd_sync_submit); 748 return hci_cmd_sync_submit(hdev, func, data, destroy); in hci_cmd_sync_queue() 807 return hci_cmd_sync_submit(hdev, func, data, destroy); in hci_cmd_sync_run()
|
H A D | mgmt.c | 1415 err = hci_cmd_sync_submit(hdev, set_powered_sync, cmd, in set_powered() 2689 err = hci_cmd_sync_submit(hdev, add_uuid_sync, cmd, in add_uuid() 2787 err = hci_cmd_sync_submit(hdev, remove_uuid_sync, cmd, in remove_uuid() 2857 err = hci_cmd_sync_submit(hdev, set_class_sync, cmd, in set_dev_class() 5453 err = hci_cmd_sync_submit(hdev, mgmt_remove_adv_monitor_sync, cmd, in remove_adv_monitor()
|