Skip to content

Commit fde11c0

Browse files
committed
Remove comments
1 parent 7cf35d5 commit fde11c0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

ble/blesplit.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,6 @@ func NewSplitKeyboard(name string) *bleSplitKeyboard {
2424
}
2525
}
2626

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-
3427
func (k *bleSplitKeyboard) Connect() error {
3528
var err error
3629

0 commit comments

Comments
 (0)