File: agent_test.go

package info (click to toggle)
golang-github-muka-go-bluetooth 5.60-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,688 kB
  • sloc: makefile: 92; sh: 2
file content (18 lines) | stat: -rw-r--r-- 342 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
package service

//
// func TestAppAgent(t *testing.T) {
// 	a := createTestApp(t)
// 	defer a.Close()
//
// 	ag, err := agent.NewAgent1("org.bluez", "/org/bluez/agent/simple0")
// 	if err != nil {
// 		t.Fatal(err)
// 	}
//
// 	err = ag.RequestConfirmation("/org/bluez/hci0/app0", 123456)
// 	if err != nil {
// 		t.Fatal(err)
// 	}
//
// }