HomeSort by: relevance | last modified time | path
    Searched refs:HCI_EVENT_INQUIRY_RESULT (Results 1 - 4 of 4) sorted by relevancy

  /src/share/examples/rump/btplay/
btplay.c 111 hci_filter_set(HCI_EVENT_INQUIRY_RESULT, &filt);
148 if (evp->event == HCI_EVENT_INQUIRY_RESULT) {
  /src/lib/libbluetooth/
bt_dev.c 608 bt_devfilter_evt_set(&f, HCI_EVENT_INQUIRY_RESULT);
687 case HCI_EVENT_INQUIRY_RESULT:
  /src/sys/netbt/
hci_event.c 47 static void hci_event_inquiry_result(struct hci_unit *, struct mbuf *);
196 case HCI_EVENT_INQUIRY_RESULT:
197 hci_event_inquiry_result(unit, m);
456 hci_event_inquiry_result(struct hci_unit *unit, struct mbuf *m) function in typeref:typename:void
hci.h 1894 #define HCI_EVENT_INQUIRY_RESULT 0x02

Completed in 16 milliseconds