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

Commit 18c33925 authored by William Escande's avatar William Escande
Browse files

Delete unused define: PANU_DISABLED

Bug: 311825664
Test: m Bluetooth
Change-Id: Ibe04f9f1717ab48ea20d38b8e7f65f2ec84d863d
parent d2e7471f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -122,9 +122,7 @@ void btif_pan_init() {
    if (GET_SYSPROP(Pan, nap, true)) {
      role |= BTPAN_ROLE_PANNAP;
    }
#if PANU_DISABLED == FALSE
    role |= BTPAN_ROLE_PANU;
#endif
    btpan_enable(role);
  }
}
+0 −4
Original line number Diff line number Diff line
@@ -788,10 +788,6 @@
#define PAN_INCLUDED TRUE
#endif

#ifndef PANU_DISABLED
#define PANU_DISABLED FALSE
#endif

/* This will enable the PANU role */
#ifndef PAN_SUPPORTS_ROLE_PANU
#define PAN_SUPPORTS_ROLE_PANU TRUE