ESP-IDF
sdp_local_param_t::search_allowed
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
sdp_local_param_t::search_allowed
sdp_local_param_t::search_allowed field
Syntax
Show:
Summary
Declaration
from
btc_sdp.c:43
bool
search_allowed
;
Examples
References
from
examples
Code
Location
Referrer
bool
search_allowed
;
btc_sdp.c:43
sdp_local_param
.
search_allowed
=
true
;
btc_sdp.c:1184
btc_sdp_init()
if
(
!
sdp_local_param
.
search_allowed
)
{
btc_sdp.c:1293
btc_sdp_search()
sdp_local_param
.
search_allowed
=
false
;
btc_sdp.c:1304
btc_sdp_search()
sdp_local_param
.
search_allowed
=
true
;
btc_sdp.c:1399
btc_sdp_cb_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sdp_local_param_t::search_allowed
is written by 3 functions and is read by 1 function:
btc_sdp_init()
btc_sdp_search()
btc_sdp_cb_handler()
All items filtered out
sdp_local_param_t::search_allowed
btc_sdp_search()
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