DescriptionFix Bluetooth Classic device polling issue.
With the recent device polling changes
(https://codereview.chromium.org/424093004/), any failure in enumerating
devices/services prevents the background polling task from reporting
changes (to avoid reporting inconsistent configuration). However, when
devices are offline and polling is done in "discovery" mode,
enumerating services fails because the underlying SDP request fails.
The workaround if to ask for cached services only instead, so that at
least the services already previously known are returned and the
polling operation can succeed.
BUG=396337
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=290061
Patch Set 1 #
Total comments: 2
Patch Set 2 : Address code review feedback. #
Messages
Total messages: 7 (0 generated)
|