Home
last modified time | relevance | path

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

/system/bt/hci/src/
Dhci_hal_h4.c52 static bool stream_corruption_detected; variable
93 stream_corruption_detected = false; in hal_open()
197 if (!stream_corruption_detected && byte_read == HCI_BLE_EVENT) { in stream_corrupted_during_le_scan_workaround()
199 stream_corruption_detected = true; in stream_corrupted_during_le_scan_workaround()
203 if (stream_corruption_detected) { in stream_corrupted_during_le_scan_workaround()
213 stream_corruption_detected = false; in stream_corrupted_during_le_scan_workaround()