Home
last modified time | relevance | path

Searched refs:HCI_H4_HEADER_LEN (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_snoop.c61 #define HCI_H4_HEADER_LEN 1 macro
145 (void)fwrite(&h4Header, 1, HCI_H4_HEADER_LEN, g_outputFile); in BtmSnoopOutput()
146 (void)fwrite(outputData, 1, includedLength - HCI_H4_HEADER_LEN, g_outputFile); in BtmSnoopOutput()
H A Dbtm_snoop_filter.c31 #define HCI_H4_HEADER_LEN 1 macro
153 *includedLength = len + HCI_H4_HEADER_LEN; in BtmChangeIncludeLength()
158 uint16_t bufferLen = *includedLength - HCI_H4_HEADER_LEN; in BtmCreateFilterBuffer()

Completed in 2 milliseconds