Home
last modified time | relevance | path

Searched refs:profile_uuid (Results 1 – 1 of 1) sorted by relevance

/external/bluetooth/bluez/src/
Ddevice.c1214 const char *profile_uuid) in record_has_uuid() argument
1226 ret = strcasecmp(uuid, profile_uuid); in record_has_uuid()
1244 char *profile_uuid = l->data; in device_match_pattern() local
1247 rec = btd_device_get_record(device, profile_uuid); in device_match_pattern()
1252 uuids = g_slist_append(uuids, profile_uuid); in device_match_pattern()
1442 gchar *profile_uuid; in update_services() local
1458 profile_uuid = bt_uuid2string(svcclass->data); in update_services()
1459 if (!profile_uuid) { in update_services()
1464 if (!strcasecmp(profile_uuid, PNP_UUID)) { in update_services()
1487 g_free(profile_uuid); in update_services()
[all …]