diff -r 22de2e391156 -r 20ac952a623c bluetooth/btstack/secman/pairingserver.cpp --- 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;