unreal.MagicLeapBluetoothGattStatus

class unreal.MagicLeapBluetoothGattStatus

Bases: unreal.EnumBase

Status values of GATT operations.

C++ Source:

  • Plugin: MagicLeapBLE

  • Module: MagicLeapBLE

  • File: MagicLeapBLETypes.h

CONNECTION_CONGESTED

A remote device connection is congested.

Type

8

ERROR

Generic error.

Type

9

FAILURE

An operation failed.

Type

10

INSUFFICIENT_AUTHENTICATION

Insufficient authentication for a given operation.

Type

3

INSUFFICIENT_ENCRYPTION

Insufficient encryption for a given operation.

Type

7

INVALID_ATTRIBUTE_LENGTH

A write operation exceeds the maximum length of the attribute.

Type

6

INVALID_OFFSET

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

Type

5

READ_NOT_PERMITTED

GATT read operation is not permitted.

Type

1

REQUEST_NOT_SUPPORTED

The given request is not supported.

Type

4

SUCCESS

An operation is completed successfully.

Type

0

WRITE_NOT_PERMITTED

GATT write operation is not permitted.

Type

2