Lines Matching full:uuid
57 // that there is a mess of UUID comparison and shortening methods will have to
59 // The btcore->uuid module should be used for all instances.
69 APPL_TRACE_DEBUG("%s() - uuid len:%d", __func__, u->len);
396 tBT_UUID *uuid = (tBT_UUID*)user_data;
397 memcpy(&evt_data.uuid, uuid, sizeof(tBT_UUID));
398 su = shorten_sdp_uuid(uuid);
407 if (IS_UUID(UUID_MAP_MAS,uuid->uu.uuid128)) {
408 APPL_TRACE_DEBUG("%s() - found MAP (MAS) uuid", __func__);
410 } else if (IS_UUID(UUID_MAP_MNS,uuid->uu.uuid128)) {
411 APPL_TRACE_DEBUG("%s() - found MAP (MNS) uuid", __func__);
413 } else if (IS_UUID(UUID_PBAP_PSE,uuid->uu.uuid128)){
414 APPL_TRACE_DEBUG("%s() - found PBAP (PSE) uuid", __func__);
416 } else if (IS_UUID(UUID_OBEX_OBJECT_PUSH,uuid->uu.uuid128)){
417 APPL_TRACE_DEBUG("%s() - found Object Push Server (OPS) uuid", __func__);
419 } else if (IS_UUID(UUID_SAP,uuid->uu.uuid128)) {
420 APPL_TRACE_DEBUG("%s() - found SAP uuid", __func__);
436 APPL_TRACE_DEBUG("%s() - UUID not found", __func__);
444 bta_sdp_cb.p_dm_cback(BTA_SDP_SEARCH_COMP_EVT, (tBTA_SDP*) &evt_data, (void*)&uuid->uu.uuid128);
469 ** Description Discovers all sdp records for an uuid on remote device
491 result.uuid = p_data->get_search.uuid;
501 /* set the uuid used in the search */
503 memcpy(bta_sdp_search_uuid, &(p_data->get_search.uuid),sizeof(tBT_UUID));
505 /* initialize the search for the uuid */
506 APPL_TRACE_DEBUG("%s init discovery with UUID(len: %d):",
523 result.uuid = p_data->get_search.uuid;
538 ** Description Discovers all sdp records for an uuid on remote device
554 ** Description Discovers all sdp records for an uuid on remote device