We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cf35d5 commit fde11c0Copy full SHA for fde11c0
ble/blesplit.go
@@ -24,13 +24,6 @@ func NewSplitKeyboard(name string) *bleSplitKeyboard {
24
}
25
26
27
-//// SetConnectHandler sets a handler function to be called whenever the adaptor connects
28
-//// or disconnects. You must call this before you call adaptor.Connect() for centrals
29
-//// or adaptor.Start() for peripherals in order for it to work.
30
-//func (a *Adapter) SetConnectHandler(c func(device Address, connected bool)) {
31
-// a.connectHandler = c
32
-//}
33
-
34
func (k *bleSplitKeyboard) Connect() error {
35
var err error
36
0 commit comments