From 1fddbf0b3d6c32959fd119062222ee8a68f5718f Mon Sep 17 00:00:00 2001 From: Merge Simulation Date: Mon, 24 Aug 2026 11:23:01 +0800 Subject: [PATCH] fix(bluetooth): refresh discoverable state after scan --- projects/APPLaunch/main/ui/page_app/setting/bluetooth.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/APPLaunch/main/ui/page_app/setting/bluetooth.cpp b/projects/APPLaunch/main/ui/page_app/setting/bluetooth.cpp index a7dc6454..e306a07c 100644 --- a/projects/APPLaunch/main/ui/page_app/setting/bluetooth.cpp +++ b/projects/APPLaunch/main/ui/page_app/setting/bluetooth.cpp @@ -448,6 +448,7 @@ void BluetoothUiSession::handle_list_key(UISetupPage &page, uint32_t key) action_operation_.abort(action_token_); action_busy_ = false; SetupPageAccess access(page); + refresh_status(page); access.set_view(SetupViewState::SUB); access.build_sub_view(); break;