Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dmgmt.c1023 hci_cmd_sync_queue(hdev, service_cache_sync, NULL, NULL); in service_cache_off()
1050 hci_cmd_sync_queue(hdev, rpa_expired_sync, NULL, NULL); in rpa_expired()
1073 hci_cmd_sync_queue(hdev, set_discoverable_sync, NULL, NULL); in discov_off()
1118 err = hci_cmd_sync_queue(hdev, mesh_send_sync, mesh_tx, in mesh_next()
1135 hci_cmd_sync_queue(hdev, mesh_send_done_sync, NULL, mesh_next); in mesh_send_done()
1439 err = hci_cmd_sync_queue(hdev, set_powered_sync, cmd, in set_powered()
1700 err = hci_cmd_sync_queue(hdev, set_discoverable_sync, cmd, in set_discoverable()
1827 err = hci_cmd_sync_queue(hdev, set_connectable_sync, cmd, in set_connectable()
2079 err = hci_cmd_sync_queue(hdev, set_ssp_sync, cmd, in set_ssp()
2288 err = hci_cmd_sync_queue(hdev, set_mesh_sync, cmd, in set_mesh()
[all …]
H A Dhci_conn.c472 result = hci_cmd_sync_queue(conn->hdev, hci_enhanced_setup_sync, in hci_setup_sync()
579 if (hci_cmd_sync_queue(conn->hdev, le_conn_update_sync, d, in hci_conn_timeout()
804 ret = hci_cmd_sync_queue(hdev, terminate_big_sync, d, in hci_le_big_terminate()
876 ret = hci_cmd_sync_queue(hdev, big_terminate_sync, d, in hci_le_remove_cig()
942 return hci_cmd_sync_queue(hdev, remove_cig_sync, UINT_PTR(handle), in __hci_conn_add()
2022 if (hci_cmd_sync_queue(hdev, set_cig_params_sync, in hci_bind_cis()
2168 return hci_cmd_sync_queue(hdev, hci_create_cis_sync, NULL, NULL); in hci_pa_create_sync()
2422 err = hci_cmd_sync_queue(hdev, create_big_sync, hci_conn_get(conn), in hci_conn_check_link_mode()
H A Dhci_sync.c376 status = hci_cmd_sync_queue(hdev, scan_disable_sync, NULL, NULL); in le_scan_disable()
404 status = hci_cmd_sync_queue(hdev, interleaved_inquiry_sync, NULL, NULL); in le_scan_disable()
457 status = hci_cmd_sync_queue(hdev, reenable_adv_sync, NULL, NULL); in reenable_adv()
573 hci_cmd_sync_queue(hdev, adv_timeout_expire_sync, inst_ptr, NULL); in adv_timeout_expire()
739 int hci_cmd_sync_queue(struct hci_dev *hdev, hci_cmd_sync_work_func_t func, in hci_cmd_sync_queue() function
750 EXPORT_SYMBOL(hci_cmd_sync_queue);
785 return hci_cmd_sync_queue(hdev, func, data, destroy); in hci_cmd_sync_queue_once()
1925 return hci_cmd_sync_queue(hdev, enable_advertising_sync, NULL, NULL); in hci_enable_advertising()
3255 return hci_cmd_sync_queue(hdev, update_scan_sync, NULL, NULL); in hci_update_scan()
5930 return hci_cmd_sync_queue(hdev, update_discoverable_sync, NULL, in hci_update_discoverable()
[all …]
H A Dmsft.c956 err = hci_cmd_sync_queue(hdev, msft_add_address_filter_sync, in msft_add_address_filter()
1059 hci_cmd_sync_queue(hdev, in msft_monitor_device_evt()
H A Dhci_event.c7161 hci_cmd_sync_queue(hdev, hci_iso_term_big_sync, in hci_le_big_sync_established_evt()