Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothQualityReport.java1618 private int mTxRetransmitSlotCount; field in BluetoothQualityReport.BqrVsScoChoppy
1646 mTxRetransmitSlotCount = bqrBuf.getShort() & 0xFFFF; in BqrVsScoChoppy()
1667 mTxRetransmitSlotCount = in.readInt(); in BqrVsScoChoppy()
1861 return mTxRetransmitSlotCount; in getTxRetransmitSlotCount()
1919 dest.writeInt(mTxRetransmitSlotCount); in writeToParcel()
1979 + mTxRetransmitSlotCount in toString()