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

Commit 69061e2b authored by jackqdyulei's avatar jackqdyulei
Browse files

Add method to get bluetooth mac

Bug: 35875420
Test: Build
Change-Id: I2b4de320a89d466752708121b7e73676e455cde9
parent 9bdff5ad
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -90,6 +90,10 @@ public class LocalBluetoothAdapter {
        return mAdapter.disable();
    }

    public String getAddress() {
        return mAdapter.getAddress();
    }

    void getProfileProxy(Context context,
            BluetoothProfile.ServiceListener listener, int profile) {
        mAdapter.getProfileProxy(context, listener, profile);