Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothQualityReport.java1619 private int mRxRetransmitSlotCount; field in BluetoothQualityReport.BqrVsScoChoppy
1647 mRxRetransmitSlotCount = bqrBuf.getShort() & 0xFFFF; in BqrVsScoChoppy()
1668 mRxRetransmitSlotCount = in.readInt(); in BqrVsScoChoppy()
1872 return mRxRetransmitSlotCount; in getRxRetransmitSlotCount()
1920 dest.writeInt(mRxRetransmitSlotCount); in writeToParcel()
1982 + mRxRetransmitSlotCount in toString()