Searched refs:__hci_cmd_sync_status (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/net/bluetooth/ |
D | hci_sync.c | 269 int __hci_cmd_sync_status(struct hci_dev *hdev, u16 opcode, u32 plen, in __hci_cmd_sync_status() function 275 EXPORT_SYMBOL(__hci_cmd_sync_status); 737 return __hci_cmd_sync_status(hdev, HCI_OP_WRITE_EIR, sizeof(cp), &cp, in hci_update_eir_sync() 777 return __hci_cmd_sync_status(hdev, HCI_OP_WRITE_CLASS_OF_DEV, in hci_update_class_sync() 862 return __hci_cmd_sync_status(hdev, HCI_OP_LE_SET_RANDOM_ADDR, in hci_set_random_addr_sync() 989 return __hci_cmd_sync_status(hdev, HCI_OP_LE_SET_EXT_ADV_ENABLE, in hci_disable_ext_adv_instance_sync() 1015 return __hci_cmd_sync_status(hdev, HCI_OP_LE_SET_ADV_SET_RAND_ADDR, in hci_set_adv_set_random_addr_sync() 1128 err = __hci_cmd_sync_status(hdev, HCI_OP_LE_SET_EXT_ADV_PARAMS, in hci_setup_ext_adv_instance_sync() 1177 err = __hci_cmd_sync_status(hdev, HCI_OP_LE_SET_EXT_SCAN_RSP_DATA, in hci_set_ext_scan_rsp_data_sync() 1211 return __hci_cmd_sync_status(hdev, HCI_OP_LE_SET_SCAN_RSP_DATA, in __hci_set_scan_rsp_data_sync() [all …]
|
D | hci_conn.c | 349 __hci_cmd_sync_status(hdev, HCI_CONFIGURE_DATA_PATH, in configure_datapath_sync() 353 err = __hci_cmd_sync_status(hdev, HCI_CONFIGURE_DATA_PATH, in configure_datapath_sync() 2041 err = __hci_cmd_sync_status(hdev, HCI_OP_LE_PA_CREATE_SYNC, in create_pa_sync()
|
/linux-6.1.9/include/net/bluetooth/ |
D | hci_sync.h | 33 int __hci_cmd_sync_status(struct hci_dev *hdev, u16 opcode, u32 plen,
|