branch | RCL_3 |
changeset 8 | 2b6718f05bdb |
parent 0 | 29b1cd4cb562 |
child 48 | 22de2e391156 |
--- 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(); } /*************************************************************************/