diff --git a/types/index.d.ts b/types/index.d.ts index 8683c70..64d99f3 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -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 {