Loading android/app/src/com/android/bluetooth/gatt/GattService.java +13 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ package com.android.bluetooth.gatt; import android.app.AppOpsManager; import android.app.PendingIntent; import android.app.Service; import android.bluetooth.BluetoothAdapter; import android.bluetooth.BluetoothDevice; Loading Loading @@ -365,6 +366,18 @@ public class GattService extends ProfileService { callingPackage); } @Override public void startScanForIntent(PendingIntent intent, ScanSettings settings, List<ScanFilter> filters, String callingPackage) throws RemoteException { // TODO: } @Override public void stopScanForIntent(PendingIntent intent, String callingPackage) throws RemoteException { // TODO: } public void stopScan(int scannerId) { GattService service = getService(); if (service == null) return; Loading Loading
android/app/src/com/android/bluetooth/gatt/GattService.java +13 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ package com.android.bluetooth.gatt; import android.app.AppOpsManager; import android.app.PendingIntent; import android.app.Service; import android.bluetooth.BluetoothAdapter; import android.bluetooth.BluetoothDevice; Loading Loading @@ -365,6 +366,18 @@ public class GattService extends ProfileService { callingPackage); } @Override public void startScanForIntent(PendingIntent intent, ScanSettings settings, List<ScanFilter> filters, String callingPackage) throws RemoteException { // TODO: } @Override public void stopScanForIntent(PendingIntent intent, String callingPackage) throws RemoteException { // TODO: } public void stopScan(int scannerId) { GattService service = getService(); if (service == null) return; Loading