Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DJniCallbacks.java96 int packets_not_receive_count, in linkQualityReportCallback() argument
100 packets_not_receive_count, negative_acknowledgement_count); in linkQualityReportCallback()
/aosp12/system/bt/service/hal/
H A Dbluetooth_interface.cc197 int snr, int retransmission_count, int packets_not_receive_count, in LinkQualityReportCallback() argument
205 << " - packets_not_receive_count: " << packets_not_receive_count in LinkQualityReportCallback()
210 packets_not_receive_count, negative_acknowledgement_count)); in LinkQualityReportCallback()
H A Dbluetooth_interface.h79 int retransmission_count, int packets_not_receive_count,
/aosp12/system/bt/btif/src/
H A Dbluetooth.cc848 int retransmission_count, int packets_not_receive_count, in invoke_link_quality_report_cb() argument
854 int retransmission_count, int packets_not_receive_count, in invoke_link_quality_report_cb()
858 packets_not_receive_count, in invoke_link_quality_report_cb()
862 packets_not_receive_count, negative_acknowledgement_count)); in invoke_link_quality_report_cb()
/aosp12/system/bt/btif/test/
H A Dbtif_stack_test.cc104 int packets_not_receive_count, in link_quality_report() argument
/aosp12/system/bt/btif/include/
H A Dbtif_common.h223 int retransmission_count, int packets_not_receive_count,
/aosp12/system/bt/test/headless/
H A Dheadless.cc125 int retransmission_count, int packets_not_receive_count, in link_quality_report() argument
/aosp12/system/bt/include/hardware/
H A Dbluetooth.h448 int retransmission_count, int packets_not_receive_count,
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_btservice_AdapterService.cpp551 int retransmission_count, int packets_not_receive_count, in link_quality_report_callback() argument
557 report_id, rssi, snr, retransmission_count, packets_not_receive_count, in link_quality_report_callback()
563 (jint)retransmission_count, (jint)packets_not_receive_count, in link_quality_report_callback()