Skip to content

Commit

Permalink
fix: Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentKobz committed May 24, 2024
1 parent 7ecd0d7 commit 9023b7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/scanner_service.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ If true, bluetooth devices will be searched for compatible scanners.
Corresponds to the `ScannerServiceApi.EXTRA_SEARCH_ALLOW_BT_BOOLEAN` extra.
:::

:::{cpp:var} boolean allowIntentDevices = false
:::{cpp:var} boolean allowIntentDevices = true

If true, providers using another application for controlling scanners will be allowed.
This is important as most of the time, it is impossible to say if these apps are actually installed,
Expand Down Expand Up @@ -195,7 +195,7 @@ Mostly used to let bluetooth providers contact known devices during search.
Corresponds to the `ScannerServiceApi.EXTRA_SEARCH_ALLOW_INITIAL_SEARCH_BOOLEAN` extra.
:::

:::{cpp:var} boolean allowPairingFlow = false
:::{cpp:var} boolean allowPairingFlow = true

If true, the providers which needs a pairing done by their own SDK (for example, BLE on-the-fly
pairing) will be allowed to do so.
Expand Down

0 comments on commit 9023b7d

Please sign in to comment.