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

Commit 19d52997 authored by Jakub Pawlowski's avatar Jakub Pawlowski
Browse files

Bluetooth 5 feature check API (2/2)

Bug: 30622771
Test: manual
Change-Id: I90e2efe989745c07c2f2fb8f4ea5bc3b718382f6
parent 959379d7
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;