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/BP3LController.h | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/BP3LController.h (limited to 'libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/BP3LController.h') diff --git a/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/BP3LController.h b/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/BP3LController.h new file mode 100644 index 0000000..f4c0e75 --- /dev/null +++ b/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/BP3LController.h @@ -0,0 +1,30 @@ +// +// BP3LViewController.h +// testShareCommunication +// +// Created by my on 14/10/13. +// Copyright (c) 2013年 my. All rights reserved. +// + +#import +#import "BPMacroFile.h" + + + +/** + BP3L controller class + */ +@interface BP3LController : BPController + +/** + * Initialize BP3L controller class + */ ++(BP3LController *)shareBP3LController; + +/** + * Get all BP3L instance,Access control class instance after receiving BP3LConnectNoti then use instance to call BP3L related communication methods. + */ +-(NSArray *)getAllCurrentBP3LInstace; + + +@end -- cgit