Skip to content

Commit 32ec0a8

Browse files
committed
fix: typings fix
1 parent b6c0a04 commit 32ec0a8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/bluetooth.d.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,15 @@ import {
2525
export {
2626
AdvertismentData,
2727
CallbackType,
28+
Characteristic,
2829
ConnectOptions,
2930
DisconnectOptions,
31+
DiscoverCharacteristicsOptions,
32+
DiscoverOptions,
33+
DiscoverServicesOptions,
3034
MatchMode,
3135
MatchNum,
36+
MtuOptions,
3237
Peripheral,
3338
ReadOptions,
3439
ReadResult,
@@ -38,9 +43,6 @@ export {
3843
StartScanningOptions,
3944
StopNotifyingOptions,
4045
WriteOptions,
41-
DiscoverServicesOptions,
42-
DiscoverCharacteristicsOptions,
43-
DiscoverOptions,
4446
};
4547

4648
export class Bluetooth extends BluetoothCommon {

0 commit comments

Comments
 (0)