From 638af10af8ee0d0bbecc90846491e3e59ea234b5 Mon Sep 17 00:00:00 2001 From: Yiming Lv <2909256199@qq.com> Date: Tue, 26 Aug 2025 11:52:05 +0000 Subject: [PATCH] add signalhub control mode Signed-off-by: Yiming Lv <2909256199@qq.com> --- interfaces/inner_api/include/bluetooth_def.h | 1 + 1 file changed, 1 insertion(+) diff --git a/interfaces/inner_api/include/bluetooth_def.h b/interfaces/inner_api/include/bluetooth_def.h index 6e31d242..f3debb73 100644 --- a/interfaces/inner_api/include/bluetooth_def.h +++ b/interfaces/inner_api/include/bluetooth_def.h @@ -1693,6 +1693,7 @@ struct SensingInfo { enum class SATELLITE_CONTROL_MODE { ANTENNA = 0, BLUETOOTH_SWITCH = 1, + SIGNALHUB_MAC_SWITCH = 2, }; struct TrustPairDeviceParam { -- Gitee