bluetooth/btstack/l2cap/l2sapstates.cpp
branchCompilerCompatibility
changeset 11 047299a3352b
parent 8 2b6718f05bdb
child 48 22de2e391156
--- 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();
 	}
 	
 /*************************************************************************/