1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
// WARNING: This file was autogenerated by jni-bindgen. Any changes to this file may be lost!!!
#[cfg(any(feature = "all", feature = "android-bluetooth-BluetoothClass_Service"))]
__jni_bindgen! {
/// public final class [BluetoothClass.Service](https://developer.android.com/reference/android/bluetooth/BluetoothClass.Service.html)
///
/// Required feature: "android-bluetooth-BluetoothClass_Service"
public final class BluetoothClass_Service ("android/bluetooth/BluetoothClass$Service") extends crate::java::lang::Object {
/// [Service](https://developer.android.com/reference/android/bluetooth/BluetoothClass.Service.html#Service())
pub fn new<'env>(__jni_env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::result::Result<__jni_bindgen::Local<'env, crate::android::bluetooth::BluetoothClass_Service>, __jni_bindgen::Local<'env, crate::java::lang::Throwable>> {
// class.path == "android/bluetooth/BluetoothClass$Service", java.flags == PUBLIC, .name == "<init>", .descriptor == "()V"
unsafe {
let __jni_args = [];
let (__jni_class, __jni_method) = __jni_env.require_class_method("android/bluetooth/BluetoothClass$Service\0", "<init>\0", "()V\0");
__jni_env.new_object_a(__jni_class, __jni_method, __jni_args.as_ptr())
}
}
/// public static final [LIMITED_DISCOVERABILITY](https://developer.android.com/reference/android/bluetooth/BluetoothClass.Service.html#LIMITED_DISCOVERABILITY)
pub const LIMITED_DISCOVERABILITY : i32 = 8192;
/// public static final [POSITIONING](https://developer.android.com/reference/android/bluetooth/BluetoothClass.Service.html#POSITIONING)
pub const POSITIONING : i32 = 65536;
/// public static final [NETWORKING](https://developer.android.com/reference/android/bluetooth/BluetoothClass.Service.html#NETWORKING)
pub const NETWORKING : i32 = 131072;
/// public static final [RENDER](https://developer.android.com/reference/android/bluetooth/BluetoothClass.Service.html#RENDER)
pub const RENDER : i32 = 262144;
/// public static final [CAPTURE](https://developer.android.com/reference/android/bluetooth/BluetoothClass.Service.html#CAPTURE)
pub const CAPTURE : i32 = 524288;
/// public static final [OBJECT_TRANSFER](https://developer.android.com/reference/android/bluetooth/BluetoothClass.Service.html#OBJECT_TRANSFER)
pub const OBJECT_TRANSFER : i32 = 1048576;
/// public static final [AUDIO](https://developer.android.com/reference/android/bluetooth/BluetoothClass.Service.html#AUDIO)
pub const AUDIO : i32 = 2097152;
/// public static final [TELEPHONY](https://developer.android.com/reference/android/bluetooth/BluetoothClass.Service.html#TELEPHONY)
pub const TELEPHONY : i32 = 4194304;
/// public static final [INFORMATION](https://developer.android.com/reference/android/bluetooth/BluetoothClass.Service.html#INFORMATION)
pub const INFORMATION : i32 = 8388608;
}
}