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.
 
 
 

17 lines
348 B

//
// L2DataParse.h
// BluetoothDemo
//
// Created by mac on 17/3/23.
// Copyright © 2017年 . All rights reserved.
//
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import "BlueToothEume.h"
@interface L2DataParse : NSObject
+ (NSDictionary *)L2_ParseData:(NSMutableData *)data
type:(BleCMD)cmd;
@end