fix(bluetooth-le): Fix typo in interface definition (#2881)
This commit is contained in:
parent
603d6943ef
commit
c2f45616ac
@ -339,7 +339,7 @@ export interface InitializeResult {
|
|||||||
/** Service's UUID */
|
/** Service's UUID */
|
||||||
service: string;
|
service: string;
|
||||||
/** Characteristic UUID */
|
/** Characteristic UUID */
|
||||||
characterisitc: string;
|
characteristic: string;
|
||||||
/** This integer value will be incremented every read/writeRequested */
|
/** This integer value will be incremented every read/writeRequested */
|
||||||
requestId: number;
|
requestId: number;
|
||||||
/** Offset value */
|
/** Offset value */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user