IPWorks Bluetooth 2020 C++ Edition

Questions / Feedback?

ServiceClassId Property

The service class Id (UUID).

Syntax

ANSI (Cross Platform)
char* GetServiceClassId();
int SetServiceClassId(const char* lpszServiceClassId); Unicode (Windows) LPWSTR GetServiceClassId();
INT SetServiceClassId(LPCWSTR lpszServiceClassId);
#define PID_BTINFO_SERVICECLASSID 21

IPWORKSBT_EXTERNAL void* IPWORKSBT_CALL IPWorksBT_BTInfo_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSBT_EXTERNAL int IPWORKSBT_CALL IPWorksBT_BTInfo_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

This property holds the service class Id (UUID) specified by ServiceIndex. For instance "00001101-0000-1000-8000-00805f9b34fb".

The Bluetooth Universally Unique Identifier (UUID) is in the form

00000000-0000-1000-8000-00805F9B34FB

This property is not available at design time.

Data Type

String

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks Bluetooth 2020 C++ Edition - Version 20.0 [Build 7941]