You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
866 B
16 lines
866 B
// 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);
|
|
}
|
|
|
|
}
|
|
|