System.Bluetooth.Components.TBluetoothLE.CreateIncludedService

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

System::Bluetooth::TBluetoothGattService* __fastcall CreateIncludedService(System::Bluetooth::TBluetoothGattService* const AService, const GUID &AnUUID, System::Bluetooth::TBluetoothServiceType AType);

Properties

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

Description

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

See Also