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