Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/bluetooth/l2cap/
H A Dng_l2cap_llpi.c83 con->con_handle); in ng_l2cap_lp_con_req()
173 con->con_handle); in ng_l2cap_lp_con_cfm()
190 con->con_handle = ep->con_handle; in ng_l2cap_lp_con_cfm()
234 con->con_handle); in ng_l2cap_lp_con_ind()
325 con->con_handle); in ng_l2cap_lp_discon_ind()
376 con->con_handle); in ng_l2cap_lp_qos_req()
397 ep->con_handle = con_handle; in ng_l2cap_lp_qos_req()
529 if((ch->con->con_handle == ep->con_handle) && in ng_l2cap_lp_enc_change()
686 acl_hdr->con_handle = le16toh(acl_hdr->con_handle); in ng_l2cap_lp_receive()
687 con_handle = NG_HCI_CON_HANDLE(acl_hdr->con_handle); in ng_l2cap_lp_receive()
[all …]
H A Dng_l2cap_misc.c134 con->con_handle = fake_con_handle ++; in ng_l2cap_new_con()
220 con->con_handle); in ng_l2cap_discon_timeout()
318 ng_l2cap_con_by_handle(ng_l2cap_p l2cap, u_int16_t con_handle) in ng_l2cap_con_by_handle() argument
323 if (con->con_handle == con_handle) in ng_l2cap_con_by_handle()
406 u_int16_t con_handle) in ng_l2cap_chan_by_conhandle() argument
412 (ch->con->con_handle == con_handle)) in ng_l2cap_chan_by_conhandle()
519 con->con_handle); in ng_l2cap_lp_timeout()
561 arg = ((cmd->ident << 16) | cmd->con->con_handle); in ng_l2cap_command_timeout()
H A Dng_l2cap_cmds.c346 u_int16_t con_handle = (arg2 & 0x0ffff); in ng_l2cap_process_command_timeout() local
356 con = ng_l2cap_con_by_handle(l2cap, con_handle); in ng_l2cap_process_command_timeout()
360 __func__, NG_NODE_NAME(node), con_handle); in ng_l2cap_process_command_timeout()
368 __func__, NG_NODE_NAME(node), con_handle, ident); in ng_l2cap_process_command_timeout()
H A Dng_l2cap_main.c305 ep->con_handle); in ng_l2cap_lower_rcvmsg()
312 ep->con_handle, con->pending, in ng_l2cap_lower_rcvmsg()
321 con->con_handle, con->pending, in ng_l2cap_lower_rcvmsg()
587 e2->con_handle = con->con_handle; in ng_l2cap_default_rcvmsg()
H A Dng_l2cap_ulpi.c199 op->lcid = ch->con->con_handle; in ng_l2cap_l2ca_con_rsp()
202 op->lcid = ch->con->con_handle; in ng_l2cap_l2ca_con_rsp()
368 op->lcid = ch->con->con_handle; in ng_l2cap_l2ca_encryption_change()
966 op->lcid = ch->con->con_handle; in ng_l2cap_l2ca_write_rsp()
969 op->lcid = ch->con->con_handle; in ng_l2cap_l2ca_write_rsp()
1010 con->con_handle); in ng_l2cap_l2ca_receive()
1015 hdr->dcid = con->con_handle; in ng_l2cap_l2ca_receive()
1020 con->con_handle); in ng_l2cap_l2ca_receive()
1026 hdr->dcid = con->con_handle; in ng_l2cap_l2ca_receive()
1396 ip->lcid = ch->con->con_handle; in ng_l2cap_l2ca_discon_ind()
H A Dng_l2cap_var.h119 u_int16_t con_handle; /* ACL connection handle */ member
H A Dng_l2cap_evnt.c550 con->con_handle); in ng_l2cap_process_con_rsp()
806 con->con_handle); in ng_l2cap_process_cfg_rsp()
1047 con->con_handle); in ng_l2cap_process_discon_rsp()
/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_hci.h478 u_int16_t con_handle; /* connection handle */ member
487 u_int16_t con_handle; /* con_handle */ member
512 u_int16_t con_handle; /* connection handle */ member
537 u_int16_t con_handle; /* connection handle */ member
542 uint16_t con_handle; member
670 u_int16_t con_handle; /* connection handle */ member
736 u_int16_t con_handle; /* connection handle */ member
743 u_int16_t con_handle; /* connection handle */ member
807 u_int16_t con_handle; /* connection handle */ member
814 u_int16_t con_handle; /* connection handle */ member
[all …]
H A Dng_btsocket_sco.h76 u_int16_t con_handle; /* connection handle */ member
H A Dng_l2cap.h674 u_int16_t con_handle; /* connection handle */ member
/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_ulpi.c193 cfm->con_handle = con->con_handle; in ng_hci_lp_acl_con_req()
560 cfm->con_handle = con->con_handle; in ng_hci_lp_le_con_req()
778 ep->con_handle = con->con_handle; in ng_hci_lp_con_cfm()
801 ep->con_handle = con->con_handle; in ng_hci_lp_con_cfm()
835 ep->con_handle = con->con_handle; in ng_hci_lp_enc_change()
1117 ep->con_handle = con->con_handle; in ng_hci_lp_discon_ind()
1135 ep->con_handle = con->con_handle; in ng_hci_lp_discon_ind()
1278 ep->con_handle = con->con_handle; in ng_hci_lp_qos_cfm()
1298 ep->con_handle = con->con_handle; in ng_hci_lp_qos_cfm()
1338 ep->con_handle = con->con_handle; in ng_hci_lp_qos_ind()
[all …]
H A Dng_hci_main.c553 e2->con_handle = c->con_handle; in ng_hci_default_rcvmsg()
795 u_int16_t con_handle; in ng_hci_acl_rcvdata() local
828 con_handle = NG_HCI_CON_HANDLE(le16toh( in ng_hci_acl_rcvdata()
843 con = ng_hci_con_by_handle(unit, con_handle); in ng_hci_acl_rcvdata()
857 con_handle, con->link_type); in ng_hci_acl_rcvdata()
867 con->state, con_handle); in ng_hci_acl_rcvdata()
912 u_int16_t con_handle; in ng_hci_sco_rcvdata() local
947 con_handle = NG_HCI_CON_HANDLE(le16toh( in ng_hci_sco_rcvdata()
962 con = ng_hci_con_by_handle(unit, con_handle); in ng_hci_sco_rcvdata()
976 con_handle, con->link_type); in ng_hci_sco_rcvdata()
[all …]
H A Dng_hci_evnt.c301 winner->con_handle, NGI_M(item)->m_pkthdr.len); in send_data_packets()
329 winner->con_handle, error); in send_data_packets()
368 state->con_handle = con->con_handle; in sync_con_queue()
733 con->con_handle = NG_HCI_CON_HANDLE(le16toh(ep->con_handle)); in con_compl()
768 lp->cp.con_handle = ep->con_handle; in con_compl()
904 h = NG_HCI_CON_HANDLE(le16toh(ep->con_handle)); in discon_compl()
941 h = NG_HCI_CON_HANDLE(le16toh(ep->con_handle)); in encryption_change()
992 h = NG_HCI_CON_HANDLE(le16toh(ep->con_handle)); in read_remote_features_compl()
1043 h = NG_HCI_CON_HANDLE(le16toh(ep->con_handle)); in qos_setup_compl()
1153 con->con_handle, con->pending, p); in num_compl_pkts()
[all …]
H A Dng_hci_misc.c284 con->con_handle = fake_con_handle ++; in ng_hci_new_con()
335 ng_hci_con_by_handle(ng_hci_unit_p unit, int con_handle) in ng_hci_con_by_handle() argument
340 if (con->con_handle == con_handle) in ng_hci_con_by_handle()
419 con->con_handle); in ng_hci_con_timeout()
H A Dng_hci_var.h183 u_int16_t con_handle; /* con. handle */ member
H A Dng_hci_cmds.c508 h = NG_HCI_CON_HANDLE(le16toh(rp->con_handle)); in process_link_policy_params()
/f-stack/freebsd/netgraph/bluetooth/socket/
H A Dng_btsocket_sco.c409 ep->status, ep->con_handle, pcb->state); in ng_btsocket_sco_process_lp_con_cfm()
426 pcb->con_handle = ep->con_handle; in ng_btsocket_sco_process_lp_con_cfm()
582 pcb->con_handle, pcb->state); in ng_btsocket_sco_process_lp_discon_ind()
679 ep->con_handle = pcb->con_handle; in ng_btsocket_sco_send_lp_discon_req()
703 u_int16_t con_handle; in ng_btsocket_sco_data_input() local
746 con_handle = NG_HCI_CON_HANDLE(le16toh(hdr->con_handle)); in ng_btsocket_sco_data_input()
753 con_handle, hdr->length); in ng_btsocket_sco_data_input()
878 ep->con_handle, rt->pending, in ng_btsocket_sco_default_msg_input()
1490 tmp = pcb->con_handle; in ng_btsocket_sco_ctloutput()
1768 hdr->con_handle = htole16(NG_HCI_MK_CON_HANDLE(pcb->con_handle, 0, 0)); in ng_btsocket_sco_send2()
[all …]