Lines Matching refs:values
752 * Set attributes with single values in SDP record
1757 void *dtds[sizeof(formats)], *values[sizeof(formats)];
1798 values[i] = &formats[i];
1800 sflist = sdp_seq_alloc(dtds, values, sizeof(formats));
2245 void *values[2];
2361 values[0] = &hid_spec_type;
2363 values[1] = (uint8_t *) hid_spec;
2366 hid_spec_lst = sdp_seq_alloc_with_length(dtds, values, leng, 2);
2408 void *values[2];
2517 values[0] = &hid_spec_type;
2519 values[1] = (uint8_t *) hid_spec;
2522 hid_spec_lst = sdp_seq_alloc_with_length(dtds, values, leng, 2);