bluetooth/btstack/rfcomm/rfcommmuxchannel.cpp
branchRCL_3
changeset 17 32ba20339036
parent 0 29b1cd4cb562
equal deleted inserted replaced
16:9f17f914e828 17:32ba20339036
   208 
   208 
   209 TBool TMuxChannelState::IsOpen(CRfcommMuxChannel& /*aContext*/)
   209 TBool TMuxChannelState::IsOpen(CRfcommMuxChannel& /*aContext*/)
   210 	{
   210 	{
   211 	return EFalse;
   211 	return EFalse;
   212 	}
   212 	}
       
   213 	
       
   214 TBool TMuxChannelState::IsErrored(CRfcommMuxChannel& /*aContext*/)
       
   215 	{
       
   216 	return EFalse;
       
   217 	}	
   213 
   218 
   214 void TMuxChannelState::UA(CRfcommMuxChannel& /*aContext*/)
   219 void TMuxChannelState::UA(CRfcommMuxChannel& /*aContext*/)
   215 	/**
   220 	/**
   216 	   A UA frame for DLCI zero has been received
   221 	   A UA frame for DLCI zero has been received
   217 	**/
   222 	**/
   461 TBool TMuxChannelStateError::CanAttachSAP()
   466 TBool TMuxChannelStateError::CanAttachSAP()
   462 	{
   467 	{
   463 	return EFalse;
   468 	return EFalse;
   464 	}
   469 	}
   465 
   470 
       
   471 TBool TMuxChannelStateError::IsErrored(CRfcommMuxChannel& /*aContext*/)
       
   472 	{
       
   473 	return ETrue;
       
   474 	}
       
   475 
   466 /*
   476 /*
   467   Connected.  Super state for several states
   477   Connected.  Super state for several states
   468 */
   478 */
   469 
   479 
   470 
   480