We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d2389d + 2c9b812 commit 2c35583Copy full SHA for 2c35583
types/index.d.ts
@@ -614,7 +614,9 @@ declare namespace BluetoothlePlugin {
614
/** Defaults to One Advertisement. Available from API23 (Android) */
615
matchNum?: BluetoothMatchNum,
616
/** Defaults to All Matches. Available from API21 / API 23. (Android) */
617
- callbackType?: BluetoothCallbackType
+ callbackType?: BluetoothCallbackType,
618
+ /** True/false to show only connectable devices, rather than all devices ever seen, defaults to false (Windows)*/
619
+ isConnectable?: boolean
620
}
621
622
interface NotifyParams {
0 commit comments