System.Bluetooth.TBluetoothAdapter.DoDiscoverableEnd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoDiscoverableEnd(const Sender: TObject); virtual;

C++

virtual void __fastcall DoDiscoverableEnd(System::TObject* const Sender);

Properties

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

Description

Called after the user accepts making the device that is running your application discoverable via Bluetooth, after you call DoStartDiscoverable to request it.

DoDiscoverableEnd receives a single parameter, Sender, which is your adapter.

DoDiscoverableEnd calls DoDiscoverableEnd (Sender) on its manager.

Platform Support

Platform Supported Notes

32-bit Windows
64-bit Windows

YesC++11Feature.png

OS X

  • Users must actively choose to make the device that is running your application discoverable. You cannot request to make the device discoverable from your application using DoStartDiscoverable.

Android

YesC++11Feature.png

See Also