// // ECellBLENotify.h // ECellBluetooth // // Created by lemo. on 2019/7/28. // Copyright © 2019 lemo. All rights reserved. // #ifndef ECellBLENotify_h #define ECellBLENotify_h /** 连接成功 */ #define ECellBLENotificationConnected @"ECellBLENotificationConnected" /** 断开连接通知 */ #define ECellBLENotificationAtDisconnect @"ECellBLENotificationAtDisconnect" /** 系统蓝牙状态更新 */ #define ECellBLENotificationDidUpdateState @"ECellBLENotificationDidUpdateState" #endif /* ECellBLENotify_h */