Files
RTC_BL_PHONE/docs/diagram_sync_ble.md
Clément SAILLANT b89cda78c2 Add telephony and web server functionality
- Implement TelephoneSFPManager to manage telephony service interactions.
- Create TelephonyService class to handle telephony states and actions.
- Develop WebServerManager for handling HTTP requests and managing contacts.
- Add HTML, CSS, and JavaScript files for the web UI to interact with the telephony system.
- Introduce WifiManager for managing WiFi connections.
- Implement unit tests for telephony features and state transitions.
- Ensure proper input validation and error handling in web server routes.
2026-02-18 03:37:02 +01:00

503 B

sequenceDiagram participant ESP32 as ESP32 SFP participant Smartphone as Smartphone ESP32->>Smartphone: Scan BLE Smartphone->>ESP32: Répond (advertising) ESP32->>Smartphone: Appairage (demande) Smartphone->>ESP32: Appairage (acceptation) ESP32->>Smartphone: Demande contacts (service BLE) Smartphone->>ESP32: Envoi contacts (JSON) ESP32->>ESP32: Validation et intégration ESP32->>Smartphone: Accusé réception Smartphone->>Smartphone: Logs synchronisation