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

  /src/share/examples/rump/btplay/
btplay.c 110 hci_filter_set(HCI_EVENT_COMMAND_COMPL, &filt);
138 if (evp->event != HCI_EVENT_COMMAND_COMPL)
  /src/usr.bin/btkey/
device.c 72 hci_filter_set(HCI_EVENT_COMMAND_COMPL, &f);
101 if (ep->event == HCI_EVENT_COMMAND_COMPL) {
  /src/lib/libbluetooth/
bt_dev.c 374 if (ev.event == HCI_EVENT_COMMAND_COMPL) {
414 bt_devfilter_evt_set(&new, HCI_EVENT_COMMAND_COMPL);
  /src/usr.sbin/btattach/
btattach.c 541 || hdr.event != HCI_EVENT_COMMAND_COMPL)
  /src/sys/netbt/
hci_socket.c 381 hci_filter_set(HCI_EVENT_COMMAND_COMPL, &pcb->hp_efilter);
hci_event.c 51 static void hci_event_command_compl(struct hci_unit *, struct mbuf *);
188 case HCI_EVENT_COMMAND_COMPL:
189 hci_event_command_compl(unit, m);
297 hci_event_command_compl(struct hci_unit *unit, struct mbuf *m) function in typeref:typename:void
hci.h 1993 #define HCI_EVENT_COMMAND_COMPL 0x0e

Completed in 17 milliseconds