OSDN Git Service

Allow the Bluetooth MAC address to be updated asynchronously (3/3)
authorStanley Tng <stng@google.com>
Tue, 18 Apr 2017 05:38:38 +0000 (22:38 -0700)
committerAndre Eisenbach <eisenbach@google.com>
Thu, 20 Apr 2017 23:34:38 +0000 (23:34 +0000)
commit7dc0525365025e17e289869288b1b7d5146306cc
treef022f7d2248bcea258332a52c4122fb35676d508
parent779b4fd786c571cb8013f4d94ddacfe7116fb05f
Allow the Bluetooth MAC address to be updated asynchronously (3/3)

There are intermittent issues where either the returned Bluetooth
MAC address to Java framework is uninitialized or this address update
arrives too late. This fix will do 2 things:
(1) Returns error when MAC address is unavailable in the native code.
(2) Updates the MAC address later by adding a new broadcast event.

Test: Check address for these cases: factory reset, system reboot, and
Bluetooth re-enable.
Bug: 36709382

Change-Id: I7b1c526ee227897c003ac921078f317f96b92604
btif/src/btif_core.cc
btif/src/btif_storage.cc