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

Commit 48027b3f authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by Android (Google) Code Review
Browse files

Merge "Bluetooth 5 feature check API (2/2)"

parents ee0dfb6b 19d52997
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -1332,6 +1332,22 @@ public class AdapterService extends Service {
             return (val >= MIN_OFFLOADED_SCAN_STORAGE_BYTES);
         }

         public boolean isLe2MPhySupported() {
             return false;
         }

         public boolean isLeCodedPhySupported() {
             return false;
         }

         public boolean isLeExtendedAdvertisingSupported() {
             return false;
         }

         public boolean isLePeriodicAdvertisingSupported() {
             return false;
         }

         public boolean isActivityAndEnergyReportingSupported() {
             AdapterService service = getService();
             if (service == null) return false;