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