OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:G_OPTION_ARG_INT
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluez/attrib/
gatttool.c
480
{ "start", 's' , 0,
G_OPTION_ARG_INT
, &opt_start,
482
{ "end", 'e' , 0,
G_OPTION_ARG_INT
, &opt_end,
490
{ "handle", 'a' , 0,
G_OPTION_ARG_INT
, &opt_handle,
495
{ "offset", 'o', 0,
G_OPTION_ARG_INT
, &opt_offset,
526
{ "mtu", 'm', 0,
G_OPTION_ARG_INT
, &opt_mtu,
528
{ "psm", 'p', 0,
G_OPTION_ARG_INT
, &opt_psm,
/external/bluetooth/bluez/test/
btiotest.c
473
{ "channel", 'c', 0,
G_OPTION_ARG_INT
, &opt_channel,
475
{ "psm", 'p', 0,
G_OPTION_ARG_INT
, &opt_psm,
481
{ "sec-level", 'S', 0,
G_OPTION_ARG_INT
, &opt_sec,
485
{ "reject", 'r', 0,
G_OPTION_ARG_INT
, &opt_reject,
487
{ "disconnect", 'D', 0,
G_OPTION_ARG_INT
, &opt_disconn,
489
{ "accept", 'a', 0,
G_OPTION_ARG_INT
, &opt_accept,
/external/bluetooth/glib/glib/
goption.h
52
G_OPTION_ARG_INT
,
goption.c
1112
case
G_OPTION_ARG_INT
:
1121
change = get_change (context,
G_OPTION_ARG_INT
,
[
all
...]
Completed in 486 milliseconds