Convert to use Android5.0 API for BluetoothLE scan#1329
Conversation
|
This is a NOP change. |
|
I assume there is a lint suppression somewhere...but I couldn't find it. |
|
@copilot review |
|
@gerhardol I've opened a new pull request, #1330, to work on those changes. Once the pull request is ready, I'll request review from you. |
|
Brief look, will try it out later this week. |
if you remove the lint-baseline.xml files, the new items will be added. |
|
@jonasoreland copilot's comments should be included |
gerhardol
left a comment
There was a problem hiding this comment.
Tested briefly on Android 16 and 14, seem to work the same.
Have not looked at why Garmin do not connect
Add the copilot commit too
| log("Ignoring paired non BLE device: " + btDeviceThis.getName()); | ||
| continue; | ||
| // Paired device, for instance Huami/Amazfit Bip S could be supported | ||
| log("Trying paired generic BLE device: " + btDeviceThis.getName()); |
There was a problem hiding this comment.
We should have someone to test these devices...
Co-authored-by: Gerhard Olsson <6248932+gerhardol@users.noreply.github.com>
|
This is now ready I think.
|
|
just merge the copilot pr to this PR, it is targeting this branch. |
it was not great, but I included the "main" comment... |
|
also, can I get copilot to comment on this pr ? found this: "Copilot coding agent is available with the GitHub Copilot Pro, GitHub Copilot Pro+, GitHub Copilot Business and GitHub Copilot Enterprise plans" |
|
@copilot review |
1 similar comment
|
@copilot review |
|
@gerhardol I've opened a new pull request, #1331, to work on those changes. Once the pull request is ready, I'll request review from you. |
…() (#1331) * Initial plan * Fix typo mNotifictionsOn→mNotificationsOn and wrong log string in discoverServices() Co-authored-by: gerhardol <6248932+gerhardol@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: gerhardol <6248932+gerhardol@users.noreply.github.com>
No description provided.