summaryrefslogtreecommitdiff
path: root/framework/api/module-lib-current.txt
blob: b94d2529da5495d8d090c612f3f907f51a32a356 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Signature format: 2.0
package android.bluetooth {

  public class BluetoothFrameworkInitializer {
    method public static void registerServiceWrappers();
    method public static void setBinderCallsStatsInitializer(@NonNull java.util.function.Consumer<android.content.Context>);
    method public static void setBluetoothServiceManager(@NonNull android.os.BluetoothServiceManager);
  }

  public final class BluetoothPan implements android.bluetooth.BluetoothProfile {
    method @Nullable @RequiresPermission(allOf={android.Manifest.permission.BLUETOOTH_CONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED, android.Manifest.permission.TETHER_PRIVILEGED}) public android.net.TetheringManager.TetheredInterfaceRequest requestTetheredInterface(@NonNull java.util.concurrent.Executor, @NonNull android.net.TetheringManager.TetheredInterfaceCallback);
  }

}