Home
last modified time | relevance | path

Searched refs:NG_HCI_LMP_SWITCH (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/sys/netgraph/bluetooth/hci/
H A Dng_hci_ulpi.c270 if ((unit->features[0] & NG_HCI_LMP_SWITCH) && unit->role_switch) in ng_hci_lp_acl_con_req()
1021 if ((unit->features[0] & NG_HCI_LMP_SWITCH) && in ng_hci_lp_con_rsp()
H A Dng_hci_evnt.c774 if ((unit->features[0] & NG_HCI_LMP_SWITCH) && in con_compl()
/freebsd-14.2/sys/netgraph/bluetooth/include/
H A Dng_hci.h97 #define NG_HCI_LMP_SWITCH 0x20 macro