Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_ulpi.c180 ng_hci_lp_con_cfm_ep *cfm = NULL; in ng_hci_lp_acl_con_req()
190 cfm = (ng_hci_lp_con_cfm_ep *)msg->data; in ng_hci_lp_acl_con_req()
547 ng_hci_lp_con_cfm_ep *cfm = NULL; in ng_hci_lp_le_con_req()
557 cfm = (ng_hci_lp_con_cfm_ep *)msg->data; in ng_hci_lp_le_con_req()
760 ng_hci_lp_con_cfm_ep *ep = NULL; in ng_hci_lp_con_cfm()
775 ep = (ng_hci_lp_con_cfm_ep *) msg->data; in ng_hci_lp_con_cfm()
798 ep = (ng_hci_lp_con_cfm_ep *) msg->data; in ng_hci_lp_con_cfm()
/f-stack/freebsd/netgraph/bluetooth/l2cap/
H A Dng_l2cap_llpi.c143 ng_hci_lp_con_cfm_ep *ep = NULL; in ng_l2cap_lp_con_cfm()
156 ep = (ng_hci_lp_con_cfm_ep *) (msg->data); in ng_l2cap_lp_con_cfm()
/f-stack/freebsd/netgraph/bluetooth/socket/
H A Dng_btsocket_sco.c381 ng_hci_lp_con_cfm_ep *ep = NULL; in ng_btsocket_sco_process_lp_con_cfm()
388 ep = (ng_hci_lp_con_cfm_ep *)(msg->data); in ng_btsocket_sco_process_lp_con_cfm()
/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_hci.h489 } ng_hci_lp_con_cfm_ep; typedef