From d6d9a09d505d11148599a95a5be3e1351edbe0ac Mon Sep 17 00:00:00 2001 From: hc Date: Mon, 13 Apr 2026 15:17:52 +0800 Subject: Local iHealth SDK, device detail screen, iOS event fixes --- .../Communication_SDK/Headers/BPBV10Device.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/BPBV10Device.h (limited to 'libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/BPBV10Device.h') diff --git a/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/BPBV10Device.h b/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/BPBV10Device.h new file mode 100644 index 0000000..77b512f --- /dev/null +++ b/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/BPBV10Device.h @@ -0,0 +1,20 @@ +// +// BPBV10Device.h +// iHealthSDKStatic +// +// Created by Realank on 2017/9/26. +// Copyright © 2017年 ihealthSDK. All rights reserved. +// + +#import "BPV24Device.h" +#import "BPLoopMeasureSettingModel.h" + +typedef void(^BlockAskIDString)(NSString* IDString); +typedef void(^BlockAskLoopMeasureScheme)(BPLoopMeasureSettingResultModel* scheme); + +/** + a subclass of BPBTLEDevice, which represent BP BTLE devices using BPBV10 protocol + */ +@interface BPBV10Device : BPV24Device + +@end -- cgit