1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-05-04 22:17:39 +08:00
hybridgroup.gobot/platforms/ble/ble_client_adaptor_linux.go

12 lines
232 B
Go
Raw Normal View History

package ble
// import (
// "github.com/currantlabs/gatt"
// )
//
// // TODO: handle other OS defaults besides Linux
// var DefaultClientOptions = []gatt.Option{
// gatt.LnxMaxConnections(1),
// gatt.LnxDeviceID(-1, false),
// }