diff -r e5f94a37a5fc -r 230aed0f16aa bluetooth/btstack/rfcomm/rfcommmuxchannel.inl --- a/bluetooth/btstack/rfcomm/rfcommmuxchannel.inl Thu Jun 17 22:32:21 2010 +0100 +++ b/bluetooth/btstack/rfcomm/rfcommmuxchannel.inl Thu Jul 22 16:44:39 2010 +0100 @@ -28,6 +28,11 @@ return iState->IsOpen(*this); } +inline TBool CRfcommMuxChannel::IsErrored() + { + return iState->IsErrored(*this); + } + inline TInt CRfcommMuxChannel::MaxDataSize() { return iMaxDataSize;