Home
last modified time | relevance | path

Searched refs:UBT_HCI_EVENT_COMPL_HEAD_SIZE (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt_intel.c123 evt->header.length = resp_len + UBT_HCI_EVENT_COMPL_HEAD_SIZE; in ubt_intel_do_hci_request()
129 if (evt->header.length == resp_len + UBT_HCI_EVENT_COMPL_HEAD_SIZE) in ubt_intel_do_hci_request()
161 datalen = evt->header.length - UBT_HCI_EVENT_COMPL_HEAD_SIZE; in ubt_intel_get_img_type()
H A Dng_ubt_rtl.c193 evt->header.length = resp_len + UBT_HCI_EVENT_COMPL_HEAD_SIZE; in ubt_rtl_do_hci_request()
200 evt->header.length == resp_len + UBT_HCI_EVENT_COMPL_HEAD_SIZE) in ubt_rtl_do_hci_request()
H A Dng_ubt_var.h104 #define UBT_HCI_EVENT_COMPL_HEAD_SIZE \ macro