System.Bluetooth.TBluetoothGattServer.FindService

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FindService(const AUUID: TGuid): TBluetoothGattService;

C++

TBluetoothGattService* __fastcall FindService(const GUID &AUUID);

Properties

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

Description

Returns a service with the specified UUID previously added to your GATT server; it returns nil if no service with a matching UUID is found.

See Also