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

Commit d9f052ad authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by android-build-merger
Browse files

Merge "Bluetooth 5 feature check API (2/2)" am: b52e56f1

am: d5a798f5

Change-Id: I885380c4c4f8de9d3cfbbca8b7a6a2a26545ec99
parents 30c17885 d5a798f5
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;