bluetooth/btstack/rfcomm/rfcommstates.cpp
branchRCL_3
changeset 8 2b6718f05bdb
parent 0 29b1cd4cb562
child 13 16aa830c86c8
equal deleted inserted replaced
4:28479eeba3fb 8:2b6718f05bdb
  1651 	//	because ESOCK knows about us. Therefore, the best we can
  1651 	//	because ESOCK knows about us. Therefore, the best we can
  1652 	//	do is to move into CloseOnStart state.
  1652 	//	do is to move into CloseOnStart state.
  1653 	ChangeState(aSAP,CRfcommStateFactory::ECloseOnStart);
  1653 	ChangeState(aSAP,CRfcommStateFactory::ECloseOnStart);
  1654 	}
  1654 	}
  1655 
  1655 
       
  1656 	
       
  1657 void TRfcommStateWaitForStart::Exit(CRfcommSAP& aSAP)
       
  1658 	{
       
  1659 	aSAP.RegisterCodService();
       
  1660 	}
       
  1661 
       
  1662 	
  1656 /******************************************************************/
  1663 /******************************************************************/
  1657 /*
  1664 /*
  1658   The Close On Start state.
  1665   The Close On Start state.
  1659 
  1666 
  1660   For when a SAP triggers a ConnectComplete, but receives a remote DISC
  1667   For when a SAP triggers a ConnectComplete, but receives a remote DISC