System.Bluetooth.TBluetoothGattServer.DoStopAdvertising

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoStopAdvertising; virtual; abstract;

C++

virtual void __fastcall DoStopAdvertising() = 0 ;

Properties

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

Description

Note: This is an abstract method that platform-specific subclasses of TBluetoothGattServer implement.

Stops advertising any services in your server to remote clients.

StopAdvertising calls DoStopAdvertising.

See Also