columba/python/ble_modules
torlando-tech 5baa34032e fix: add proactive BLE advertising refresh to prevent silent stops
Android silently stops BLE advertising when the app goes to background,
screen turns off, or device enters Doze mode - without calling any
callback. This leaves the app thinking it's advertising when it's not.

Add a proactive refresh mechanism that restarts advertising every 60
seconds to ensure the device remains discoverable. Also add bridge
methods to allow Python to check/ensure advertising is active.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 13:45:47 -05:00
..
__init__.py initial commit 2025-11-30 19:59:14 -05:00
android_ble_driver.py fix: add proactive BLE advertising refresh to prevent silent stops 2025-12-30 13:45:47 -05:00
android_ble_interface.py initial commit 2025-11-30 19:59:14 -05:00