System.Bluetooth.TBluetoothDevice.GetServices

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetServices: TBluetoothServiceList;

C++

TBluetoothServiceList* __fastcall GetServices();

Properties

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

Description

Requests the list of services from the remote device and refreshes LastServiceList.

Platform Support

Platform Supported Notes

32-bit Windows
64-bit Windows

YesC++11Feature.png

OS X

YesC++11Feature.png

Android

4.0.2+

See Also