Searched refs:con_handle (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/sys/netbt/ |
| D | hci.h | 445 uint16_t con_handle; /* connection handle + PB + BC flags */ member 455 uint16_t con_handle; /* connection handle + reserved bits */ member 531 uint16_t con_handle; /* connection handle */ member 540 uint16_t con_handle; /* connection handle */ member 622 uint16_t con_handle; /* connection handle */ member 630 uint16_t con_handle; /* connection handle */ member 637 uint16_t con_handle; /* connection handle */ member 645 uint16_t con_handle; /* connection handle */ member 680 uint16_t con_handle; /* connection handle */ member 687 uint16_t con_handle; /* connection handle */ member [all …]
|
| D | hci_event.c | 624 dp.con_handle = ep.con_handle; in hci_event_con_compl() 638 link->hl_handle = HCI_CON_HANDLE(le16toh(ep.con_handle)); in hci_event_con_compl() 641 cp.con_handle = ep.con_handle; in hci_event_con_compl() 650 &cp.con_handle, sizeof(cp.con_handle)); in hci_event_con_compl() 683 ep.con_handle = le16toh(ep.con_handle); in hci_event_discon_compl() 685 DPRINTFN(1, "handle #%d, status=0x%x\n", ep.con_handle, ep.status); in hci_event_discon_compl() 687 link = hci_link_lookup_handle(unit, HCI_CON_HANDLE(ep.con_handle)); in hci_event_discon_compl() 761 ep.con_handle = HCI_CON_HANDLE(le16toh(ep.con_handle)); in hci_event_auth_compl() 763 DPRINTFN(1, "handle #%d, status=0x%x\n", ep.con_handle, ep.status); in hci_event_auth_compl() 765 link = hci_link_lookup_handle(unit, ep.con_handle); in hci_event_auth_compl() [all …]
|
| D | hci_le.h | 220 uint16_t con_handle; /* handle 12 bits */ member 241 uint16_t con_handle; /* connection handle */ member 246 uint16_t con_handle; /* connection handle */ member 253 uint16_t con_handle; /* connection handle */ member 281 uint16_t con_handle; /* connection handle */ member 291 uint16_t con_handle; /* connection handle */ member 297 uint16_t con_handle; /* connection handle */ member 303 uint16_t con_handle; /* connection handle */ member 308 uint16_t con_handle; /* connection handle */ member 359 uint16_t con_handle; /* handle 12 bits */ member
|
| D | hci_link.c | 234 cp.con_handle = htole16(link->hl_handle); in hci_acl_timeout() 278 cp.con_handle = htole16(link->hl_handle); in hci_acl_setmode() 295 cp.con_handle = htole16(link->hl_handle); in hci_acl_setmode() 314 cp.con_handle = htole16(link->hl_handle); in hci_acl_setmode() 444 hdr.con_handle = le16toh(hdr.con_handle); in hci_acl_recv() 445 handle = HCI_CON_HANDLE(hdr.con_handle); in hci_acl_recv() 446 pb = HCI_PB_FLAG(hdr.con_handle); in hci_acl_recv() 469 cp.con_handle = htole16(handle); in hci_acl_recv() 672 hdr->con_handle = htole16(handle); in hci_acl_start() 850 hdr.con_handle = le16toh(hdr.con_handle); in hci_sco_recv() [all …]
|
| D | sco_upper.c | 164 cp.con_handle = htole16(acl->hl_handle); in sco_connect_pcb() 211 cp.con_handle = htole16(sco->hl_handle); in sco_disconnect_pcb() 303 hdr->con_handle = htole16(pcb->sp_link->hl_handle); in sco_send_pcb()
|
| D | hci_socket.c | 850 arg1 = le16toh(mtod(m, hci_acldata_hdr_t *)->con_handle); in hci_mtap() 856 arg1 = le16toh(mtod(m, hci_scodata_hdr_t *)->con_handle); in hci_mtap()
|