Skip to content

Commit 8ab6e34

Browse files
authored
Merge pull request #539 from untilbit/patch-1
Fix isAdvertising result
2 parents d5d0ec0 + 2c3cf88 commit 8ab6e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ declare namespace BluetoothlePlugin {
511511
*
512512
*/
513513
isAdvertising(
514-
success: (result: { status: boolean }) => void,
514+
success: (result: { isAdvertising: boolean }) => void,
515515
error: (error: Error) => void): void;
516516

517517
/**

0 commit comments

Comments
 (0)