diff -r 9f17f914e828 -r 32ba20339036 bluetooth/btstack/rfcomm/rfcommmuxchannel.inl --- a/bluetooth/btstack/rfcomm/rfcommmuxchannel.inl Tue May 11 17:15:36 2010 +0300 +++ b/bluetooth/btstack/rfcomm/rfcommmuxchannel.inl Tue May 25 13:54:55 2010 +0300 @@ -28,6 +28,11 @@ return iState->IsOpen(*this); } +inline TBool CRfcommMuxChannel::IsErrored() + { + return iState->IsErrored(*this); + } + inline TInt CRfcommMuxChannel::MaxDataSize() { return iMaxDataSize;