Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_sync.c256 int __hci_cmd_sync_status_sk(struct hci_dev *hdev, u16 opcode, u32 plen, in __hci_cmd_sync_status_sk() function
282 EXPORT_SYMBOL(__hci_cmd_sync_status_sk);
287 return __hci_cmd_sync_status_sk(hdev, opcode, plen, param, 0, timeout, in __hci_cmd_sync_status()
2041 return __hci_cmd_sync_status_sk(hdev, HCI_OP_LE_REMOVE_ADV_SET, in hci_remove_ext_adv_instance_sync()
2126 return __hci_cmd_sync_status_sk(hdev, HCI_OP_LE_CLEAR_ADV_SETS, in hci_clear_adv_sets_sync()
5842 return __hci_cmd_sync_status_sk(hdev, HCI_OP_DISCONNECT, in hci_disconnect_sync()
5906 return __hci_cmd_sync_status_sk(hdev, HCI_OP_CREATE_CONN_CANCEL, in hci_connect_cancel_sync()
6853 return __hci_cmd_sync_status_sk(hdev, HCI_OP_LE_EXT_CREATE_CONN, in hci_le_ext_create_conn_sync()
6968 err = __hci_cmd_sync_status_sk(hdev, HCI_OP_LE_CREATE_CONN, in hci_le_create_conn_sync()
7079 return __hci_cmd_sync_status_sk(hdev, HCI_OP_LE_CREATE_CIS, in hci_le_create_cis_sync()
[all …]
H A Dhci_conn.c531 err = __hci_cmd_sync_status_sk(hdev, HCI_OP_LE_CONN_UPDATE, in le_conn_update_sync()
/linux/include/net/bluetooth/
H A Dhci_sync.h59 int __hci_cmd_sync_status_sk(struct hci_dev *hdev, u16 opcode, u32 plen,