Greg
86e724cc8c
scan(), stopScan(), connectPeripheral(), cancelConnection(), and DiscoverServices().
6 lines
73 B
Go
6 lines
73 B
Go
package gatt
|
|
|
|
func (s Service) IsHRM() bool {
|
|
return s.UUID == "180D"
|
|
}
|