Remove btmgmt

This commit is contained in:
Elara 2024-04-01 20:33:33 -07:00
parent a73cfb3da5
commit 8961780053
1 changed files with 0 additions and 4 deletions

View File

@ -5,7 +5,6 @@ import (
bt "github.com/muka/go-bluetooth/api"
"github.com/muka/go-bluetooth/bluez/profile/adapter"
"github.com/muka/go-bluetooth/bluez/profile/agent"
"github.com/muka/go-bluetooth/hw/linux/btmgmt"
)
var defaultAdapter *adapter.Adapter1
@ -33,9 +32,6 @@ func Init(adapterID string) {
panic(err)
}
daMgmt := btmgmt.NewBtMgmt(adapterID)
daMgmt.SetPowered(true)
defaultAdapter = da
itdAgent = ag
}