bluetooth/btstack/rfcomm/rfcommsap.cpp
branchCompilerCompatibility
changeset 11 047299a3352b
parent 8 2b6718f05bdb
child 15 16aa830c86c8
--- a/bluetooth/btstack/rfcomm/rfcommsap.cpp	Mon Mar 08 21:44:29 2010 +0000
+++ b/bluetooth/btstack/rfcomm/rfcommsap.cpp	Sun Mar 14 13:13:56 2010 +0000
@@ -597,6 +597,8 @@
 	//	Ensure the parent doesn't forget its clone
 	iClonedChildren.Append(clone);	
 
+	clone->SetCodServiceBits(iCodServiceBits);
+	
 	return clone;
 	}