hl_handle 2052 netbt/hci.h uint16_t hl_handle; /* connection handle */ hl_handle 530 netbt/hci_event.c link->hl_handle = HCI_CON_HANDLE(letoh16(ep.con_handle)); hl_handle 74 netbt/hci_ioctl.c link->hl_handle, hl_handle 208 netbt/hci_link.c DPRINTF("link #%d expired\n", link->hl_handle); hl_handle 220 netbt/hci_link.c cp.con_handle = htole16(link->hl_handle); hl_handle 261 netbt/hci_link.c link->hl_handle); hl_handle 264 netbt/hci_link.c cp.con_handle = htole16(link->hl_handle); hl_handle 278 netbt/hci_link.c link->hl_handle); hl_handle 281 netbt/hci_link.c cp.con_handle = htole16(link->hl_handle); hl_handle 297 netbt/hci_link.c link->hl_handle); hl_handle 300 netbt/hci_link.c cp.con_handle = htole16(link->hl_handle); hl_handle 324 netbt/hci_link.c link->hl_handle, hl_handle 555 netbt/hci_link.c link->hl_unit->hci_devname, link->hl_handle, plen, mlen); hl_handle 641 netbt/hci_link.c handle = HCI_MK_CON_HANDLE(link->hl_handle, hl_handle 644 netbt/hci_link.c handle = HCI_MK_CON_HANDLE(link->hl_handle, hl_handle 703 netbt/hci_link.c DPRINTFN(5, "handle #%d (%d)\n", link->hl_handle, num); hl_handle 711 netbt/hci_link.c link->hl_handle); hl_handle 874 netbt/hci_link.c DPRINTFN(5, "handle #%d (num=%d)\n", link->hl_handle, num); hl_handle 923 netbt/hci_link.c link->hl_handle, link->hl_type, hl_handle 1027 netbt/hci_link.c if (type == HCI_LINK_SCO && link->hl_handle != 0) hl_handle 1045 netbt/hci_link.c if (handle == link->hl_handle) hl_handle 163 netbt/sco_upper.c cp.con_handle = htole16(acl->hl_handle); hl_handle 210 netbt/sco_upper.c cp.con_handle = htole16(sco->hl_handle); hl_handle 306 netbt/sco_upper.c hdr->con_handle = htole16(pcb->sp_link->hl_handle); hl_handle 351 netbt/sco_upper.c *(uint16_t *)addr = pcb->sp_link->hl_handle;