OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opt_src
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluez/attrib/
gatttool.c
45
static gchar *
opt_src
= NULL;
variable
522
{ "adapter", 'i', 0, G_OPTION_ARG_STRING, &
opt_src
,
576
interactive(
opt_src
, opt_dst, opt_psm);
600
chan = gatt_connect(
opt_src
, opt_dst, opt_sec_level,
615
g_free(
opt_src
);
interactive.c
45
static gchar *
opt_src
= NULL;
variable
346
iochannel = gatt_connect(
opt_src
, opt_dst, opt_sec_level, opt_psm,
808
opt_src
= g_strdup(src);
831
g_free(
opt_src
);
Completed in 25 milliseconds