Files
rk35xx-android14/packages/modules/Bluetooth/framework/api/module-lib-current.txt
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

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);
}
}