ESP-IDF
copy_sdp_record_common()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
copy_sdp_record_common()
copy_sdp_record_common() function
Syntax
Show:
Summary
Declaration
from
btc_sdp.c:236
static
void
copy_sdp_record_common
(
bluetooth_sdp_record
*
in_record
,
bluetooth_sdp_record
*
out_record
)
;
Arguments
Argument
in_record
out_record
Related Functions
Found 13 other functions taking a
bluetooth_sdp_record
argument:
Function
copy_sdp_record()
get_sdp_record_size()
bta_create_sap_sdp_record()
bta_create_raw_sdp_record()
bta_create_mas_sdp_record()
bta_create_pse_sdp_record()
bta_create_pce_sdp_record()
bta_create_ops_sdp_record()
bta_create_mns_sdp_record()
bta_create_dip_sdp_record()
check_if_primary_di_record()
check_if_di_record()
alloc_sdp_slot()
Examples
References
from
examples
Code
Location
Referrer
static
void
copy_sdp_record_common
(
bluetooth_sdp_record
*
in_record
,
bluetooth_sdp_record
*
out_record
)
btc_sdp.c:236
copy_sdp_record_common
(
in_record
,
out_record
)
;
btc_sdp.c:263
copy_sdp_record()
Call Tree
from
examples
copy_sdp_record_common()
is called by 1 function:
copy_sdp_record()
All items filtered out
copy_sdp_record_common()
All items filtered out
Data Use
from
examples
copy_sdp_record_common()
reads 3 variables and writes 2 variables:
_bluetooth_sdp_hdr_overlay::service_name_length
_bluetooth_sdp_hdr_overlay::service_name
bluetooth_sdp_record::hdr
All items filtered out
copy_sdp_record_common()
_bluetooth_sdp_hdr_overlay::service_name_length
_bluetooth_sdp_hdr_overlay::service_name
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out