Home
last modified time | relevance | path

Searched refs:con_handle (Results 1 – 18 of 18) sorted by relevance

/dragonfly/sys/netgraph7/bluetooth/include/
H A Dng_hci.h408 u_int16_t con_handle; /* connection handle */ member
417 u_int16_t con_handle; /* con_handle */ member
442 u_int16_t con_handle; /* connection handle */ member
467 u_int16_t con_handle; /* connection handle */ member
591 u_int16_t con_handle; /* connection handle */ member
657 u_int16_t con_handle; /* connection handle */ member
664 u_int16_t con_handle; /* connection handle */ member
728 u_int16_t con_handle; /* connection handle */ member
735 u_int16_t con_handle; /* connection handle */ member
748 u_int16_t con_handle; /* connection handle */ member
[all …]
H A Dng_l2cap.h632 u_int16_t con_handle; /* connection handle */ member
/dragonfly/sys/netgraph7/bluetooth/l2cap/
H A Dng_l2cap_llpi.c81 con->con_handle); in ng_l2cap_lp_con_req()
168 con->con_handle); in ng_l2cap_lp_con_cfm()
185 con->con_handle = ep->con_handle; in ng_l2cap_lp_con_cfm()
229 con->con_handle); in ng_l2cap_lp_con_ind()
318 con->con_handle); in ng_l2cap_lp_discon_ind()
369 con->con_handle); in ng_l2cap_lp_qos_req()
390 ep->con_handle = con_handle; in ng_l2cap_lp_qos_req()
627 acl_hdr->con_handle = le16toh(acl_hdr->con_handle); in ng_l2cap_lp_receive()
628 con_handle = NG_HCI_CON_HANDLE(acl_hdr->con_handle); in ng_l2cap_lp_receive()
791 con->con_handle); in ng_l2cap_lp_deliver()
[all …]
H A Dng_l2cap_misc.c129 con->con_handle = fake_con_handle ++; in ng_l2cap_new_con()
214 con->con_handle); in ng_l2cap_discon_timeout()
311 ng_l2cap_con_by_handle(ng_l2cap_p l2cap, u_int16_t con_handle) in ng_l2cap_con_by_handle() argument
316 if (con->con_handle == con_handle) in ng_l2cap_con_by_handle()
483 con->con_handle); in ng_l2cap_lp_timeout()
525 arg = ((cmd->ident << 16) | cmd->con->con_handle); in ng_l2cap_command_timeout()
H A Dng_l2cap_cmds.c331 u_int16_t con_handle = (arg2 & 0x0ffff); in ng_l2cap_process_command_timeout() local
341 con = ng_l2cap_con_by_handle(l2cap, con_handle); in ng_l2cap_process_command_timeout()
345 __func__, NG_NODE_NAME(node), con_handle); in ng_l2cap_process_command_timeout()
353 __func__, NG_NODE_NAME(node), con_handle, ident); in ng_l2cap_process_command_timeout()
H A Dng_l2cap_main.c306 ep->con_handle); in ng_l2cap_lower_rcvmsg()
313 ep->con_handle, con->pending, in ng_l2cap_lower_rcvmsg()
322 con->con_handle, con->pending, in ng_l2cap_lower_rcvmsg()
586 e2->con_handle = con->con_handle; in ng_l2cap_default_rcvmsg()
H A Dng_l2cap_var.h117 u_int16_t con_handle; /* ACL connection handle */ member
H A Dng_l2cap_evnt.c430 con->con_handle); in ng_l2cap_process_con_rsp()
684 con->con_handle); in ng_l2cap_process_cfg_rsp()
925 con->con_handle); in ng_l2cap_process_discon_rsp()
/dragonfly/sys/netbt/
H A Dhci.h504 uint16_t con_handle; /* connection handle */ member
513 uint16_t con_handle; /* connection handle */ member
595 uint16_t con_handle; /* connection handle */ member
603 uint16_t con_handle; /* connection handle */ member
618 uint16_t con_handle; /* connection handle */ member
653 uint16_t con_handle; /* connection handle */ member
660 uint16_t con_handle; /* connection handle */ member
668 uint16_t con_handle; /* connection handle */ member
675 uint16_t con_handle; /* connection handle */ member
682 uint16_t con_handle; /* connection handle */ member
[all …]
H A Dhci_event.c568 dp.con_handle = ep.con_handle; in hci_event_con_compl()
584 cp.con_handle = ep.con_handle; in hci_event_con_compl()
593 &cp.con_handle, sizeof(cp.con_handle)); in hci_event_con_compl()
624 ep.con_handle = letoh16(ep.con_handle); in hci_event_discon_compl()
700 ep.con_handle = HCI_CON_HANDLE(letoh16(ep.con_handle)); in hci_event_auth_compl()
705 link = hci_link_lookup_handle(unit, ep.con_handle); in hci_event_auth_compl()
743 ep.con_handle = HCI_CON_HANDLE(letoh16(ep.con_handle)); in hci_event_encryption_change()
749 link = hci_link_lookup_handle(unit, ep.con_handle); in hci_event_encryption_change()
788 ep.con_handle = HCI_CON_HANDLE(letoh16(ep.con_handle)); in hci_event_change_con_link_key_compl()
793 link = hci_link_lookup_handle(unit, ep.con_handle); in hci_event_change_con_link_key_compl()
[all …]
H A Dhci_link.c223 cp.con_handle = htole16(link->hl_handle); in hci_acl_timeout()
268 cp.con_handle = htole16(link->hl_handle); in hci_acl_setmode()
286 cp.con_handle = htole16(link->hl_handle); in hci_acl_setmode()
306 cp.con_handle = htole16(link->hl_handle); in hci_acl_setmode()
447 hdr.con_handle = letoh16(hdr.con_handle); in hci_acl_recv()
448 handle = HCI_CON_HANDLE(hdr.con_handle); in hci_acl_recv()
449 pb = HCI_PB_FLAG(hdr.con_handle); in hci_acl_recv()
464 cp.con_handle = htole16(handle); in hci_acl_recv()
663 hdr->con_handle = htole16(handle); in hci_acl_start()
856 hdr.con_handle = letoh16(hdr.con_handle); in hci_sco_recv()
[all …]
H A Dsco_upper.c163 cp.con_handle = htole16(acl->hl_handle); in sco_connect()
210 cp.con_handle = htole16(sco->hl_handle); in sco_disconnect()
306 hdr->con_handle = htole16(pcb->sp_link->hl_handle); in sco_send()
/dragonfly/sys/netgraph7/bluetooth/hci/
H A Dng_hci_ulpi.c179 cfm->con_handle = con->con_handle; in ng_hci_lp_acl_con_req()
547 req->cp.con_handle = htole16(ep->con_handle); in ng_hci_lp_discon_req()
590 ep->con_handle = con->con_handle; in ng_hci_lp_con_cfm()
613 ep->con_handle = con->con_handle; in ng_hci_lp_con_cfm()
900 ep->con_handle = con->con_handle; in ng_hci_lp_discon_ind()
918 ep->con_handle = con->con_handle; in ng_hci_lp_discon_ind()
1012 req->cp.con_handle = htole16(ep->con_handle); in ng_hci_lp_qos_req()
1061 ep->con_handle = con->con_handle; in ng_hci_lp_qos_cfm()
1081 ep->con_handle = con->con_handle; in ng_hci_lp_qos_cfm()
1121 ep->con_handle = con->con_handle; in ng_hci_lp_qos_ind()
[all …]
H A Dng_hci_main.c537 e2->con_handle = c->con_handle; in ng_hci_default_rcvmsg()
779 u_int16_t con_handle; in ng_hci_acl_rcvdata() local
814 con_handle = NG_HCI_CON_HANDLE(le16toh( in ng_hci_acl_rcvdata()
829 con = ng_hci_con_by_handle(unit, con_handle); in ng_hci_acl_rcvdata()
843 con_handle, con->link_type); in ng_hci_acl_rcvdata()
853 con->state, con_handle); in ng_hci_acl_rcvdata()
899 u_int16_t con_handle; in ng_hci_sco_rcvdata() local
934 con_handle = NG_HCI_CON_HANDLE(le16toh( in ng_hci_sco_rcvdata()
949 con = ng_hci_con_by_handle(unit, con_handle); in ng_hci_sco_rcvdata()
963 con_handle, con->link_type); in ng_hci_sco_rcvdata()
[all …]
H A Dng_hci_evnt.c294 winner->con_handle, NGI_M(item)->m_pkthdr.len); in send_data_packets()
323 winner->con_handle, error); in send_data_packets()
363 state->con_handle = con->con_handle; in sync_con_queue()
494 con->con_handle = NG_HCI_CON_HANDLE(le16toh(ep->con_handle)); in con_compl()
529 lp->cp.con_handle = ep->con_handle; in con_compl()
665 h = NG_HCI_CON_HANDLE(le16toh(ep->con_handle)); in discon_compl()
703 u_int16_t h = NG_HCI_CON_HANDLE(le16toh(ep->con_handle)); in encryption_change()
750 h = NG_HCI_CON_HANDLE(le16toh(ep->con_handle)); in read_remote_features_compl()
800 h = NG_HCI_CON_HANDLE(le16toh(ep->con_handle)); in qos_setup_compl()
910 con->con_handle, con->pending, p); in num_compl_pkts()
[all …]
H A Dng_hci_misc.c280 con->con_handle = fake_con_handle ++; in ng_hci_new_con()
331 ng_hci_con_by_handle(ng_hci_unit_p unit, int con_handle) in ng_hci_con_by_handle() argument
336 if (con->con_handle == con_handle) in ng_hci_con_by_handle()
415 con->con_handle); in ng_hci_con_timeout()
H A Dng_hci_var.h181 u_int16_t con_handle; /* con. handle */ member
H A Dng_hci_cmds.c497 h = NG_HCI_CON_HANDLE(le16toh(rp->con_handle)); in process_link_policy_params()