BluetoothGattService

public class BluetoothGattService extends Object

字段摘要

受保护的 UUID mUuid

公共构造函数摘要

公共方法摘要

BluetoothGattCharacteristic
getCharacteristic(UUID uuid)
List<BluetoothGattCharacteristic>
UUID

继承的方法摘要

字段

受保护的 UUID mUuid

公共构造函数

public BluetoothGattService ()

公共方法

public BluetoothGattCharacteristic getCharacteristic (UUID uuid)

参数
uuid

public List<BluetoothGattCharacteristic> getCharacteristics ()

public UUID getUuid ()