branch | RCL_3 |
changeset 8 | 2b6718f05bdb |
parent 0 | 29b1cd4cb562 |
child 22 | 786b94c6f0a4 |
--- 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;