You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
717 B

2 years ago
//
// BLEBLDelegate.h
// BluetoothDemo
//
// Created by mac on 17/3/13.
// Copyright © 2017年 . All rights reserved.
//
#import <Foundation/Foundation.h>
#import "BlueToothEume_FireBoltt.h"
2 years ago
@class BLEBaseBlFireBoltt;
2 years ago
@protocol BLEBLDelegate <NSObject>
/**
*
*/
- (void)finishedHandle:(BLEBaseBlFireBoltt*)bl data:(NSDictionary *)data cmd:(BleCMD_FireBoltt)cmd;
2 years ago
@optional
/**
*
*/
- (void)failedHandle:(BLEBaseBlFireBoltt*)bl data:(NSDictionary *)data cmd:(BleCMD_FireBoltt)cmd;
2 years ago
@optional
/**
*
*/
- (void)timeOutHandle:(BLEBaseBlFireBoltt*)bl data:(NSDictionary *)data cmd:(BleCMD_FireBoltt)cmd;
2 years ago
@end