commit | 926267d2240595fdc638176a7c6aa9e532fa179f | [log] [tgz] |
---|---|---|
author | Matthew Xie <mattx@google.com> | Sun Oct 20 18:32:32 2013 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Sun Oct 20 18:32:33 2013 +0000 |
tree | d8aed512ebdfd362e1a166310b5199dca50d24dc | |
parent | 0c2e29d5ae7cfd154c790703886d361708b02bbc [diff] | |
parent | 511b814ae29e33f7dc9089186f1cbe914767c5b9 [diff] |
Merge "Handle CL opening state in bta_jv_free_rfc_cb" into klp-dev
diff --git a/stack/sdp/sdp_api.c b/stack/sdp/sdp_api.c index 9ad959a..cb632bd 100644 --- a/stack/sdp/sdp_api.c +++ b/stack/sdp/sdp_api.c
@@ -460,7 +460,7 @@ && (SDP_DISC_ATTR_LEN(p_attr->attr_len_type) == 16)) { p_uuid->len = 16; - memcpy(p_uuid->uu.uuid128, p_sattr->attr_value.v.array, MAX_UUID_SIZE); + memcpy(p_uuid->uu.uuid128, p_attr->attr_value.v.array, MAX_UUID_SIZE); return(TRUE); } }