bluetooth/btstack/rfcomm/rfcommstates.cpp
changeset 16 0089b2f7ebd8
parent 0 29b1cd4cb562
child 15 16aa830c86c8
--- a/bluetooth/btstack/rfcomm/rfcommstates.cpp	Tue Feb 02 01:12:20 2010 +0200
+++ b/bluetooth/btstack/rfcomm/rfcommstates.cpp	Fri Mar 19 09:53:48 2010 +0200
@@ -1653,6 +1653,13 @@
 	ChangeState(aSAP,CRfcommStateFactory::ECloseOnStart);
 	}
 
+	
+void TRfcommStateWaitForStart::Exit(CRfcommSAP& aSAP)
+	{
+	aSAP.RegisterCodService();
+	}
+
+	
 /******************************************************************/
 /*
   The Close On Start state.