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

Commit ba375c0c authored by Pavlin Radoslavov's avatar Pavlin Radoslavov Committed by Android Git Automerger
Browse files

am 353397d8: am 07cc3918: Sync the Bluetooth name and address from the Bluetooth Adapter

* commit '353397d874b96098d0ce458afa5d14264870df40':
  Sync the Bluetooth name and address from the Bluetooth Adapter
parents e0388fb7 07cc3918
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -237,6 +237,12 @@ class BluetoothManagerService extends IBluetoothManager.Stub {
                        sendEnableMsg(mQuietEnableExternal);
                    }
                }

                if (!isNameAndAddressSet()) {
                    // Sync the Bluetooth name and address from the Bluetooth Adapter
                    if (DBG) Log.d(TAG,"Retrieving Bluetooth Adapter name and address...");
                    getNameAndAddress();
                }
            }
        }
    };