MBTEngDevManObserver Class Reference
class MBTEngDevManObserver
|
Member Functions Documentation
HandleDevManComplete(TInt)
IMPORT_C void
|
HandleDevManComplete
|
(
|
TInt
|
aErr
|
)
|
[virtual]
|
Indicates to the caller that adding, deleting or modifying a device has completed. When this function is called, new commands can be issued to the
CBTEngDevMan
API immediately.
Parameters
TInt
aErr
|
Status information, if there is an error.
|
HandleGetDevicesComplete(TInt, CBTDeviceArray *)
IMPORT_C void
|
HandleGetDevicesComplete
|
(
|
TInt
|
aErr,
|
|
CBTDeviceArray
*
|
aDeviceArray
|
|
)
|
[virtual]
|
Indicates to the caller that getting an array of devices has completed. When this function is called, new commands can be issued to the
CBTEngDevMan
API immediately.
Parameters
TInt
aErr
|
Status information, if there is an error.
|
CBTDeviceArray
* aDeviceArray
|
Array of devices that match the given criteria (the array provided by the calller).
|
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.