Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a8afd723 authored by Ravi Nagarajan's avatar Ravi Nagarajan Committed by Matthew Xie
Browse files

Allow AID_BLUETOOTH to update persist.service.bdroid

When devices are provisioned, bd address path is set in ro.bt.bdaddr_path.
On devices where this property is not present, a random bd address is
generated and saved to the property: persist.service.bdroid.bdaddr
This change allows bluetooth process to update this property
bug 6885309

Change-Id: I2e8a2471a0e890da82e6bbec6a2ef67ec8e1f8f4
parent 60479afa
Loading
Loading
Loading
Loading

init/property_service.c

100644 → 100755
+1 −0
Original line number Diff line number Diff line
@@ -87,6 +87,7 @@ struct {
    { "persist.sys.",     AID_SYSTEM,   0 },
    { "persist.service.", AID_SYSTEM,   0 },
    { "persist.security.", AID_SYSTEM,   0 },
    { "persist.service.bdroid.", AID_BLUETOOTH,   0 },
    { NULL, 0, 0 }
};