ESP-IDF
get_sdp_record_size()
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
get_sdp_record_size()
get_sdp_record_size() function
Syntax
Show:
Summary
Declaration
from
btc_sdp.c:85
static
int
get_sdp_record_size
(
bluetooth_sdp_record
*
in_record
)
;
Arguments
Argument
in_record
Related Functions
Found 13 other functions taking a
bluetooth_sdp_record
argument:
Function
copy_sdp_record()
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
int
get_sdp_record_size
(
bluetooth_sdp_record
*
in_record
)
btc_sdp.c:85
int
record_size
=
get_sdp_record_size
(
in_record
)
;
btc_sdp.c:288
alloc_sdp_slot()
bluetooth_sdp_record
*
record
=
(
bluetooth_sdp_record
*
)
osi_calloc
(
get_sdp_record_size
(
src_record
)
)
;
btc_sdp.c:1319
btc_sdp_arg_deep_copy()
Call Tree
from
examples
get_sdp_record_size()
is called by 2 functions:
alloc_sdp_slot()
btc_sdp_arg_deep_copy()
All items filtered out
get_sdp_record_size()
All items filtered out
Data Use
from
examples
get_sdp_record_size()
reads 4 variables:
bluetooth_sdp_types::SDP_TYPE_DIP_SERVER
_bluetooth_sdp_hdr_overlay::type
_bluetooth_sdp_hdr_overlay::service_name_length
bluetooth_sdp_record::hdr
All items filtered out
get_sdp_record_size()
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