Home
last modified time | relevance | path

Searched refs:UBT_HCI_EVENT_SIZE (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt_var.h103 #define UBT_HCI_EVENT_SIZE(evt) \ macro
H A Dng_ubt.c818 if (actlen > UBT_HCI_EVENT_SIZE(evt)) in ubt_probe_intr_callback()
819 actlen = UBT_HCI_EVENT_SIZE(evt); in ubt_probe_intr_callback()