OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uuidstr
(Results
1 - 5
of
5
) sorted by null
/external/bluetooth/bluez/audio/
headset.h
61
const char *
uuidstr
);
68
const char *
uuidstr
);
manager.c
160
static void handle_uuid(const char *
uuidstr
, struct audio_device *device)
165
if (bt_string2uuid(&uuid,
uuidstr
) < 0) {
166
error("%s not detected as an UUID-128",
uuidstr
);
171
error("Could not convert %s to a UUID-16",
uuidstr
);
178
DBG("server not enabled for %s (0x%04x)",
uuidstr
, uuid16);
186
headset_update(device, uuid16,
uuidstr
);
189
uuidstr
);
197
headset_update(device, uuid16,
uuidstr
);
200
uuidstr
);
headset.c
[
all
...]
/external/bluetooth/bluez/attrib/
gatttool.c
430
char
uuidstr
[MAX_LEN_UUID_STR];
local
443
bt_uuid_to_string(&uuid,
uuidstr
, MAX_LEN_UUID_STR);
444
g_print("handle = 0x%04x, uuid = %s\n", handle,
uuidstr
);
interactive.c
235
char
uuidstr
[MAX_LEN_UUID_STR];
local
248
bt_uuid_to_string(&uuid,
uuidstr
, MAX_LEN_UUID_STR);
249
printf("handle: 0x%04x, uuid: %s\n", handle,
uuidstr
);
Completed in 1199 milliseconds