HomeSort by relevance Sort by last modified time
    Searched refs:opt_dst (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluez/attrib/
interactive.c 46 static gchar *opt_dst = NULL; variable
78 if (opt_dst)
79 g_string_append_printf(prompt, "[%17s]", opt_dst);
336 g_free(opt_dst);
337 opt_dst = g_strdup(argvp[1]);
340 if (opt_dst == NULL) {
346 iochannel = gatt_connect(opt_src, opt_dst, opt_sec_level, opt_psm,
809 opt_dst = g_strdup(dst);
832 g_free(opt_dst);
gatttool.c 46 static gchar *opt_dst = NULL; variable
524 { "device", 'b', 0, G_OPTION_ARG_STRING, &opt_dst,
576 interactive(opt_src, opt_dst, opt_psm);
600 chan = gatt_connect(opt_src, opt_dst, opt_sec_level,
616 g_free(opt_dst);

Completed in 26 milliseconds