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

  /src/share/examples/rump/btplay/
btplay.c 72 hci_event_hdr_t *evp;
152 r = (void *)(msg + sizeof(hci_event_hdr_t)
  /src/usr.bin/btkey/
device.c 68 hci_event_hdr_t *ep;
96 ep = (hci_event_hdr_t *)buf;
  /src/usr.sbin/bthcid/
hci.c 125 hci_event_hdr_t *event = (hci_event_hdr_t *)buffer;
  /src/lib/libbluetooth/
bt_dev.c 304 if (sizeof(hci_event_hdr_t) > (size_t)n
305 || sizeof(hci_event_hdr_t) + p[2] != (size_t)n)
325 hci_event_hdr_t ev;
575 hci_event_hdr_t ev;
  /src/usr.sbin/btattach/
btattach.c 497 hci_event_hdr_t hdr;
526 hci_event_hdr_t hdr;
  /src/sys/dev/bluetooth/
btuart.c 413 sc->sc_want = sizeof(hci_event_hdr_t) - 1;
444 sc->sc_want = mtod(m, hci_event_hdr_t *)->length;
  /src/sys/netbt/
hci_socket.c 833 KASSERT(m->m_len >= sizeof(hci_event_hdr_t));
835 event = mtod(m, hci_event_hdr_t *)->event;
hci.h 467 } __packed hci_event_hdr_t; typedef in typeref:struct:__anonf724d2110408 __packed
470 #define HCI_EVENT_PKT_SIZE (sizeof(hci_event_hdr_t) + 0xff)
hci_event.c 166 hci_event_hdr_t hdr;
  /src/sys/dev/pcmcia/
bt3c.c 365 sc->sc_want = sizeof(hci_event_hdr_t) - 1;
396 sc->sc_want = mtod(m, hci_event_hdr_t *)->length;
btbc.c 473 sc->sc_want = sizeof(hci_event_hdr_t) - 1;
504 sc->sc_want = mtod(m, hci_event_hdr_t *)->length;
  /src/sys/dev/usb/
ubt.c 1553 if (count < sizeof(hci_event_hdr_t) - 1) {

Completed in 50 milliseconds