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