Home | History | Annotate | Download | only in btm

Lines Matching refs:p_uuid_list

3168 **                  p_uuid_list - return UUID list
3181 UINT8 *p_uuid_list, UINT8 max_num_uuid)
3187 UINT16 *p_uuid16 = (UINT16 *)p_uuid_list;
3188 UINT32 *p_uuid32 = (UINT32 *)p_uuid_list;
3226 STREAM_TO_ARRAY16(p_uuid_list + yy * LEN_UUID_128, p_uuid_data);
3228 sprintf(buff + xx*2, "%02X", *(p_uuid_list + yy * LEN_UUID_128 + xx));