Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Neil Alexander
element-android
Commits
6eaf1256
Unverified
Commit
6eaf1256
authored
May 10, 2021
by
Neil Alexander
Browse files
More tweaks
parent
93b02b2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
vector/src/main/java/im/vector/app/DendriteService.kt
View file @
6eaf1256
...
...
@@ -369,7 +369,7 @@ class DendriteService : Service(), SharedPreferences.OnSharedPreferenceChangeLis
val
scanSettingsBuilder
=
ScanSettings
.
Builder
()
.
setLegacy
(
false
)
.
setScanMode
(
ScanSettings
.
SCAN_MODE_LOW_POWER
)
.
setCallbackType
(
ScanSettings
.
CALLBACK_TYPE_
ALL
_MATCH
ES
)
.
setCallbackType
(
ScanSettings
.
CALLBACK_TYPE_
FIRST
_MATCH
)
.
setMatchMode
(
ScanSettings
.
MATCH_MODE_AGGRESSIVE
)
if
(
isCodedPHY
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment