mirror of
https://github.com/hybridgroup/gobot.git
synced 2025-05-11 19:29:20 +08:00
10 lines
142 B
Go
10 lines
142 B
Go
package ble
|
|
|
|
import (
|
|
"github.com/currantlabs/gatt"
|
|
)
|
|
|
|
var DefaultClientOptions = []gatt.Option{
|
|
gatt.MacDeviceRole(gatt.CentralManager),
|
|
}
|