Searched refs:ng_hci_con_by_handle (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/netgraph/bluetooth/hci/ |
| H A D | ng_hci_misc.h | 51 ng_hci_unit_con_p ng_hci_con_by_handle (ng_hci_unit_p, int);
|
| H A D | ng_hci_evnt.c | 905 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 D | ng_hci_misc.c | 335 ng_hci_con_by_handle(ng_hci_unit_p unit, int con_handle) in ng_hci_con_by_handle() function
|
| H A D | ng_hci_ulpi.c | 698 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 D | ng_hci_main.c | 843 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 D | ng_hci_cmds.c | 509 con = ng_hci_con_by_handle(unit, h); in process_link_policy_params()
|