Searched refs:G_OPTION_ARG_STRING (Results 1 – 6 of 6) sorted by relevance
/external/bluetooth/bluez/attrib/ |
D | gatttool.c | 492 { "value", 'n' , 0, G_OPTION_ARG_STRING, &opt_value, 522 { "adapter", 'i', 0, G_OPTION_ARG_STRING, &opt_src, 524 { "device", 'b', 0, G_OPTION_ARG_STRING, &opt_dst, 530 { "sec-level", 'l', 0, G_OPTION_ARG_STRING, &opt_sec_level,
|
/external/bluetooth/bluez/input/ |
D | sixpair.c | 31 …{ "set-master", '\0', 0, G_OPTION_ARG_STRING, &option_master, "Set master address (\"auto\" for au… 33 …{ "device", '\0', 0, G_OPTION_ARG_STRING, &option_device, "Only handle one device (default, all su…
|
/external/bluetooth/bluez/src/ |
D | main.c | 363 { "plugin", 'p', 0, G_OPTION_ARG_STRING, &option_plugin, 365 { "noplugin", 'P', 0, G_OPTION_ARG_STRING, &option_noplugin,
|
/external/bluetooth/glib/glib/ |
D | goption.h | 51 G_OPTION_ARG_STRING, enumerator
|
D | goption.c | 1003 case G_OPTION_ARG_STRING: in parse_arg() 1012 change = get_change (context, G_OPTION_ARG_STRING, in parse_arg() 1456 case G_OPTION_ARG_STRING: in free_changes_list()
|
/external/bluetooth/bluez/test/ |
D | btiotest.c | 483 { "dev", 'i', 0, G_OPTION_ARG_STRING, &opt_dev,
|