bluetooth/btstack/l2cap/l2sap.cpp
branchRCL_3
changeset 8 2b6718f05bdb
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 Feb 19 23:56:55 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;