Home
last modified time | relevance | path

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

/system/bt/hci/src/
Dhci_hal_h4.c53 static uint8_t stream_corruption_bytes_to_ignore; variable
94 stream_corruption_bytes_to_ignore = 0; in hal_open()
204 if (stream_corruption_bytes_to_ignore == 0) { in stream_corrupted_during_le_scan_workaround()
205 stream_corruption_bytes_to_ignore = byte_read; in stream_corrupted_during_le_scan_workaround()
206 … LOG_ERROR(LOG_TAG, "%s About to skip %d bytes...", __func__, stream_corruption_bytes_to_ignore); in stream_corrupted_during_le_scan_workaround()
208 --stream_corruption_bytes_to_ignore; in stream_corrupted_during_le_scan_workaround()
211 if (stream_corruption_bytes_to_ignore == 0) { in stream_corrupted_during_le_scan_workaround()