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

  /external/bluetooth/bluez/tracer/
main.c 51 static gboolean option_debug = FALSE; variable
57 { "debug", 'd', 0, G_OPTION_ARG_NONE, &option_debug,
66 if (!option_debug)
78 option_debug = !option_debug;
135 if (option_debug == TRUE) {
  /external/bluetooth/bluez/src/
main.c 339 static gchar *option_debug = NULL; variable
378 option_debug = g_strdup(value);
380 option_debug = g_strdup("*");
465 __btd_log_init(option_debug, option_detach);

Completed in 1035 milliseconds