Home
last modified time | relevance | path

Searched refs:NG_HCI_EVENT_PKT (Results 1 – 8 of 8) sorted by relevance

/freebsd/usr.sbin/bluetooth/hccontrol/
H A Dsend_recv.c82 if (e->type != NG_HCI_EVENT_PKT) { in hci_request()
H A Dhost_controller_baseband.c234 if (event.hdr.type != NG_HCI_EVENT_PKT) { in hci_read_stored_link_key()
/freebsd/lib/libbluetooth/
H A Dhci.c200 case NG_HCI_EVENT_PKT: { in bt_devrecv()
237 bt_devfilter_pkt_set(&new, NG_HCI_EVENT_PKT); in bt_devreq()
268 if (e->type != NG_HCI_EVENT_PKT) { in bt_devreq()
/freebsd/usr.sbin/bluetooth/hcsecd/
H A Dhcsecd.c168 if (event->type != NG_HCI_EVENT_PKT) { in main()
/freebsd/sys/netgraph/bluetooth/hci/
H A Dng_hci_main.c758 case NG_HCI_EVENT_PKT: in ng_hci_drv_rcvdata()
/freebsd/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_hci_raw.c705 case NG_HCI_EVENT_PKT: in ng_btsocket_hci_raw_filter()
/freebsd/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt.c1013 *mtod(m, uint8_t *)= NG_HCI_EVENT_PKT; in ubt_intr_read_callback()
/freebsd/sys/netgraph/bluetooth/include/
H A Dng_hci.h436 #define NG_HCI_EVENT_PKT 0x04
434 #define NG_HCI_EVENT_PKT global() macro