ESP-IDF
check_if_primary_di_record()
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
check_if_primary_di_record()
check_if_primary_di_record() function
Syntax
Show:
Summary
Declaration
from
btc_sdp.c:268
static
bool
check_if_primary_di_record
(
bluetooth_sdp_record
*
record
)
;
Arguments
Argument
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_di_record()
alloc_sdp_slot()
copy_sdp_record_common()
Examples
References
from
examples
Code
Location
Referrer
static
bool
check_if_primary_di_record
(
bluetooth_sdp_record
*
record
)
btc_sdp.c:268
bool
is_primary_di_record
=
check_if_primary_di_record
(
in_record
)
;
btc_sdp.c:292
alloc_sdp_slot()
Call Tree
from
examples
check_if_primary_di_record()
is called by 1 function:
alloc_sdp_slot()
All items filtered out
check_if_primary_di_record()
All items filtered out
Data Use
from
examples
check_if_primary_di_record()
reads 4 variables:
bluetooth_sdp_types::SDP_TYPE_DIP_SERVER
_bluetooth_sdp_hdr_overlay::type
_bluetooth_sdp_dip_record::primary_record
bluetooth_sdp_record::hdr
All items filtered out
check_if_primary_di_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