bluetoothcommsprofiles/btpan/refBnepPacketNotifier/src/refBnepPacketNotifier.cpp
changeset 34 9d84592f5036
parent 0 29b1cd4cb562
child 56 015fa7494bd2
equal deleted inserted replaced
33:4e80e1b997a8 34:9d84592f5036
    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)