From cd1ec1a8052fdabd9ca8f9aaa5b5a740f62ebf58 Mon Sep 17 00:00:00 2001 From: alienwalker Date: Tue, 23 Apr 2024 15:24:37 +0800 Subject: [PATCH] =?UTF-8?q?add:=E5=BC=80=E5=90=AFsoftsim=E5=92=8C=E5=85=B3?= =?UTF-8?q?=E9=97=ADsim=20auto=20detect=20api?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/mobile/luat_mobile.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/mobile/luat_mobile.h b/components/mobile/luat_mobile.h index a644952b0..653d5421a 100644 --- a/components/mobile/luat_mobile.h +++ b/components/mobile/luat_mobile.h @@ -914,5 +914,8 @@ void luat_mobile_set_sync_time(uint8_t on_off); * @return =0不允许,其他允许 */ uint8_t luat_mobile_get_sync_time(void); + +int luat_mobile_softsim_onoff(uint8_t on_off); +int luat_mobile_sim_detect_onoff(uint8_t on_off); /** @}*/ #endif