System.Bluetooth.TBluetoothGattServer.CreateService
Delphi
function CreateService(const AnUUID: TBluetoothUUID; AType: TBluetoothServiceType): TBluetoothGattService;
C++
TBluetoothGattService* __fastcall CreateService(const TBluetoothUUID &AnUUID, TBluetoothServiceType AType);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothGattServer |
Description
Creates a service of the specified service type with the specified UUID and returns that new service.