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

Commit d463aad3 authored by Nitin Shivpure's avatar Nitin Shivpure Committed by Linux Build Service Account
Browse files

Bluetooth: Fix KW issues in PAN

This patch fixes P1 KW issues in PAN.

Change-Id: Icd65c87450c8a3c3e745b2820bfca1d1f49b98db
CRs-Fixed: 743028
parent ca66babd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -235,6 +235,7 @@ public class PanService extends ProfileService {
        private boolean isPanUOn() {
            if(DBG) Log.d(TAG, "isTetheringOn call getPanLocalRoleNative");
            PanService service = getService();
            if (service == null) return false;
            return service.isPanUOn();
        }
        public boolean isTetheringOn() {