Searched refs:in_record (Results 1 – 1 of 1) sorted by relevance
76 static int get_sdp_records_size(bluetooth_sdp_record* in_record, int count) in get_sdp_records_size() argument78 bluetooth_sdp_record* record = in_record; in get_sdp_records_size()82 record = &in_record[i]; in get_sdp_records_size()146 bluetooth_sdp_record *in_record; in copy_sdp_records() local151 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 …]