System.Bluetooth.TBluetoothManager Events

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
OnDiscoverableEndpublicWhen you call StartDiscoverable, you start a request to make the device that is running your application discoverable via Bluetooth. OnDiscoverableEnd occurs if the user of your application accepts your request.
OnDiscoveryEndpublicWhen you call StartDiscovery, you start a discovery operation to find remote devices using Bluetooth. OnDiscoveryEnd occurs when the discovery operation finishes.
OnIdentifyCustomUUIDpublicOccurs when you request the display name of a service with a given unique identifier, but TBluetoothManager does not recognize the specified service identifier.
OnRemoteRequestPairpublic