bluetoothcommsprofiles/btpan/refBnepPacketNotifier/src/refBnepPacketNotifier.cpp
branchRCL_3
changeset 22 786b94c6f0a4
parent 0 29b1cd4cb562
equal deleted inserted replaced
21:14e240312f6f 22:786b94c6f0a4
    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)