BLE connection disconnect(reason)에 따른 Advertising Timeout

- 비정상 연결 해제 시 무제한 광고
- 그 외 10분 광고 후 전원 OFF
This commit is contained in:
2026-06-26 11:00:18 +09:00
parent 147e975cbc
commit 571df7df05
3 changed files with 27 additions and 3 deletions
+1
View File
@@ -65,6 +65,7 @@ typedef enum
void sleep_mode_enter(void);
void sleep_mode_enter_reason(const char *reason);
void device_power_off(void);
void device_power_off_reason(const char *reason);
void device_power_keep_on(void);
void power_button_suspend(bool suspend);