feat: init duooomi BLE SDK with brownfield support

This commit is contained in:
km2023
2026-04-02 15:20:10 +08:00
parent 0c6e858f11
commit 9e27189799
14 changed files with 2009 additions and 1466 deletions

9
ble/index.ts Normal file
View File

@@ -0,0 +1,9 @@
export * from './core/BleClient'
export * from './core/types'
export * from './protocol/Constants'
export * from './protocol/ProtocolManager'
export * from './protocol/types'
export * from './services/BleProtocolService'
export * from './services/DeviceInfoService'
export * from './services/FileTransferService'
export { bleSDK } from './sdk/BleSDK'