MHCIDataObserver Class Reference
Mixin to receive data packets (ACL or Synchronous) from the HCI. This should be implemented by the Stack.
Member Functions Documentation
MhdoProcessAclData(THCIConnHandle, TAclPacketBoundaryFlag, TAclPacketBroadcastFlag, const TDesC8 &)
Called by the HCI Layer when it has received an ACL data packet.
MhdoProcessSynchronousData(THCIConnHandle, TUint8, const TDesC8 &)
Called by the HCI Layer when it has received a synchronous data packet.
Parameters
THCIConnHandle aConnH | The connection handle for the connection over which the data was received. |
TUint8 aReserved | The bits held in the reserved section of the packet, any value will be ignored. |
const TDesC8 & aData | The payload of the packet that has been received. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.