diff -r 28479eeba3fb -r 2b6718f05bdb bluetooth/btstack/l2cap/l2sapstates.cpp --- a/bluetooth/btstack/l2cap/l2sapstates.cpp Tue Feb 02 01:12:20 2010 +0200 +++ b/bluetooth/btstack/l2cap/l2sapstates.cpp Fri Feb 19 23:56:55 2010 +0200 @@ -880,9 +880,11 @@ } // State Transition Actions. -void TL2CAPSAPStateAccepting::Exit(CL2CAPConnectionSAP& /*aSAP*/) const +void TL2CAPSAPStateAccepting::Exit(CL2CAPConnectionSAP& aSAP) const { LOG_FUNC + + aSAP.RegisterCodService(); } /*************************************************************************/