Public Member Functions | |
| CBluetoothServiceSearcher (MBluetoothServiceSearcherObserver &aObs) | |
| ~CBluetoothServiceSearcher () | |
| void | FindServiceByUUIDL (const TBTDevAddr &aTarget, const TUUID &aUUID) | 
CBluetoothServiceSearcher Search for the presence of a specific BT service on a remote BT device
Definition at line 49 of file BluetoothServiceSearcher.h.
| CBluetoothServiceSearcher::CBluetoothServiceSearcher | ( | MBluetoothServiceSearcherObserver & | aObs | ) | 
Constructor
| aObs | Interface to report to the caller the service search status | 
Definition at line 40 of file BluetoothServiceSearcher.cpp.
| CBluetoothServiceSearcher::~CBluetoothServiceSearcher | ( | ) | 
Destructor
Definition at line 50 of file BluetoothServiceSearcher.cpp.
| void CBluetoothServiceSearcher::FindServiceByUUIDL | ( | const TBTDevAddr & | aTarget, | |
| const TUUID & | aUUID | |||
| ) | 
Retrives from a remote device a SDP's service record. On completion call NextRecordRequestComplete()
| aTarget | The remote BT device address | |
| aUUID | The BT's service UUID (RPS's service UUID) | 
Definition at line 67 of file BluetoothServiceSearcher.cpp.
 1.6.2