fix(bluetooth-le): Fix typo in InitializeResult interface definition (#2891)

This commit is contained in:
Nate Drake 2019-01-23 10:35:25 -05:00 committed by Daniel Sogl
parent 0612aef725
commit b6f340ae82

View File

@ -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 */