Skip to content

Commit

Permalink
updated typings for index.d.ts to include address property in Respond…
Browse files Browse the repository at this point in the history
…Params for use in Android responses
  • Loading branch information
Exxili committed Feb 16, 2022
1 parent fa96bb4 commit d8ba3ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -708,6 +708,8 @@ declare namespace BluetoothlePlugin {
value: string,
/** not documented */
offset?: number
/** Android only: address of the device the response should be sent to. */
address?: string
}

interface CharacteristicParams extends Params {
Expand Down

0 comments on commit d8ba3ec

Please sign in to comment.