bluetooth/btstack/l2cap/l2sap.cpp
changeset 16 0089b2f7ebd8
parent 0 29b1cd4cb562
child 34 9d84592f5036
--- a/bluetooth/btstack/l2cap/l2sap.cpp	Tue Feb 02 01:12:20 2010 +0200
+++ b/bluetooth/btstack/l2cap/l2sap.cpp	Fri Mar 19 09:53:48 2010 +0200
@@ -141,6 +141,8 @@
 			clone->SetState(iState->iFactory.GetState(CL2CAPSAPStateFactory::EPassiveLinkPending));
 			clone->SetListeningSAP(*this);
 			
+			clone->SetCodServiceBits(iCodServiceBits);
+			
 			// Copy the details required for security.
 			clone->iSecurity = iSecurity;
 			clone->iRemoteDev = aAddr;