Home
last modified time | relevance | path

Searched refs:ng_hci_lp_con_req_ep (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_ulpi.c82 if (NGI_MSG(item)->header.arglen != sizeof(ng_hci_lp_con_req_ep)) { in ng_hci_lp_con_req()
92 link_type = ((ng_hci_lp_con_req_ep *)(NGI_MSG(item)->data))->link_type; in ng_hci_lp_con_req()
129 ng_hci_lp_con_req_ep *ep = NULL; in ng_hci_lp_acl_con_req()
135 ep = (ng_hci_lp_con_req_ep *)(NGI_MSG(item)->data); in ng_hci_lp_acl_con_req()
329 ng_hci_lp_con_req_ep *ep = NULL; in ng_hci_lp_sco_con_req()
334 ep = (ng_hci_lp_con_req_ep *)(NGI_MSG(item)->data); in ng_hci_lp_sco_con_req()
493 ng_hci_lp_con_req_ep *ep = NULL; in ng_hci_lp_le_con_req()
498 ep = (ng_hci_lp_con_req_ep *)(NGI_MSG(item)->data); in ng_hci_lp_le_con_req()
/f-stack/freebsd/netgraph/bluetooth/l2cap/
H A Dng_l2cap_llpi.c72 ng_hci_lp_con_req_ep *ep = NULL; in ng_l2cap_lp_con_req()
111 ep = (ng_hci_lp_con_req_ep *) (msg->data); in ng_l2cap_lp_con_req()
/f-stack/freebsd/netgraph/bluetooth/socket/
H A Dng_btsocket_sco.c604 ng_hci_lp_con_req_ep *ep = NULL; in ng_btsocket_sco_send_lp_con_req()
618 ep = (ng_hci_lp_con_req_ep *)(msg->data); in ng_btsocket_sco_send_lp_con_req()
/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_hci.h468 } ng_hci_lp_con_req_ep; typedef