diff -r 22de2e391156 -r 20ac952a623c bthci/hci2implementations/CommandsEvents/symbian/src/Event.cpp --- a/bthci/hci2implementations/CommandsEvents/symbian/src/Event.cpp Thu Sep 23 17:06:47 2010 +0300 +++ b/bthci/hci2implementations/CommandsEvents/symbian/src/Event.cpp Wed Oct 13 16:20:29 2010 +0300 @@ -1531,7 +1531,9 @@ { addr[KBTMaxDevAddrSize-1-i] = iEventData[aOffset + i]; // reading bdaddr from iEventBufPtr } - + // Coverity [uninit_use] + // TBTDevAdd::iPadding is not initialised. iPadding is for future use. + // It is not supposed to be initialised. return addr; }