HomeSort by relevance Sort by last modified time
    Searched refs:uuid_entry (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/stack/sdp/
sdp_db.c 84 &p_seq->uuid_entry[yy].value[0],
85 p_seq->uuid_entry[yy].len))
91 &p_seq->uuid_entry[yy].value[0],
92 p_seq->uuid_entry[yy].len, 0))
    [all...]
sdpint.h 102 tUID_ENT uuid_entry[MAX_UUIDS_PER_SEQ]; member in struct:__anon2989
sdp_utils.c 453 p_seq->uuid_entry[p_seq->num_uids].len = (UINT16) uuid_len;
454 BE_STREAM_TO_ARRAY (p, p_seq->uuid_entry[p_seq->num_uids].value, (int)uuid_len);

Completed in 290 milliseconds