Lines Matching refs:handle
1193 set->handle = instance; in hci_disable_ext_adv_instance_sync()
1220 cp.handle = instance; in hci_set_adv_set_random_addr_sync()
1322 cp.handle = instance; in hci_setup_ext_adv_instance_sync()
1380 pdu.cp.handle = instance; in hci_set_ext_scan_rsp_data_sync()
1462 set->handle = instance; in hci_enable_ext_advertising_sync()
1508 cp.handle = instance; in hci_disable_per_advertising_sync()
1527 cp.handle = instance; in hci_set_per_adv_params_sync()
1556 pdu.cp.handle = instance; in hci_set_per_adv_data_sync()
1577 cp.handle = instance; in hci_enable_per_advertising_sync()
1840 int hci_le_terminate_big_sync(struct hci_dev *hdev, u8 handle, u8 reason) in hci_le_terminate_big_sync() argument
1845 cp.handle = handle; in hci_le_terminate_big_sync()
1873 pdu.cp.handle = instance; in hci_set_ext_adv_data_sync()
2114 int hci_read_rssi_sync(struct hci_dev *hdev, __le16 handle) in hci_read_rssi_sync() argument
2118 cp.handle = handle; in hci_read_rssi_sync()
2129 int hci_read_tx_power_sync(struct hci_dev *hdev, __le16 handle, u8 type) in hci_read_tx_power_sync() argument
2133 cp.handle = handle; in hci_read_tx_power_sync()
5432 cp.handle = cpu_to_le16(conn->handle); in hci_disconnect_sync()
5538 cp.handle = cpu_to_le16(conn->handle); in hci_le_reject_cis_sync()
5567 u16 handle = conn->handle; in hci_abort_conn_sync() local
5593 c = hci_conn_hash_lookup_handle(hdev, handle); in hci_abort_conn_sync()
6274 cp.handle = 0x00; /* Use instance 0 for directed adv */ in hci_le_ext_directed_advertising_sync()
6287 err = hci_remove_ext_adv_instance_sync(hdev, cp.handle, NULL); in hci_le_ext_directed_advertising_sync()
6616 cis->acl_handle = cpu_to_le16(conn->parent->handle); in hci_le_create_cis_sync()
6617 cis->cis_handle = cpu_to_le16(conn->handle); in hci_le_create_cis_sync()
6640 int hci_le_remove_cig_sync(struct hci_dev *hdev, u8 handle) in hci_le_remove_cig_sync() argument
6645 cp.cig_id = handle; in hci_le_remove_cig_sync()
6651 int hci_le_big_terminate_sync(struct hci_dev *hdev, u8 handle) in hci_le_big_terminate_sync() argument
6656 cp.handle = handle; in hci_le_big_terminate_sync()
6662 int hci_le_pa_terminate_sync(struct hci_dev *hdev, u16 handle) in hci_le_pa_terminate_sync() argument
6667 cp.handle = cpu_to_le16(handle); in hci_le_pa_terminate_sync()