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