diff -r 28479eeba3fb -r 2b6718f05bdb bluetooth/btstack/rfcomm/rfcommstates.cpp --- a/bluetooth/btstack/rfcomm/rfcommstates.cpp Tue Feb 02 01:12:20 2010 +0200 +++ b/bluetooth/btstack/rfcomm/rfcommstates.cpp Fri Feb 19 23:56:55 2010 +0200 @@ -1653,6 +1653,13 @@ ChangeState(aSAP,CRfcommStateFactory::ECloseOnStart); } + +void TRfcommStateWaitForStart::Exit(CRfcommSAP& aSAP) + { + aSAP.RegisterCodService(); + } + + /******************************************************************/ /* The Close On Start state.