Home
last modified time | relevance | path

Searched refs:NG_HCI_HOOK_SCO (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_main.c208 else if (strcmp(name, NG_HCI_HOOK_SCO) == 0) in ng_hci_newhook()
335 (unit->sco != NULL)? NG_HCI_HOOK_SCO : "", in ng_hci_default_rcvmsg()
/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_hci.h65 #define NG_HCI_HOOK_SCO "sco" /* HCI <-> Upper */ macro