System.Bluetooth.TBluetoothLEManager.OnIdentifyCustomUUID
Delphi
class property OnIdentifyCustomUUID: TIdentifyUUIDEvent read FOnIdentifyCustomUUID write FOnIdentifyCustomUUID;
C++
/* static */ __property TIdentifyUUIDEvent OnIdentifyCustomUUID = {read=FOnIdentifyCustomUUID, write=FOnIdentifyCustomUUID};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| event | public | System.Bluetooth.pas System.Bluetooth.hpp | System.Bluetooth | TBluetoothLEManager | 
Description
Occurs when you request the display name of a service with a given unique identifier, but TBluetoothLEManager does not recognize the specified service identifier.
The event handler of OnIdentifyCustomUUID receives the following parameters:
- Senderis always nil.
- AUUIDis the unique identifier that you passed to GetKnownServiceName.