ESP-IDF
p_bta_sdp_cfg
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
p_bta_sdp_cfg
p_bta_sdp_cfg variable
Syntax
Show:
Summary
Declaration
Definition
from
bta_sdp_int.h:101
extern
tBTA_SDP_CFG
*
p_bta_sdp_cfg
;
Implemented in
bta_sdp_cfg.c:55
Examples
References
from
examples
Code
Location
Referrer
tBTA_SDP_CFG
*
p_bta_sdp_cfg
=
(
tBTA_SDP_CFG
*
)
&
bta_sdp_cfg
;
bta_sdp_cfg.c:55
extern
tBTA_SDP_CFG
*
p_bta_sdp_cfg
;
bta_sdp_int.h:101
record
->
raw
.
hdr
.
user1_ptr_len
=
p_bta_sdp_cfg
->
p_sdp_db
->
raw_used
;
bta_sdp_act.c:419
bta_create_raw_sdp_record()
record
->
raw
.
hdr
.
user1_ptr
=
p_bta_sdp_cfg
->
p_sdp_db
->
raw_data
;
bta_sdp_act.c:420
bta_create_raw_sdp_record()
p_rec
=
SDP_FindServiceUUIDInDb
(
p_bta_sdp_cfg
->
p_sdp_db
,
&
su
,
p_rec
)
;
bta_sdp_act.c:455
bta_sdp_search_cback()
SDP_InitDiscoveryDb
(
p_bta_sdp_cfg
->
p_sdp_db
,
p_bta_sdp_cfg
->
sdp_db_size
,
1
,
bta_sdp_act.c:570
bta_sdp_search()
p_bta_sdp_cfg
->
p_sdp_db
->
raw_size
=
p_bta_sdp_cfg
->
sdp_raw_size
;
bta_sdp_act.c:574
bta_sdp_search()
p_bta_sdp_cfg
->
p_sdp_db
->
raw_data
=
p_bta_sdp_cfg
->
p_sdp_raw_data
;
bta_sdp_act.c:575
bta_sdp_search()
if
(
!
SDP_ServiceSearchAttributeRequest2
(
p_data
->
get_search
.
bd_addr
,
p_bta_sdp_cfg
->
p_sdp_db
,
bta_sdp_act.c:577
bta_sdp_search()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
p_bta_sdp_cfg
is read by 3 functions:
All items filtered out
p_bta_sdp_cfg
bta_create_raw_sdp_record()
bta_sdp_search_cback()
bta_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