ESP-IDF
bta_create_dip_sdp_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
bta_create_dip_sdp_record()
bta_create_dip_sdp_record() function
Syntax
Show:
Summary
Declaration
from
bta_sdp_act.c:143
static
void
bta_create_dip_sdp_record
(
bluetooth_sdp_record
*
record
,
tSDP_DISC_REC
*
p_rec
)
;
Arguments
Argument
record
p_rec
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()
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
bta_create_dip_sdp_record
(
bluetooth_sdp_record
*
record
,
tSDP_DISC_REC
*
p_rec
)
bta_sdp_act.c:143
bta_create_dip_sdp_record
(
&
evt_data
.
records
[
count
]
,
p_rec
)
;
bta_sdp_act.c:461
bta_sdp_search_cback()
Call Tree
from
examples
bta_create_dip_sdp_record()
is called by 1 function and calls 2 functions:
bta_sdp_search_cback()
All items filtered out
bta_create_dip_sdp_record()
SDP_FindProfileVersionInRec()
SDP_FindAttributeInRec()
All items filtered out
Data Use
from
examples
bta_create_dip_sdp_record()
reads 7 variables and writes 11 variables:
tSDP_DISC_ATVAL::
::u8
tSDP_DISC_ATVAL::
::u16
tSDP_DISC_ATVAL::v
t_sdp_disc_attr::attr_value
bluetooth_sdp_types::SDP_TYPE_DIP_SERVER
_bluetooth_sdp_dip_record::hdr
bluetooth_sdp_record::dip
All items filtered out
bta_create_dip_sdp_record()
_bluetooth_sdp_hdr_overlay::type
_bluetooth_sdp_hdr_overlay::service_name_length
_bluetooth_sdp_hdr_overlay::service_name
_bluetooth_sdp_hdr_overlay::rfcomm_channel_number
_bluetooth_sdp_hdr_overlay::l2cap_psm
_bluetooth_sdp_hdr_overlay::profile_version
_bluetooth_sdp_dip_record::vendor
_bluetooth_sdp_dip_record::vendor_id_source
_bluetooth_sdp_dip_record::product
_bluetooth_sdp_dip_record::version
_bluetooth_sdp_dip_record::primary_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