Lines Matching defs:con_handle
624 dp.con_handle = ep.con_handle;
638 link->hl_handle = HCI_CON_HANDLE(le16toh(ep.con_handle));
641 cp.con_handle = ep.con_handle;
650 &cp.con_handle, sizeof(cp.con_handle));
683 ep.con_handle = le16toh(ep.con_handle);
685 DPRINTFN(1, "handle #%d, status=0x%x\n", ep.con_handle, ep.status);
687 link = hci_link_lookup_handle(unit, HCI_CON_HANDLE(ep.con_handle));
761 ep.con_handle = HCI_CON_HANDLE(le16toh(ep.con_handle));
763 DPRINTFN(1, "handle #%d, status=0x%x\n", ep.con_handle, ep.status);
765 link = hci_link_lookup_handle(unit, ep.con_handle);
795 uint16_t con_handle;
804 con_handle = HCI_CON_HANDLE(le16toh(ep.con_handle));
807 con_handle, ep.status, ep.encryption_enable);
809 link = hci_link_lookup_handle(unit, con_handle);
818 &ep.con_handle, sizeof(ep.con_handle));
857 ep.con_handle = HCI_CON_HANDLE(le16toh(ep.con_handle));
859 DPRINTFN(1, "handle #%d, status=0x%x\n", ep.con_handle, ep.status);
861 link = hci_link_lookup_handle(unit, ep.con_handle);
900 le16toh(ep.con_handle), le16toh(ep.clock_offset), ep.status);
902 ep.con_handle = HCI_CON_HANDLE(le16toh(ep.con_handle));
903 link = hci_link_lookup_handle(unit, ep.con_handle);
1208 rp.con_handle = HCI_CON_HANDLE(le16toh(rp.con_handle));
1211 rp.con_handle, rp.status, rp.size);
1213 link = hci_link_lookup_handle(unit, rp.con_handle);