Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt_var.h102 #define UBT_HCI_EVENT_SIZE(evt) \ macro
H A Dng_ubt.c862 if (actlen > UBT_HCI_EVENT_SIZE(evt)) in ubt_probe_intr_callback()
863 actlen = UBT_HCI_EVENT_SIZE(evt); in ubt_probe_intr_callback()