Lines Matching full:uuid
1132 BTIF_TRACE_ERROR2("Index: %d uuid:%s", i, temp);
1169 bt_uuid_t uuid;
1174 BTIF_TRACE_DEBUG1("%s: Found HOGP UUID",__FUNCTION__);
1180 bta_gatt_convert_uuid16_to_uuid128(uuid.uu,p_data->disc_ble_res.service.uu.uuid16);
1184 unsigned char c = uuid.uu[j];
1185 uuid.uu[j] = uuid.uu[i];
1186 uuid.uu[i] = c;
1191 uuid_to_string(&uuid, temp);
1192 BTIF_TRACE_ERROR1(" uuid:%s", temp);
1196 prop.val = uuid.uu;
1253 /* TODO: Get the UUID as well */
2124 bt_uuid_t *uuid)
2132 memcpy(sdp_uuid.uu.uuid128, uuid->uu, MAX_UUID_SIZE);