Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ee6e8938 authored by Zhihai Xu's avatar Zhihai Xu Committed by Android Git Automerger
Browse files

am 508919cb: BTU SIGSEGV on RFCOMM connect to Linux bluetooth dongle

* commit '508919cb':
  BTU SIGSEGV on RFCOMM connect to Linux bluetooth dongle
parents 0f5a29ae 508919cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -460,7 +460,7 @@ BOOLEAN SDP_FindServiceUUIDInRec_128bit(tSDP_DISC_REC *p_rec, tBT_UUID * p_uuid)
                && (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);
            }
        }