Lines Matching defs:handle
1019 set->handle = instance;
1046 cp.handle = instance;
1148 cp.handle = instance;
1206 pdu.cp.handle = instance;
1288 set->handle = instance;
1334 cp.handle = instance;
1353 cp.handle = instance;
1382 pdu.cp.handle = instance;
1403 cp.handle = instance;
1666 int hci_le_terminate_big_sync(struct hci_dev *hdev, u8 handle, u8 reason)
1671 cp.handle = handle;
1699 pdu.cp.handle = instance;
1940 int hci_read_rssi_sync(struct hci_dev *hdev, __le16 handle)
1944 cp.handle = handle;
1955 int hci_read_tx_power_sync(struct hci_dev *hdev, __le16 handle, u8 type)
1959 cp.handle = handle;
5236 static int hci_disconnect_phy_link_sync(struct hci_dev *hdev, u16 handle,
5242 cp.phy_handle = HCI_PHY_HANDLE(handle);
5255 return hci_disconnect_phy_link_sync(hdev, conn->handle, reason);
5258 cp.handle = cpu_to_le16(conn->handle);
5364 cp.handle = cpu_to_le16(conn->handle);
5393 u16 handle = conn->handle;
5434 c = hci_conn_hash_lookup_handle(hdev, handle);
6115 cp.handle = 0x00; /* Use instance 0 for directed adv */
6125 * So it is required to remove adv set for handle 0x00. since we use
6128 err = hci_remove_ext_adv_instance_sync(hdev, cp.handle, NULL);
6448 cis->acl_handle = cpu_to_le16(conn->parent->handle);
6449 cis->cis_handle = cpu_to_le16(conn->handle);
6472 int hci_le_remove_cig_sync(struct hci_dev *hdev, u8 handle)
6477 cp.cig_id = handle;
6483 int hci_le_big_terminate_sync(struct hci_dev *hdev, u8 handle)
6488 cp.handle = handle;
6494 int hci_le_pa_terminate_sync(struct hci_dev *hdev, u16 handle)
6499 cp.handle = cpu_to_le16(handle);