Skip to content

Commit 9360cef

Browse files
authored
Merge pull request #612 from a-sac/a-sac/notificationSent
added notificationSent to status of device
2 parents f73cd29 + e806c16 commit 9360cef

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)