Inherited by BluetoothDiscoveryPrivate, and CBluetoothPMPExampleEngine.
Public Member Functions | |
virtual void | HandleDeviceDiscoveryComplete (TInt aError)=0 |
virtual void | DeviceDiscovered (const TDeviceData &aDevice)=0 |
virtual void | HandleDeviceDiscoveryComplete (TInt aError)=0 |
virtual void | DeviceDiscovered (const TDeviceData &aDevice)=0 |
Definition at line 46 of file DeviceDiscoverer.h.
virtual void MDeviceDiscoObserver::HandleDeviceDiscoveryComplete | ( | TInt | aError | ) | [pure virtual] |
HandleDeviceDiscoveryComplete()
discussion Observer interface for handling device discovery complete event.
Implemented in CBluetoothPMPExampleEngine, and BluetoothDiscoveryPrivate.
virtual void MDeviceDiscoObserver::DeviceDiscovered | ( | const TDeviceData & | aDevice | ) | [pure virtual] |
discussion nofify observer that a new device was found.
Implemented in CBluetoothPMPExampleEngine, and BluetoothDiscoveryPrivate.
virtual void MDeviceDiscoObserver::HandleDeviceDiscoveryComplete | ( | TInt | aError | ) | [pure virtual] |
HandleDeviceDiscoveryComplete()
discussion Observer interface for handling device discovery complete event.
Implemented in CBluetoothPMPExampleEngine, and BluetoothDiscoveryPrivate.
virtual void MDeviceDiscoObserver::DeviceDiscovered | ( | const TDeviceData & | aDevice | ) | [pure virtual] |
discussion nofify observer that a new device was found.
Implemented in CBluetoothPMPExampleEngine, and BluetoothDiscoveryPrivate.