Bluetooth Framework C++ Edition

◆ CwclGattLocalService()

CwclGattLocalService ( CwclGattServerConnection *const  Server,
const wclGattUuid Uuid 
)

Creates new Local GATT service.

Parameters
ServerThe GATT server connection object that owns the service. If this parameter is NULL the
See also
wclECritical
raises.
UuidThe service's UUID.

An application must not create this class directly. Instead of that an application must use methods of high-level classes.

See also
CwclGattServerConnection, wclGattUuid
Exceptions
wclECritical