System.Bluetooth.TBluetoothGattService.CreateIncludedService

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CreateIncludedService(const AnUUID: TBluetoothUUID; AType: TBluetoothServiceType): TBluetoothGattService;

C++

TBluetoothGattService* __fastcall CreateIncludedService(const GUID &AnUUID, TBluetoothServiceType AType);

Properties

Type Visibility Source Unit Parent
function public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattService

Description

Creates an included service (a reference to another service) of the specified service type with the specified UUID, adds that newly included service to the list of included services of your service, and returns that newly included service.

See Also