BLEParamSign Constants Reference

Declared in AutumnHeader.h

BLEParamSign

  • If your smartband supportted this option ,that is meant this device might show message sign replaced a bluetooth icon noticed connectted state .If you don’t want to ,Please implement \@method \bleParamSignSetting of \@protocol \BleConnectDelegate .use \@code \BLEParamSignConnect you will get bluetooth icon on screen of your smartband;
  • 如果你的手环支持这个协议,你将在手环上看到一个消息标示而不是一个表示连接状态的蓝牙图标。如果你不想要这样,请实现bleParamSignSetting方法,使用BLEParamSignConnect选项,你就可以在你手环屏幕上看到那个可爱的蓝牙图标了。

Definition

typedef NS_ENUM(NSInteger, BLEParamSign ) {
   BLEParamSignConnect = 0,
   BLEParamSignMSGOption,
   BLEParamSignMSGOptionDelay,
};

Constants

BLEParamSignConnect

! Compatible mode,recommended<##>

Declared In AutumnHeader.h.

BLEParamSignMSGOption

! Used for special version

Declared In AutumnHeader.h.

BLEParamSignMSGOptionDelay

! Android used

Declared In AutumnHeader.h.

Declared In

AutumnHeader.h