Loading android/app/src/com/android/bluetooth/btservice/AdapterService.java +16 −0 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
android/app/src/com/android/bluetooth/btservice/AdapterService.java +16 −0 Original line number Diff line number Diff line Loading @@ -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; Loading