blob: b94d2529da5495d8d090c612f3f907f51a32a356 [file] [log] [blame]
// 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);
}
}