16 lines
866 B
Plaintext
16 lines
866 B
Plaintext
// 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);
|
|
}
|
|
|
|
}
|
|
|