Home
last modified time | relevance | path

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

/linux-6.15/include/net/bluetooth/
H A Dhci_sync.h70 int hci_cmd_sync_submit(struct hci_dev *hdev, hci_cmd_sync_work_func_t func,
/linux-6.15/net/bluetooth/
H A Dhci_sync.c702 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 Dmgmt.c1421 err = hci_cmd_sync_submit(hdev, set_powered_sync, cmd, in set_powered()
2695 err = hci_cmd_sync_submit(hdev, add_uuid_sync, cmd, in add_uuid()
2793 err = hci_cmd_sync_submit(hdev, remove_uuid_sync, cmd, in remove_uuid()
2863 err = hci_cmd_sync_submit(hdev, set_class_sync, cmd, in set_dev_class()
5459 err = hci_cmd_sync_submit(hdev, mgmt_remove_adv_monitor_sync, cmd, in remove_adv_monitor()