1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-05-11 19:29:20 +08:00
hybridgroup.gobot/platforms/ble/ble_client_adaptor_darwin.go

10 lines
142 B
Go
Raw Normal View History

package ble
import (
"github.com/currantlabs/gatt"
)
var DefaultClientOptions = []gatt.Option{
gatt.MacDeviceRole(gatt.CentralManager),
}