Searched refs:UBT_HCI_EVENT_COMPL_HEAD_SIZE (Results 1 – 3 of 3) sorted by relevance
123 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()
193 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()
104 #define UBT_HCI_EVENT_COMPL_HEAD_SIZE \ macro