class MVendorSpecificHciConduit |
This class provides a mixin interface for reception of command completions for vendor specific commands and vendor specific events.
Public Member Functions | |
---|---|
void | CommandCompleted(TInt) |
TBool | ReceiveEvent(TDesC8 &, TInt) |
void | CommandCompleted | ( | TInt | aError | ) | [pure virtual] |
This is the callback for both CHciExtensionConduit::IssueCommand and CHciExtensionConduit::IssueCommandExpectingCompleteEventL If CHciExtensionConduit::IssueCommandL was called CommandComplete will be called when the Bluetooth stack receives the associated Ioctl. If CHciExtensionConduit::IssueCommandExpectingCompleteEventL was called CommandComplete will be called when a command complete event with a vendor specific opcode is received from the hardware.
CHciExtensionConduit::IssueCommandL CHciExtensionConduit::IssueCommandExpectingCompleteEventL
TInt aError | : The error code with which the command completed. See 'WARNING' above. |
TBool | ReceiveEvent | ( | TDesC8 & | aEvent, |
TInt | aError | |||
) | [pure virtual] |
CommandCompleted is called when a vendor specific command issued through the conduit receives a completion from the hardware.
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.