Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/sdp/
Dbtc_sdp.c217 …atic void copy_sdp_record_common(bluetooth_sdp_record* in_record, bluetooth_sdp_record* out_record) in copy_sdp_record_common() argument
219 uint8_t *free_ptr = (uint8_t *)(out_record + 1); /* set pointer to after the last entry */ in copy_sdp_record_common()
221 memcpy(out_record, in_record, sizeof(bluetooth_sdp_record)); in copy_sdp_record_common()
224 out_record->hdr.service_name = NULL; in copy_sdp_record_common()
225 out_record->hdr.service_name_length = 0; in copy_sdp_record_common()
227 out_record->hdr.service_name = (char *)free_ptr; // Update service_name pointer in copy_sdp_record_common()
236 static void copy_sdp_record(bluetooth_sdp_record* in_record, bluetooth_sdp_record* out_record) in copy_sdp_record() argument
238 copy_sdp_record_common(in_record, out_record); in copy_sdp_record()