File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -832,7 +832,7 @@ declare namespace BluetootlePlugin {
832832
833833 interface Descriptors extends DeviceInfo {
834834 /** Characteristic's UUID */
835- characterisitic : string ,
835+ characteristic : string ,
836836 /** Service's UUID */
837837 service : string ,
838838 /* Array of descriptor UUIDs */
@@ -841,7 +841,7 @@ declare namespace BluetootlePlugin {
841841
842842 interface OperationResult extends DeviceInfo {
843843 /** Characteristic UUID */
844- characterisitic : string ,
844+ characteristic : string ,
845845 /** Service's UUID */
846846 service : string ,
847847 /** Base64 encoded string of bytes */
@@ -850,7 +850,7 @@ declare namespace BluetootlePlugin {
850850
851851 interface UnsubscribeResult extends DeviceInfo {
852852 /** Characteristic UUID */
853- characterisitic : string ,
853+ characteristic : string ,
854854 /** Service's UUID */
855855 service : string ,
856856 }
You can’t perform that action at this time.
0 commit comments