#include <btsdp.h>
| class CSdpSearchPattern : public CBase |
| Public Member Functions | |
|---|---|
| ~CSdpSearchPattern() | |
| IMPORT_C TInt | AddL(const TUUID &) |
| IMPORT_C const TUUID | At(TInt) |
| IMPORT_C void | ConstructL() |
| IMPORT_C TInt | Count() |
| IMPORT_C TInt | Find(const TUUID &, TInt &) |
| IMPORT_C TBool | IsEmpty() |
| IMPORT_C CSdpSearchPattern * | NewL() |
| IMPORT_C TInt | Remove(const TUUID &) |
| IMPORT_C void | Reset() |
A list of Bluetooth service classes, represented as Universal Unique Identifiers (UUIDs), to be matched in SDP Service Search Requests.
See also: CSdpAgent::SetRecordFilterL() TUUID
| IMPORT_C TInt | Count | ( | ) | const |
Gets the number of UUIDs in the list.
Returns: Number of UUIDs in the list
| IMPORT_C CSdpSearchPattern * | NewL | ( | ) | [static] |
Allocates and constructs a new CSdpSearchPattern object.
Returns: New CSdpSearchPattern object