diff -r 11ebbc215b05 -r 047299a3352b bluetooth/btstack/l2cap/l2sapstates.cpp --- a/bluetooth/btstack/l2cap/l2sapstates.cpp Mon Mar 08 21:44:29 2010 +0000 +++ b/bluetooth/btstack/l2cap/l2sapstates.cpp Sun Mar 14 13:13:56 2010 +0000 @@ -880,9 +880,11 @@ } // State Transition Actions. -void TL2CAPSAPStateAccepting::Exit(CL2CAPConnectionSAP& /*aSAP*/) const +void TL2CAPSAPStateAccepting::Exit(CL2CAPConnectionSAP& aSAP) const { LOG_FUNC + + aSAP.RegisterCodService(); } /*************************************************************************/