bluetooth/btstack/l2cap/l2sap.cpp
branchCompilerCompatibility
changeset 11 047299a3352b
parent 8 2b6718f05bdb
child 34 9d84592f5036
--- a/bluetooth/btstack/l2cap/l2sap.cpp	Mon Mar 08 21:44:29 2010 +0000
+++ b/bluetooth/btstack/l2cap/l2sap.cpp	Sun Mar 14 13:13:56 2010 +0000
@@ -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;