Skip to content

Commit

Permalink
fix(bluetooth-le): add isConnectable to ScanParams interface (#3204)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan-s4 authored and danielsogl committed Oct 30, 2019
1 parent f81e181 commit 00ef998
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/@ionic-native/plugins/bluetooth-le/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ export interface ScanParams {
matchNum?: BluetoothMatchNum;
/** Defaults to All Matches. Available from API21 / API 23. (Android) */
callbackType?: BluetoothCallbackType;
/** True/false to show only connectable devices, rather than all devices ever seen, defaults to false (Windows) */
isConnectable?: boolean;
}

export interface NotifyParams {
Expand Down

0 comments on commit 00ef998

Please sign in to comment.