System.Bluetooth.TBluetoothGattServer.DoStartAdvertising

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoStartAdvertising; virtual; abstract;

C++

virtual void __fastcall DoStartAdvertising() = 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.

Starts advertising all the services in your server to any reachable remote client.

StartAdvertising calls DoStartAdvertising.

See Also