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

Commit c68db3f0 authored by Matthew Xie's avatar Matthew Xie Committed by Android Git Automerger
Browse files

am 7c43a6e9: am 4f6a7c9c: Merge "Save alias in RemoteDevice property before...

am 7c43a6e9: am 4f6a7c9c: Merge "Save alias in RemoteDevice property before passing it to native layer" into lmp-dev

* commit '7c43a6e9':
  Save alias in RemoteDevice property before passing it to native layer
parents 4649d1ec 7c43a6e9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -190,6 +190,7 @@ final class RemoteDevices {
         */
        void setAlias(String mAlias) {
            synchronized (mObject) {
                this.mAlias = mAlias;
                mAdapterService.setDevicePropertyNative(mAddress,
                    AbstractionLayer.BT_PROPERTY_REMOTE_FRIENDLY_NAME, mAlias.getBytes());
            }