Home
last modified time | relevance | path

Searched refs:hci_cmd_sync_queue (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/net/bluetooth/
Dmgmt.c1000 hci_cmd_sync_queue(hdev, service_cache_sync, NULL, NULL); in service_cache_off()
1027 hci_cmd_sync_queue(hdev, rpa_expired_sync, NULL, NULL); in rpa_expired()
1092 err = hci_cmd_sync_queue(hdev, mesh_send_sync, mesh_tx, in mesh_next()
1109 hci_cmd_sync_queue(hdev, mesh_send_done_sync, NULL, mesh_next); in mesh_send_done()
1390 err = hci_cmd_sync_queue(hdev, set_powered_sync, cmd, in set_powered()
1645 err = hci_cmd_sync_queue(hdev, set_discoverable_sync, cmd, in set_discoverable()
1770 err = hci_cmd_sync_queue(hdev, set_connectable_sync, cmd, in set_connectable()
2019 err = hci_cmd_sync_queue(hdev, set_ssp_sync, cmd, in set_ssp()
2223 err = hci_cmd_sync_queue(hdev, set_mesh_sync, cmd, in set_mesh()
2397 err = hci_cmd_sync_queue(hdev, send_cancel, cmd, NULL); in mesh_send_cancel()
[all …]
Dhci_conn.c552 result = hci_cmd_sync_queue(conn->hdev, hci_enhanced_setup_sync, in hci_setup_sync()
836 ret = hci_cmd_sync_queue(hdev, terminate_big_sync, d, in hci_le_terminate_big()
878 ret = hci_cmd_sync_queue(hdev, big_terminate_sync, d, in hci_le_big_terminate()
921 return hci_cmd_sync_queue(hdev, remove_cig_sync, ERR_PTR(handle), NULL); in hci_le_remove_cig()
1332 err = hci_cmd_sync_queue(hdev, hci_connect_le_sync, conn, in hci_connect_le()
1950 err = hci_cmd_sync_queue(hdev, hci_create_cis_sync, cis, NULL); in hci_le_create_cis()
2077 return hci_cmd_sync_queue(hdev, create_pa_sync, cp, create_pa_complete); in hci_pa_create_sync()
2145 err = hci_cmd_sync_queue(hdev, create_big_sync, conn, in hci_connect_bis()
Dhci_sync.c351 status = hci_cmd_sync_queue(hdev, scan_disable_sync, NULL, NULL); in le_scan_disable()
381 status = hci_cmd_sync_queue(hdev, interleaved_inquiry_sync, NULL, NULL); in le_scan_disable()
430 status = hci_cmd_sync_queue(hdev, le_scan_restart_sync, NULL, NULL); in le_scan_restart()
504 status = hci_cmd_sync_queue(hdev, reenable_adv_sync, NULL, NULL); in reenable_adv()
620 hci_cmd_sync_queue(hdev, adv_timeout_expire_sync, inst_ptr, NULL); in adv_timeout_expire()
684 int hci_cmd_sync_queue(struct hci_dev *hdev, hci_cmd_sync_work_func_t func, in hci_cmd_sync_queue() function
708 EXPORT_SYMBOL(hci_cmd_sync_queue);
1583 return hci_cmd_sync_queue(hdev, enable_advertising_sync, NULL, NULL); in hci_enable_advertising()
1628 return hci_cmd_sync_queue(hdev, remove_ext_adv_sync, adv, NULL); in hci_remove_ext_adv_instance()
2786 return hci_cmd_sync_queue(hdev, update_scan_sync, NULL, NULL); in hci_update_scan()
[all …]
/linux-6.1.9/include/net/bluetooth/
Dhci_sync.h44 int hci_cmd_sync_queue(struct hci_dev *hdev, hci_cmd_sync_work_func_t func,