ESP-IDF
btc_sdp_search()
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
btc_sdp_search()
btc_sdp_search() function
Syntax
Show:
Summary
Declaration
from
btc_sdp.c:1281
static
void
btc_sdp_search
(
btc_sdp_args_t
*
arg
)
;
Arguments
Argument
arg
Related Functions
Found 2 other functions taking a
btc_sdp_args_t
argument:
Function
btc_sdp_create_record()
btc_sdp_remove_record()
Examples
References
from
examples
Code
Location
Referrer
static
void
btc_sdp_search
(
btc_sdp_args_t
*
arg
)
btc_sdp.c:1281
btc_sdp_search
(
arg
)
;
btc_sdp.c:1365
btc_sdp_call_handler()
Call Tree
from
examples
btc_sdp_search()
is called by 1 function and calls 4 functions:
btc_sdp_call_handler()
All items filtered out
btc_sdp_search()
esp_log_timestamp()
esp_log_write()
BTA_SdpSearch()
btc_sdp_cb_to_app()
All items filtered out
Data Use
from
examples
btc_sdp_search()
reads 11 variables and writes 2 variables:
esp_log_level_t::ESP_LOG_ERROR
search_record_arg::bd_addr
btc_sdp_args_t::search
esp_sdp_status_t::ESP_SDP_SUCCESS
esp_sdp_status_t::ESP_SDP_NO_RESOURCE
esp_sdp_status_t::ESP_SDP_NEED_INIT
esp_sdp_cb_event_t::ESP_SDP_SEARCH_COMP_EVT
esp_sdp_cb_param_t::search
sdp_local_param_t::search_allowed
sdp_local_param_t::sdp_slot_mutex
sdp_local_param
All items filtered out
btc_sdp_search()
sdp_search_evt_param::status
sdp_local_param_t::search_allowed
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