BluetoothGatt.GetService(UUID) 方法

定义

如果远程设备支持所请求的 UUID,则返回 a BluetoothGattService

[Android.Runtime.Register("getService", "(Ljava/util/UUID;)Landroid/bluetooth/BluetoothGattService;", "")]
public Android.Bluetooth.BluetoothGattService? GetService (Java.Util.UUID? uuid);
[<Android.Runtime.Register("getService", "(Ljava/util/UUID;)Landroid/bluetooth/BluetoothGattService;", "")>]
member this.GetService : Java.Util.UUID -> Android.Bluetooth.BluetoothGattService

参数

uuid
UUID

所请求服务的 UUID

返回

如果支持蓝牙GattService,则为 null;如果远程设备未提供所请求的服务,则为 null。

属性

注解

适用于 . 的 android.bluetooth.BluetoothGatt.getService(java.util.UUID)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于