diff -r 28479eeba3fb -r 2b6718f05bdb bluetooth/btstack/rfcomm/rfcommsap.cpp --- a/bluetooth/btstack/rfcomm/rfcommsap.cpp Tue Feb 02 01:12:20 2010 +0200 +++ b/bluetooth/btstack/rfcomm/rfcommsap.cpp Fri Feb 19 23:56:55 2010 +0200 @@ -597,6 +597,8 @@ // Ensure the parent doesn't forget its clone iClonedChildren.Append(clone); + clone->SetCodServiceBits(iCodServiceBits); + return clone; }