Auto-commit 2026-03-13 13:12

This commit is contained in:
2026-03-13 13:12:46 -04:00
parent 59d44ff4e7
commit 73a539913b
9 changed files with 370 additions and 4 deletions

View File

@@ -23,6 +23,13 @@
**FRE-245: Fire TV Integration - COMPLETE ✅**
**FRE-225: Bluetooth LE Sensor Support - COMPLETE ✅**
- GATT characteristic discovery + notification wiring for heart rate, cycling power, speed/cadence, temperature
- BLE parsing for all sensor types
- Auto-reconnect for paired sensors
- Wired BLE heart rate samples into workout tracking when HealthKit HR is not active
- Priority: Bluetooth > HealthKit > fallback heart rate collection
Moving to **FRE-88: Backend Geospatial & Segment Matching** (high priority, in_progress).
Next steps for FRE-88:
@@ -191,3 +198,10 @@ Next steps for FRE-88:
- app/(tabs)/index.tsx
Commit: da14f4a
### FRE-225: Bluetooth LE Sensor Support
- Added GATT characteristic discovery + notification wiring for heart rate, cycling power, speed/cadence, temperature.
- Added BLE parsing for heart rate, power, CSC-derived speed/cadence, and thermometer readings.
- Added auto-reconnect for paired sensors and reconnection on BLE powered-on.
- Wired BLE heart rate samples into workout tracking when HealthKit HR is not active.