diff -r 11ebbc215b05 -r 047299a3352b bluetooth/btstack/rfcomm/rfcommsap.cpp --- 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; }