#include <bttypes.h>
class RExtendedInquiryResponseUUIDContainer |
Public Member Enumerations | |
---|---|
enum | TUUIDType { EUUID16, EUUID32, EUUID128 } |
Public Member Functions | |
---|---|
IMPORT_C void | Close() |
IMPORT_C TBool | GetCompleteness(TUUIDType) |
IMPORT_C void | SetCompleteness(TUUIDType, TBool) |
IMPORT_C RUUIDContainer & | UUIDs() |
An EIR UUID container class. Contains UUIDs and indications of data completeness
Check if the Extended Inquiry Response has a complete set of UUIDs.
Parameter | Description |
---|---|
aType | a specifc type of UUID. It indicates which type of UUID the check will be carried upon. This could be 16 bit, 32 bit or 128 bit TUUID. |
Returns: the result of the check, ETrue means it's a complete set of UUIDs, otherwise EFalse.
Set the completeness for a set of specific type UUID (16, 32 or 128 bit UUID) in Extended Inquiry Response.
Parameter | Description |
---|---|
aType | a specifc type of UUID. This could be 16 bit, 32 bit or 128 bit TUUID. |
aIsComplete | ETrue means it's a complete set of UUIDs, otherwise EFalse. |
IMPORT_C RUUIDContainer & | UUIDs | ( | ) |
Retrieve the UUID container class.
Returns: RUUIDContainer, the UUID container class, which contains a set of UUIDs.