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

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

am 353397d8: am 512fb0ca: Sync the Bluetooth name and address from the Bluetooth Adapter

* commit '353397d8':
  Sync the Bluetooth name and address from the Bluetooth Adapter
parents 8856a19b 353397d8
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();
                }
            }
        }
    };