Skip to content

Commit

Permalink
Update methods.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosinigaglia committed Apr 8, 2024
1 parent 62ac622 commit 9a61a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/methods.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ See: https://developer.android.com/develop/connectivity/bluetooth/companion-devi
**Examples**

```js
BleManager.compationScan().then(peripheral => {
BleManager.compationScan([]).then(peripheral => {
console.log('Associated peripheral', peripheral);
});
```
Expand Down

0 comments on commit 9a61a6d

Please sign in to comment.