java.lang.Object | |
↳ | com.google.android.gms.fitness.data.BleDevice |
Representation of a BLE Device (such as a heart rate monitor) that broadcasts information
about its on board sensors. The BLE device supports one or more
GATT Profiles
, which can be translated to one or more
data type
.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the address of the BLE device, from
getAddress() .
| |||||||||||
Returns all of the Fitness Platform data types supported by the device's
supported profiles.
| |||||||||||
Returns the name of the BLE device, from
getName() .
| |||||||||||
Returns a list of supported GATT Profile
Specification Types for the device which are also supported by the Fitness Platform.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Returns all of the Fitness Platform data types supported by the device's supported profiles.
Note that in some GATT profiles certain characteristics are optional. This method will return an optional data type even if the device doesn't support it. Registering to updates from a non-supported optional data type from a supported profile will succeed, but no data will be returned.
Returns a list of supported GATT Profile Specification Types for the device which are also supported by the Fitness Platform.