Home
last modified time | relevance | path

Searched refs:in_record (Results 1 – 2 of 2) sorted by relevance

/system/bt/btif/src/
Dbtif_sdp_server.c123 int get_sdp_records_size(bluetooth_sdp_record* in_record, int count) { in get_sdp_records_size() argument
124 bluetooth_sdp_record* record = in_record; in get_sdp_records_size()
128 record = &in_record[i]; in get_sdp_records_size()
146 bluetooth_sdp_record* in_record; in copy_sdp_records() local
151 in_record = &in_records[i]; in copy_sdp_records()
153 *out_record = *in_record; in copy_sdp_records()
155 if(in_record->hdr.service_name == NULL || in_record->hdr.service_name_length == 0) { in copy_sdp_records()
161 memcpy(free_ptr, in_record->hdr.service_name, in_record->hdr.service_name_length); in copy_sdp_records()
162 free_ptr += in_record->hdr.service_name_length; in copy_sdp_records()
166 if(in_record->hdr.user1_ptr != NULL) { in copy_sdp_records()
[all …]
Dbtif_sdp.c53 int get_sdp_records_size(bluetooth_sdp_record* in_record, int count);