ESP-IDF
bta_create_ops_sdp_record()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/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
bta_create_ops_sdp_record()
bta_create_ops_sdp_record() function
Syntax
Show:
Summary
Declaration
from
bta_sdp_act.c:292
static
void
bta_create_ops_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_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
bta_create_ops_sdp_record
(
bluetooth_sdp_record
*
record
,
tSDP_DISC_REC
*
p_rec
)
bta_sdp_act.c:292
bta_create_ops_sdp_record
(
&
evt_data
.
records
[
count
]
,
p_rec
)
;
bta_sdp_act.c:476
bta_sdp_search_cback()
Call Tree
from
examples
bta_create_ops_sdp_record()
is called by 1 function and calls 5 functions:
bta_sdp_search_cback()
All items filtered out
bta_create_ops_sdp_record()
esp_log_timestamp()
esp_log_write()
SDP_FindProtocolListElemInRec()
SDP_FindProfileVersionInRec()
SDP_FindAttributeInRec()
All items filtered out
Data Use
from
examples
bta_create_ops_sdp_record()
reads 17 variables and writes 7 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
appl_trace_level
tSDP_DISC_ATVAL::
::u8
tSDP_DISC_ATVAL::
::u16
tSDP_DISC_ATVAL::
::array
tSDP_DISC_ATVAL::
::p_sub_attr
tSDP_DISC_ATVAL::v
t_sdp_disc_attr::p_next_attr
t_sdp_disc_attr::attr_len_type
t_sdp_disc_attr::attr_value
tSDP_PROTOCOL_ELEM::params
bluetooth_sdp_types::SDP_TYPE_OPP_SERVER
_bluetooth_sdp_ops_record::hdr
_bluetooth_sdp_ops_record::supported_formats_list_len
_bluetooth_sdp_ops_record::supported_formats_list
bluetooth_sdp_record::ops
All items filtered out
bta_create_ops_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_ops_record::supported_formats_list_len
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