ESP-IDF
copy_sdp_record()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
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()
copy_sdp_record() function
Syntax
Show:
Summary
Declaration
from
btc_sdp.c:255
static
void
copy_sdp_record
(
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
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()
copy_sdp_record_common()
Examples
References
from
examples
Code
Location
Referrer
static
void
copy_sdp_record
(
bluetooth_sdp_record
*
in_record
,
bluetooth_sdp_record
*
out_record
)
btc_sdp.c:255
copy_sdp_record
(
in_record
,
record
)
;
btc_sdp.c:301
alloc_sdp_slot()
copy_sdp_record
(
src_record
,
record
)
;
btc_sdp.c:1321
btc_sdp_arg_deep_copy()
Call Tree
from
examples
copy_sdp_record()
is called by 2 functions and calls 1 function:
alloc_sdp_slot()
btc_sdp_arg_deep_copy()
All items filtered out
copy_sdp_record()
copy_sdp_record_common()
All items filtered out
Data Use
from
examples
copy_sdp_record()
reads 3 variables:
bluetooth_sdp_types::SDP_TYPE_DIP_SERVER
_bluetooth_sdp_hdr_overlay::type
bluetooth_sdp_record::hdr
All items filtered out
copy_sdp_record()
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