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

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

am b8f58b8f: am 353397d8: am 512fb0ca: Sync the Bluetooth name and address...

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

* commit 'b8f58b8f':
  Sync the Bluetooth name and address from the Bluetooth Adapter
parents 07d68cc7 b8f58b8f
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();
                }
            }
        }
    };