File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments