Home
last modified time | relevance | path

Searched refs:ng_hci_con_by_handle (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_misc.h51 ng_hci_unit_con_p ng_hci_con_by_handle (ng_hci_unit_p, int);
H A Dng_hci_evnt.c905 con = ng_hci_con_by_handle(unit, h); in discon_compl()
942 con = ng_hci_con_by_handle(unit, h); in encryption_change()
993 con = ng_hci_con_by_handle(unit, h); in read_remote_features_compl()
1044 con = ng_hci_con_by_handle(unit, h); in qos_setup_compl()
1146 con = ng_hci_con_by_handle(unit, h); in num_compl_pkts()
1194 con = ng_hci_con_by_handle(unit, h); in mode_change()
1250 con = ng_hci_con_by_handle(unit, h); in read_clock_offset_compl()
1301 con = ng_hci_con_by_handle(unit, h); in qos_violation()
H A Dng_hci_misc.c335 ng_hci_con_by_handle(ng_hci_unit_p unit, int con_handle) in ng_hci_con_by_handle() function
H A Dng_hci_ulpi.c698 con = ng_hci_con_by_handle(unit, ep->con_handle); in ng_hci_lp_discon_req()
1184 con = ng_hci_con_by_handle(unit, ep->con_handle); in ng_hci_lp_qos_req()
1380 con = ng_hci_con_by_handle(unit, con_handle); in ng_hci_process_con_timeout()
H A Dng_hci_main.c843 con = ng_hci_con_by_handle(unit, con_handle); in ng_hci_acl_rcvdata()
962 con = ng_hci_con_by_handle(unit, con_handle); in ng_hci_sco_rcvdata()
H A Dng_hci_cmds.c509 con = ng_hci_con_by_handle(unit, h); in process_link_policy_params()