ESP-IDF
bta_create_raw_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_raw_sdp_record()
bta_create_raw_sdp_record() function
Syntax
Show:
Summary
Declaration
from
bta_sdp_act.c:393
static
void
bta_create_raw_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_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
bta_create_raw_sdp_record
(
bluetooth_sdp_record
*
record
,
tSDP_DISC_REC
*
p_rec
)
bta_sdp_act.c:393
bta_create_raw_sdp_record
(
&
evt_data
.
records
[
count
]
,
p_rec
)
;
bta_sdp_act.c:484
bta_sdp_search_cback()
Call Tree
from
examples
bta_create_raw_sdp_record()
is called by 1 function and calls 2 functions:
bta_sdp_search_cback()
All items filtered out
bta_create_raw_sdp_record()
SDP_FindProtocolListElemInRec()
SDP_FindAttributeInRec()
All items filtered out
Data Use
from
examples
bta_create_raw_sdp_record()
reads 13 variables and writes 8 variables:
tSDP_DISC_ATVAL::
::u16
tSDP_DISC_ATVAL::
::array
tSDP_DISC_ATVAL::v
t_sdp_disc_attr::attr_len_type
t_sdp_disc_attr::attr_value
tSDP_DISCOVERY_DB::raw_data
tSDP_DISCOVERY_DB::raw_used
tSDP_PROTOCOL_ELEM::params
bluetooth_sdp_types::SDP_TYPE_RAW
_bluetooth_sdp_raw_record::hdr
bluetooth_sdp_record::raw
tBTA_SDP_CFG::p_sdp_db
p_bta_sdp_cfg
All items filtered out
bta_create_raw_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_hdr_overlay::user1_ptr_len
_bluetooth_sdp_hdr_overlay::user1_ptr
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