ESP-IDF
tBTA_SDP_SEARCH_COMP
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
tBTA_SDP_SEARCH_COMP
tBTA_SDP_SEARCH_COMP struct
Syntax
Show:
Summary
Declaration
from
bta_sdp_api.h:56
typedef
struct
{
tBTA_SDP_STATUS
status
;
BD_ADDR
remote_addr
;
tBT_UUID
uuid
;
int
record_count
;
bluetooth_sdp_record
records
[
BTA_SDP_MAX_RECORDS
]
;
}
tBTA_SDP_SEARCH_COMP
;
Fields
Field
Declared as
tBTA_SDP_SEARCH_COMP::status
tBTA_SDP_STATUS
tBTA_SDP_SEARCH_COMP::remote_addr
BD_ADDR
tBTA_SDP_SEARCH_COMP::uuid
tBT_UUID
tBTA_SDP_SEARCH_COMP::record_count
int
tBTA_SDP_SEARCH_COMP::records
bluetooth_sdp_record
[
BTA_SDP_MAX_RECORDS
]
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
bta_sdp_api.h:56
}
tBTA_SDP_SEARCH_COMP
;
bta_sdp_api.h:62
tBTA_SDP_SEARCH_COMP
evt_data
=
{
0
}
;
// We need to zero-initialize
bta_sdp_act.c:436
bta_sdp_search_cback()
tBTA_SDP_SEARCH_COMP
result
=
{
0
}
;
bta_sdp_act.c:550
bta_sdp_search()
tBTA_SDP_SEARCH_COMP
result
=
{
0
}
;
bta_sdp_act.c:583
bta_sdp_search()
}
tBTA_SDP_SEARCH_COMP
;
bta_sdp_api.h:62
tBTA_SDP_SEARCH_COMP
tBTA_SDP_SEARCH_COMP
sdp_search_comp
;
/* BTA_SDP_SEARCH_COMP_EVT */
bta_sdp_api.h:78
tBTA_SDP
tBTA_SDP::sdp_search_comp
tBTA_SDP_SEARCH_COMP
*
src_search_comp
=
(
tBTA_SDP_SEARCH_COMP
*
)
p_src
;
btc_sdp.c:1039
btc_sdp_cb_arg_deep_copy()
tBTA_SDP_SEARCH_COMP
*
dest_search_comp
=
(
tBTA_SDP_SEARCH_COMP
*
)
p_dest
;
btc_sdp.c:1040
btc_sdp_cb_arg_deep_copy()
tBTA_SDP_SEARCH_COMP
*
search_comp
=
(
tBTA_SDP_SEARCH_COMP
*
)
msg
->
arg
;
btc_sdp.c:1093
btc_sdp_cb_arg_deep_free()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
tBTA_SDP::sdp_search_comp
tBTA_SDP
bta_sdp_api.h:78
Lifecycle
from
examples
All items filtered out
All items filtered out