bluetoothcommsprofiles/btpan/refBnepPacketNotifier/src/refBnepPacketNotifier.cpp
changeset 42 206564d58f40
parent 0 29b1cd4cb562
child 56 015fa7494bd2
equal deleted inserted replaced
32:f72906e669b4 42:206564d58f40
    80 	{
    80 	{
    81 	TByteCount devByteCount;
    81 	TByteCount devByteCount;
    82 	devByteCount.iByteCount=0;
    82 	devByteCount.iByteCount=0;
    83 	devByteCount.iTickCount=0;
    83 	devByteCount.iTickCount=0;
    84 	devByteCount.iAddr=aAddr;
    84 	devByteCount.iAddr=aAddr;
    85 	iCounter.Append(devByteCount);
    85 	(void)iCounter.Append(devByteCount);
    86 	}
    86 	}
    87 
    87 
    88 void CRefBnepPacketNotifier::MbpnDeviceRemoved(const TBTDevAddr& aAddr)
    88 void CRefBnepPacketNotifier::MbpnDeviceRemoved(const TBTDevAddr& aAddr)
    89 	{
    89 	{
    90 	for (TUint dataIndex=0; dataIndex < iCounter.Count(); ++dataIndex)
    90 	for (TUint dataIndex=0; dataIndex < iCounter.Count(); ++dataIndex)