Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/sdp/
Dbtc_sdp.c78 static int get_sdp_record_size(bluetooth_sdp_record* in_record) in get_sdp_record_size() argument
80 bluetooth_sdp_record *record = in_record; in get_sdp_record_size()
217 static void copy_sdp_record_common(bluetooth_sdp_record* in_record, bluetooth_sdp_record* out_recor… in copy_sdp_record_common() argument
221 memcpy(out_record, in_record, sizeof(bluetooth_sdp_record)); in copy_sdp_record_common()
223 if (in_record->hdr.service_name == NULL || in_record->hdr.service_name_length == 0) { in copy_sdp_record_common()
229 memcpy(free_ptr, in_record->hdr.service_name, in_record->hdr.service_name_length); in copy_sdp_record_common()
230 free_ptr += in_record->hdr.service_name_length; 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()
241 static int alloc_sdp_slot(bluetooth_sdp_record* in_record) in alloc_sdp_slot() argument
[all …]