| java.lang.Object | |
| ↳ | com.google.android.gms.fitness.ble.ClaimBleDeviceRequest.Builder |
Builder used to create new ClaimBleDeviceRequests.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Finishes building and returns the request.
| |||||||||||
Sets the device to claim from a
BluetoothDevice object. | |||||||||||
Sets the device to claim from a
BleDevice object returned by a scan. | |||||||||||
Sets the device to claim from its address.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Finishes building and returns the request.
| IllegalStateException | if the builder doesn't have enough data to build a valid request. |
|---|
Sets the device to claim from a BluetoothDevice object.
Sets the device to claim from a BleDevice object returned by a scan.
Sets the device to claim from its address.
| address | the device's 128-bit UUID, from
getAddress()
|
|---|