Home
last modified time | relevance | path

Searched refs:opt_channel (Results 1 – 1 of 1) sorted by relevance

/external/bluetooth/bluez/test/
Dbtiotest.c459 static gint opt_channel = -1; variable
473 { "channel", 'c', 0, G_OPTION_ARG_INT, &opt_channel,
526 if (opt_channel != -1) { in main()
528 rfcomm_connect(opt_dev, argv[1], opt_channel, in main()
531 rfcomm_listen(opt_dev, opt_channel, opt_defer, in main()