diff -r 28479eeba3fb -r 2b6718f05bdb bluetooth/btstack/l2cap/l2sap.cpp --- 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;