ESP-IDF
btc_sdp_remove_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
btc_sdp_remove_record()
btc_sdp_remove_record() function
Syntax
Show:
Summary
Declaration
from
btc_sdp.c:1251
static
void
btc_sdp_remove_record
(
btc_sdp_args_t
*
arg
)
;
Arguments
Argument
arg
Related Functions
Found 2 other functions taking a
btc_sdp_args_t
argument:
Function
btc_sdp_search()
btc_sdp_create_record()
Examples
References
from
examples
Code
Location
Referrer
static
void
btc_sdp_remove_record
(
btc_sdp_args_t
*
arg
)
btc_sdp.c:1251
btc_sdp_remove_record
(
arg
)
;
btc_sdp.c:1371
btc_sdp_call_handler()
Call Tree
from
examples
btc_sdp_remove_record()
is called by 1 function and calls 5 functions:
btc_sdp_call_handler()
All items filtered out
btc_sdp_remove_record()
esp_log_timestamp()
esp_log_write()
BTA_SdpRemoveRecordByUser()
btc_sdp_cb_to_app()
get_sdp_slot_id_by_handle()
All items filtered out
Data Use
from
examples
btc_sdp_remove_record()
reads 10 variables and writes 1 variable:
esp_log_level_t::ESP_LOG_ERROR
remove_record_arg::record_handle
btc_sdp_args_t::remove_record
esp_sdp_status_t::ESP_SDP_SUCCESS
esp_sdp_status_t::ESP_SDP_NEED_INIT
esp_sdp_status_t::ESP_SDP_NO_CREATE_RECORD
esp_sdp_cb_event_t::ESP_SDP_REMOVE_RECORD_COMP_EVT
esp_sdp_cb_param_t::create_record
sdp_local_param_t::sdp_slot_mutex
sdp_local_param
All items filtered out
btc_sdp_remove_record()
sdp_create_record_evt_param::status
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