BLECommunicateMode Constants Reference

Declared in AutumnHeader.h

BLECommunicateMode

@enum BLECommunicateMode

<##>You can control the Bluetooth transmission speed, the default BLECommunicateModeLow, it is recommended that only use BLECommunicateModehigh when dealing with large files. Only the <BLEProtocol_colorful> support.

Definition

typedef NS_ENUM(NSInteger, BLECommunicateMode ) {
   BLECommunicateModeLow,
   BLECommunicateModeHigh,
};

Constants

BLECommunicateModeLow

! Low speed

Declared In AutumnHeader.h.

BLECommunicateModeHigh

! High speed

Declared In AutumnHeader.h.

Declared In

AutumnHeader.h