Searched refs:phy_handle (Results 1 – 3 of 3) sorted by relevance
/net/bluetooth/ |
D | amp.c | 216 void amp_read_loc_assoc_frag(struct hci_dev *hdev, u8 phy_handle) in amp_read_loc_assoc_frag() argument 221 BT_DBG("%s handle %d", hdev->name, phy_handle); in amp_read_loc_assoc_frag() 223 cp.phy_handle = phy_handle; in amp_read_loc_assoc_frag() 249 cp.phy_handle = hcon->handle; in amp_read_loc_assoc_final_data() 293 cp->phy_handle = hcon->handle; in amp_write_rem_assoc_frag() 345 cp.phy_handle = hcon->handle; in amp_create_phylink() 364 cp.phy_handle = hcon->handle; in amp_accept_phylink() 421 cp.phy_handle = hs_hcon->handle; in amp_create_logical_link()
|
D | hci_event.c | 726 amp_read_loc_assoc_frag(hdev, rp->phy_handle); in hci_cc_read_local_amp_assoc() 1066 hdev->name, rp->status, rp->phy_handle); in hci_cc_write_remote_amp_assoc() 1071 amp_write_rem_assoc_continue(hdev, rp->phy_handle); in hci_cc_write_remote_amp_assoc() 1565 hcon = hci_conn_hash_lookup_handle(hdev, cp->phy_handle); in hci_cs_create_phylink() 1569 amp_write_remote_assoc(hdev, cp->phy_handle); in hci_cs_create_phylink() 1588 amp_write_remote_assoc(hdev, cp->phy_handle); in hci_cs_accept_phylink() 3418 BT_DBG("%s handle 0x%2.2x status 0x%2.2x", hdev->name, ev->phy_handle, in hci_phy_link_complete_evt() 3423 hcon = hci_conn_hash_lookup_handle(hdev, ev->phy_handle); in hci_phy_link_complete_evt() 3459 hdev->name, le16_to_cpu(ev->handle), ev->phy_handle, in hci_loglink_complete_evt() 3462 hcon = hci_conn_hash_lookup_handle(hdev, ev->phy_handle); in hci_loglink_complete_evt() [all …]
|
D | hci_conn.c | 151 cp.phy_handle = HCI_PHY_HANDLE(conn->handle); in hci_amp_disconn()
|