1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-05-06 19:29:15 +08:00
hybridgroup.gobot/platforms/ble/ble_client_adaptor_linux.go
deadprogram 001e7583d8 ble: WIP on converting to currantlabs ble package
Signed-off-by: deadprogram <ron@hybridgroup.com>
2017-01-14 12:26:15 +01:00

12 lines
232 B
Go

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),
// }