ESP-IDF
add_spp_sdp()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
add_spp_sdp()
add_spp_sdp() function
Syntax
Show:
Summary
Declaration
from
bta_jv_act.c:1156
static
int
add_spp_sdp
(
const
char
*
name
,
const
int
channel
)
;
Arguments
Argument
name
channel
Examples
References
from
examples
Code
Location
Referrer
static
int
add_spp_sdp
(
const
char
*
name
,
const
int
channel
)
{
bta_jv_act.c:1156
int
handle
=
add_spp_sdp
(
cr
->
name
,
cr
->
channel
)
;
bta_jv_act.c:1205
bta_jv_create_record()
Call Tree
from
examples
add_spp_sdp()
is called by 1 function and calls 6 functions:
bta_jv_create_record()
All items filtered out
add_spp_sdp()
esp_log_timestamp()
esp_log_write()
SDP_CreateRecord()
SDP_DeleteRecord()
SDP_AddServiceClassIdList()
create_base_record()
All items filtered out
Data Use
from
examples
add_spp_sdp()
reads 3 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_DEBUG
appl_trace_level
All items filtered out
add_spp_sdp()
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