class CSdpSearchPattern : public CBase |
A list of Bluetooth service classes, represented as Universal Unique Identifiers (UUIDs), to be matched in SDP Service Search Requests.
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() |
Private Member Functions | |
---|---|
CSdpSearchPattern() | |
MSdpElementBuilder * | BuildDESL() |
MSdpElementBuilder * | BuildUUIDL(const TUUID &) |
MSdpElementBuilder * | EndListL() |
MSdpElementBuilder * | StartListL() |
Private Attributes | |
---|---|
CArrayFixFlat< TUUID > * | iUUIDArray |
MSdpElementBuilder * | BuildUUIDL | ( | const TUUID & | aUUID | ) | [private] |
const TUUID & aUUID |