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

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

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

* commit '512fb0ca':
  Sync the Bluetooth name and address from the Bluetooth Adapter
parents 83555ceb 512fb0ca
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();
                }
            }
        }
    };