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.
21 lines
487 B
21 lines
487 B
![]()
2 years ago
|
//
|
||
|
// JLModel_BT.h
|
||
|
// JL_BLEKit
|
||
|
//
|
||
|
// Created by 杰理科技 on 2021/10/15.
|
||
|
// Copyright © 2021 www.zh-jieli.com. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <Foundation/Foundation.h>
|
||
|
|
||
|
NS_ASSUME_NONNULL_BEGIN
|
||
|
|
||
|
@interface JLModel_BT : NSObject
|
||
|
@property(assign,nonatomic)uint32_t mBtType;
|
||
|
@property(strong,nonatomic)NSData *__nullable mBtAddress;
|
||
|
@property(assign,nonatomic)uint8_t mBtRssi;
|
||
|
@property(strong,nonatomic)NSString *__nullable mBtName;
|
||
|
@end
|
||
|
|
||
|
NS_ASSUME_NONNULL_END
|