ble/gatt/gatt_android.go

6 lines
101 B
Go

package gatt
func (s Service) IsHRM() bool {
return len(s.UUID) >= 8 && s.UUID[:8] == "0000180d"
}