System.Bluetooth.Components.TBluetoothLE.GetCharacteristic
Delphi
function GetCharacteristic(const AService: TBluetoothGattService; const AUUID: TBluetoothUUID)
C++
System::Bluetooth::TBluetoothGattCharacteristic* __fastcall GetCharacteristic(System::Bluetooth::TBluetoothGattService* const AService, const GUID &AUUID);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | System.Bluetooth.Components.pas System.Bluetooth.Components.hpp |
System.Bluetooth.Components | TBluetoothLE |
Description
Returns a GATT characteristic with the specified UUID from the specified GATT service.
GetCharacteristic expects the following arguments:
AServiceis the service that provides the characteristic.AUUIDis the characteristic identifier.