mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat: improve BLE_NAME_PATTERN filter
This commit is contained in:
parent
8e9b4cb273
commit
92b12ca79a
1 changed files with 1 additions and 1 deletions
|
|
@ -500,7 +500,7 @@ class BTScanModel @Inject constructor(
|
|||
}
|
||||
}
|
||||
companion object {
|
||||
const val BLE_NAME_PATTERN = "^\\S+\$"
|
||||
const val BLE_NAME_PATTERN = "^.*_([0-9a-fA-F]{4})$"
|
||||
const val ACTION_USB_PERMISSION = "com.geeksville.mesh.USB_PERMISSION"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue