Skip to content

Commit e806c16

Browse files
committed
added notificationSent to status of device
1 parent f73cd29 commit e806c16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

types/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ declare namespace BluetoothlePlugin {
577577
| "rssi" | "mtu" | "connectionPriorityRequested" |"enabled" | "disabled"
578578
| "readRequested" | "writeRequested" | "mtuChanged" | "notifyReady" | "notifySent"
579579
| "serviceAdded" | "serviceRemoved" | "allServicesRemoved" | "advertisingStarted"
580-
| "advertisingStopped" | "responded" | "notified";
580+
| "advertisingStopped" | "responded" | "notified" | "notificationSent";
581581

582582
/** Avaialable connection priorities */
583583
type ConnectionPriority = "low" | "balanced" | "high";
@@ -814,7 +814,7 @@ declare namespace BluetoothlePlugin {
814814
writeEncryptionRequired?: boolean
815815
}
816816
}
817-
817+
818818
interface Descriptor {
819819
uuid: string;
820820
}

0 commit comments

Comments
 (0)