changeset 51 | 20ac952a623c |
parent 48 | 22de2e391156 |
--- a/bluetooth/btstack/secman/pairingserver.cpp Thu Sep 23 17:06:47 2010 +0300 +++ b/bluetooth/btstack/secman/pairingserver.cpp Wed Oct 13 16:20:29 2010 +0300 @@ -788,6 +788,7 @@ TBTSockAddr addr; addr.SetBTAddr(addrBuf()); + __ASSERT_DEBUG(!iProxySap, PANIC(KPairingServerFaultCat, EPairingServerObjectAlreadyExists)); iProxySap = CBTProxySAP::NewL(iPhysicalLinksManager, NULL); iStartBondingMsg = aMessage;