Inherited by CBluetoothManager.
Public Member Functions | |
virtual void | OnDeviceDiscoveryErr (const TInt aError)=0 |
virtual void | OnDeviceDiscoveryComplete (const TBTDeviceResponseParamsPckg &aResponse)=0 |
MBluetoothDeviceDiscovererObserver Interface for notifying the remote BT device's address selected by the user using the RNotifier
Definition at line 167 of file CommonInterfaces.h.
virtual void MBluetoothDeviceDiscovererObserver::OnDeviceDiscoveryErr | ( | const TInt | aError | ) | [pure virtual] |
Notify any error during device discovering
aError | An error |
Implemented in CBluetoothManager.
virtual void MBluetoothDeviceDiscovererObserver::OnDeviceDiscoveryComplete | ( | const TBTDeviceResponseParamsPckg & | aResponse | ) | [pure virtual] |
Call when the user selects a BT device in range
aResponse | Pckgbuf to retrieve the response from the device selection dialog via the Notifier framework |
Implemented in CBluetoothManager.