HomeSort by relevance Sort by last modified time
    Searched full:profile_uuid (Results 1 - 1 of 1) sorted by null

  /external/bluetooth/bluez/src/
device.c 1122 const char *profile_uuid)
1134 ret = strcasecmp(uuid, profile_uuid);
1152 char *profile_uuid = l->data; local
1155 rec = btd_device_get_record(device, profile_uuid);
1160 uuids = g_slist_append(uuids, profile_uuid);
1343 gchar *profile_uuid; local
1359 profile_uuid = bt_uuid2string(svcclass->data);
1360 if (!profile_uuid) {
1365 if (!strcasecmp(profile_uuid, PNP_UUID)) {
1458 const char *profile_uuid = l->data; local
    [all...]

Completed in 112 milliseconds