Home
last modified time | relevance | path

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

/linux/include/net/bluetooth/
H A Dhci_sync.h71 int hci_cmd_sync_submit(struct hci_dev *hdev, hci_cmd_sync_work_func_t func,
/linux/net/bluetooth/
H A Dhci_sync.c708 int hci_cmd_sync_submit(struct hci_dev *hdev, hci_cmd_sync_work_func_t func, in hci_cmd_sync_submit() function
739 EXPORT_SYMBOL(hci_cmd_sync_submit);
754 return hci_cmd_sync_submit(hdev, func, data, destroy); in hci_cmd_sync_queue()
820 return hci_cmd_sync_submit(hdev, func, data, destroy); in hci_cmd_sync_run()
H A Dmgmt.c1446 err = hci_cmd_sync_submit(hdev, set_powered_sync, cmd, in set_powered()
2825 err = hci_cmd_sync_submit(hdev, add_uuid_sync, cmd, in add_uuid()
2923 err = hci_cmd_sync_submit(hdev, remove_uuid_sync, cmd, in remove_uuid()
2993 err = hci_cmd_sync_submit(hdev, set_class_sync, cmd, in set_dev_class()
5734 err = hci_cmd_sync_submit(hdev, mgmt_remove_adv_monitor_sync, cmd, in remove_adv_monitor()