ESP-IDF
tBTA_DM_MSG::search
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
tBTA_DM_MSG::search
tBTA_DM_MSG::search field
Syntax
Show:
Summary
Declaration
from
bta_dm_int.h:1247
tBTA_DM_API_SEARCH
search
;
Examples
References
from
examples
Code
Location
Referrer
tBTA_DM_API_SEARCH
search
;
bta_dm_int.h:1247
UINT16
len
=
(
UINT16
)
(
sizeof
(
tBT_UUID
)
*
p_data
->
search
.
num_uuid
)
;
bta_dm_act.c:1648
bta_dm_search_start()
(
p_data
->
search
.
rs_res
==
BTA_DM_RS_NONE
)
&&
bta_dm_check_av
(
BTA_DM_API_SEARCH_EVT
)
)
{
bta_dm_act.c:1655
bta_dm_search_start()
memcpy
(
&
bta_dm_cb
.
search_msg
,
&
p_data
->
search
,
sizeof
(
tBTA_DM_API_SEARCH
)
)
;
bta_dm_act.c:1656
bta_dm_search_start()
bta_dm_search_cb
.
p_search_cback
=
p_data
->
search
.
p_cback
;
bta_dm_act.c:1662
bta_dm_search_start()
bta_dm_search_cb
.
services
=
p_data
->
search
.
services
;
bta_dm_act.c:1663
bta_dm_search_start()
if
(
(
bta_dm_search_cb
.
num_uuid
=
p_data
->
search
.
num_uuid
)
!=
0
&&
bta_dm_act.c:1668
bta_dm_search_start()
p_data
->
search
.
p_uuid
!=
NULL
)
{
bta_dm_act.c:1669
bta_dm_search_start()
memcpy
(
bta_dm_search_cb
.
p_srvc_uuid
,
p_data
->
search
.
p_uuid
,
len
)
;
bta_dm_act.c:1679
bta_dm_search_start()
result
.
status
=
BTM_StartInquiry
(
(
tBTM_INQ_PARMS
*
)
&
p_data
->
search
.
inq_params
,
bta_dm_act.c:1682
bta_dm_search_start()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_DM_MSG::search
is read by 1 function:
All items filtered out
tBTA_DM_MSG::search
bta_dm_search_start()
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