Home
last modified time | relevance | path

Searched refs:NG_HCI_EVENT_INQUIRY_COMPL (Results 1 – 5 of 5) sorted by relevance

/freebsd/usr.sbin/bluetooth/hccontrol/
H A Dhccontrol.c140 bit_set(filter.event_mask, NG_HCI_EVENT_INQUIRY_COMPL - 1); in socket_open()
H A Dlink_control.c133 case NG_HCI_EVENT_INQUIRY_COMPL: in hci_inquiry()
/freebsd/lib/libbluetooth/
H A Dhci.c447 bt_devfilter_evt_set(&f, NG_HCI_EVENT_INQUIRY_COMPL); in bt_devinquiry()
511 case NG_HCI_EVENT_INQUIRY_COMPL: in bt_devinquiry()
/freebsd/sys/netgraph/bluetooth/hci/
H A Dng_hci_evnt.c107 case NG_HCI_EVENT_INQUIRY_COMPL: in ng_hci_process_event()
/freebsd/sys/netgraph/bluetooth/include/
H A Dng_hci.h1806 #define NG_HCI_EVENT_INQUIRY_COMPL 0x01 macro