Searched refs:mMaxTxPacketSize (Results 1 – 2 of 2) sorted by relevance
162 private int mMaxTxPacketSize = 0; // The l2cap maximum packet size supported by the peer. field in BluetoothSocket300 mMaxTxPacketSize = s.mMaxTxPacketSize; in BluetoothSocket()680 if (length <= mMaxTxPacketSize) { in write()688 + mMaxTxPacketSize); in write()694 (bytesToWrite > mMaxTxPacketSize) ? mMaxTxPacketSize : bytesToWrite; in write()766 return mMaxTxPacketSize; in getMaxTransmitPacketSize()964 mMaxTxPacketSize = (bb.getShort() & 0xffff); // Convert to unsigned value in waitSocketSignal()984 + mMaxTxPacketSize in waitSocketSignal()
1028 Landroid/bluetooth/BluetoothSocket;->mMaxTxPacketSize:I