@onbright/bluetooth-sdk
Advanced tools
Comparing version 1.1.13 to 1.1.14
@@ -0,1 +1,6 @@ | ||
declare enum ServiceType { | ||
WIFI_BLUE = 0, | ||
THEME_BLUE = 1 | ||
} | ||
declare class BluetoothManager { | ||
@@ -16,2 +21,4 @@ private _ConnectHandler; | ||
setServices(services: Array<string>): void; | ||
setConnectService(serviceType: ServiceType): void; | ||
sendData(deviceId: string, data: Uint8Array): boolean; | ||
private _SendData; | ||
@@ -26,2 +33,3 @@ private _onScanFound; | ||
private _onConnectStateMTUChange; | ||
private _onTransmitDeviceData; | ||
} | ||
@@ -28,0 +36,0 @@ declare class BluetoothEventCallback { |
{ | ||
"name": "@onbright/bluetooth-sdk", | ||
"version": "1.1.13", | ||
"version": "1.1.14", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "build": "tsup", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
339370
4565