1// Signature format: 2.0 2package android.bluetooth { 3 4 public class BluetoothFrameworkInitializer { 5 method public static void registerServiceWrappers(); 6 method public static void setBinderCallsStatsInitializer(@NonNull java.util.function.Consumer<android.content.Context>); 7 method public static void setBluetoothServiceManager(@NonNull android.os.BluetoothServiceManager); 8 } 9 10 public final class BluetoothPan implements android.bluetooth.BluetoothProfile { 11 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); 12 } 13 14} 15 16