UMagicLeapBLEComponent::GattSetCharacteristicNotificationAsync

Enables or disables notifications/indications for a given chracteristic.

Windows
MacOS
Linux

References

Module

MagicLeapBLE

Header

/Engine/Plugins/Lumin/MagicLeapBLE/Source/Public/MagicLeapBLEComponent.h

Include

#include "MagicLeapBLEComponent.h"

Source

/Engine/Plugins/Lumin/MagicLeapBLE/Source/Private/MagicLeapBLEComponent.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="BLE | MagicLeap")
void GattSetCharacteristicNotificationAsync
(
    const FMagicLeapBluetoothGattCharacteristic & InCharacteristic,
    bool bEnable
)

Remarks

Enables or disables notifications/indications for a given chracteristic.

Parameters

Parameter

Description

InCharacteristic

The characteristic to receive change notifications from on the remote device.

bEnable

Enables/Disables the notifications for InCharacteristic.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss