Searched defs:profile_uuid (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/bluez/src/
H A Ddevice.c1071 const char *profile_uuid)
1083 ret = strcasecmp(uuid, profile_uuid);
1101 char *profile_uuid = l->data; local
1104 rec = btd_device_get_record(device, profile_uuid);
1109 uuids = g_slist_append(uuids, profile_uuid);
1299 gchar *profile_uuid; local
1309 profile_uuid = bt_uuid2string(svcclass->data);
1310 if (!profile_uuid) {
1315 if (!strcasecmp(profile_uuid, PNP_UUID)) {
1338 g_free(profile_uuid);
1070 record_has_uuid(const sdp_record_t *rec, const char *profile_uuid) argument
[all...]

Completed in 12 milliseconds