Home
last modified time | relevance | path

Searched refs:hci_event_hdr_t (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/share/examples/rump/btplay/
H A Dbtplay.c72 hci_event_hdr_t *evp; in main()
152 r = (void *)(msg + sizeof(hci_event_hdr_t) in main()
/netbsd-src/usr.bin/btkey/
H A Ddevice.c68 hci_event_hdr_t *ep; in hci_req()
96 ep = (hci_event_hdr_t *)buf; in hci_req()
/netbsd-src/usr.sbin/bthcid/
H A Dhci.c125 hci_event_hdr_t *event = (hci_event_hdr_t *)buffer; in process_hci()
/netbsd-src/lib/libbluetooth/
H A Dbt_dev.c304 if (sizeof(hci_event_hdr_t) > (size_t)n in bt_devrecv()
305 || sizeof(hci_event_hdr_t) + p[2] != (size_t)n) in bt_devrecv()
325 hci_event_hdr_t ev; in bt__devreq()
575 hci_event_hdr_t ev; in bt_devinquiry()
/netbsd-src/usr.sbin/btattach/
H A Dbtattach.c497 hci_event_hdr_t hdr; in uart_recv_ev()
526 hci_event_hdr_t hdr; in uart_recv_cc()
/netbsd-src/sys/dev/bluetooth/
H A Dbtuart.c413 sc->sc_want = sizeof(hci_event_hdr_t) - 1; in btuartinput()
444 sc->sc_want = mtod(m, hci_event_hdr_t *)->length; in btuartinput()
/netbsd-src/sys/netbt/
H A Dhci_socket.c833 KASSERT(m->m_len >= sizeof(hci_event_hdr_t)); in hci_mtap()
835 event = mtod(m, hci_event_hdr_t *)->event; in hci_mtap()
H A Dhci.h467 } __packed hci_event_hdr_t; typedef
470 #define HCI_EVENT_PKT_SIZE (sizeof(hci_event_hdr_t) + 0xff)
H A Dhci_event.c166 hci_event_hdr_t hdr; in hci_event()
/netbsd-src/sys/dev/pcmcia/
H A Dbt3c.c365 sc->sc_want = sizeof(hci_event_hdr_t) - 1; in bt3c_receive()
396 sc->sc_want = mtod(m, hci_event_hdr_t *)->length; in bt3c_receive()
H A Dbtbc.c473 sc->sc_want = sizeof(hci_event_hdr_t) - 1; in btbc_receive()
504 sc->sc_want = mtod(m, hci_event_hdr_t *)->length; in btbc_receive()
/netbsd-src/sys/dev/usb/
H A Dubt.c1553 if (count < sizeof(hci_event_hdr_t) - 1) { in ubt_recv_event()