refactor(ble): Centralize BLE logic into a core module (#4550)

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
James Rich
2026-02-20 06:41:52 -06:00
committed by GitHub
parent 7a68802bc2
commit 6bfa5b5f70
214 changed files with 3471 additions and 2405 deletions
+6 -1
View File
@@ -25,7 +25,12 @@ The `NodeInfoDao` implements specific logic to protect against impersonation and
<!--region graph-->
```mermaid
graph TB
:core:database[database]:::null
:core:database[database]:::android-library
:core:database -.-> :core:common
:core:database -.-> :core:di
:core:database -.-> :core:model
:core:database -.-> :core:proto
:core:database -.-> :core:strings
classDef android-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000;
classDef android-application-compose fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000;