Lines Matching +defs:phy +defs:handle

1174 	set->handle = adv ? adv->handle : instance;
1201 cp.handle = instance;
1240 if (!cp->handle) {
1269 pdu->handle = adv ? adv->handle : instance;
1424 cp.handle = adv ? adv->handle : instance;
1443 err = hci_set_ext_adv_data_sync(hdev, cp.handle);
1482 pdu->handle = adv ? adv->handle : instance;
1564 set->handle = adv ? adv->handle : instance;
1610 cp.handle = instance;
1629 cp.handle = instance;
1654 pdu->handle = adv ? adv->handle : instance;
1675 cp.handle = instance;
1936 int hci_le_terminate_big_sync(struct hci_dev *hdev, u8 handle, u8 reason)
1941 cp.handle = handle;
2129 int hci_read_rssi_sync(struct hci_dev *hdev, __le16 handle)
2133 cp.handle = handle;
2144 int hci_read_tx_power_sync(struct hci_dev *hdev, __le16 handle, u8 type)
2148 cp.handle = handle;
2919 struct hci_cp_le_scan_phy_params *phy;
2920 u8 data[sizeof(*cp) + sizeof(*phy) * 2];
2924 phy = (void *)cp->data;
2946 if (qos->bcast.in.phy & BT_ISO_PHY_1M ||
2947 qos->bcast.in.phy & BT_ISO_PHY_2M) {
2949 hci_le_scan_phy_params(phy, type,
2953 phy++;
2956 if (qos->bcast.in.phy & BT_ISO_PHY_CODED) {
2958 hci_le_scan_phy_params(phy, type,
2962 phy++;
2973 hci_le_scan_phy_params(phy, type, interval, window);
2975 phy++;
2980 hci_le_scan_phy_params(phy, type, interval * 3, window * 3);
2982 phy++;
2990 sizeof(*cp) + sizeof(*phy) * num_phy,
5517 cp.handle = cpu_to_le16(conn->handle);
5624 cp.handle = cpu_to_le16(conn->handle);
5656 u16 handle = conn->handle;
5682 c = hci_conn_hash_lookup_handle(hdev, handle);
6357 cp.handle = 0x00; /* Use instance 0 for directed adv */
6367 * So it is required to remove adv set for handle 0x00. since we use
6370 err = hci_remove_ext_adv_instance_sync(hdev, cp.handle, NULL);
6379 err = hci_set_ext_adv_data_sync(hdev, cp.handle);
6702 cis->acl_handle = cpu_to_le16(conn->parent->handle);
6703 cis->cis_handle = cpu_to_le16(conn->handle);
6726 int hci_le_remove_cig_sync(struct hci_dev *hdev, u8 handle)
6731 cp.cig_id = handle;
6737 int hci_le_big_terminate_sync(struct hci_dev *hdev, u8 handle)
6742 cp.handle = handle;
6748 int hci_le_pa_terminate_sync(struct hci_dev *hdev, u16 handle)
6753 cp.handle = cpu_to_le16(handle);
6973 cp.handle = cpu_to_le16(conn->handle);
7134 cp->handle = qos->bcast.big;
7160 hci_le_big_terminate_sync(hdev, cp->handle);