Greg
86e724cc8c
scan(), stopScan(), connectPeripheral(), cancelConnection(), and DiscoverServices().
6 lines
101 B
Go
6 lines
101 B
Go
package gatt
|
|
|
|
func (s Service) IsHRM() bool {
|
|
return len(s.UUID) >= 8 && s.UUID[:8] == "0000180d"
|
|
}
|