Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_sdp_server.cc137 int get_sdp_records_size(bluetooth_sdp_record* in_record, int count) { in get_sdp_records_size() argument
138 bluetooth_sdp_record* record = in_record; in get_sdp_records_size()
142 record = &in_record[i]; in get_sdp_records_size()
160 bluetooth_sdp_record* in_record; in copy_sdp_records() local
166 in_record = &in_records[i]; in copy_sdp_records()
168 *out_record = *in_record; in copy_sdp_records()
170 if (in_record->hdr.service_name == NULL || in copy_sdp_records()
171 in_record->hdr.service_name_length == 0) { in copy_sdp_records()
177 memcpy(free_ptr, in_record->hdr.service_name, in copy_sdp_records()
178 in_record->hdr.service_name_length); in copy_sdp_records()
[all …]
Dbtif_sdp.cc58 int get_sdp_records_size(bluetooth_sdp_record* in_record, int count);