EMagicLeapBluetoothGattStatus

Copyright Epic Games, Inc. All Rights Reserved.

Windows
MacOS
Linux

References

Module

MagicLeapBLE

Header

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

Include

#include "MagicLeapBLETypes.h"

Syntax

enum EMagicLeapBluetoothGattStatus
{
    Success,
    ReadNotPermitted,
    WriteNotPermitted,
    InsufficientAuthentication,
    RequestNot_Supported,
    InvalidOffset,
    InvalidAttributeLength,
    InsufficientEncryption,
    ConnectionCongested,
    Error,
    Failure,
}

Values

Name

Description

Success

An operation is completed successfully.

ReadNotPermitted

GATT read operation is not permitted.

WriteNotPermitted

GATT write operation is not permitted.

InsufficientAuthentication

Insufficient authentication for a given operation.

RequestNot_Supported

The given request is not supported.

InvalidOffset

A read or write operation was requested with an invalid offset.

InvalidAttributeLength

A write operation exceeds the maximum length of the attribute.

InsufficientEncryption

Insufficient encryption for a given operation.

ConnectionCongested

A remote device connection is congested.

Error

Generic error.

Failure

An operation failed.

Remarks

Status values of GATT operations.

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