ESP-IDF
tBTA_DM_REM_NAME::result
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_DM_REM_NAME::result
tBTA_DM_REM_NAME::result field
Syntax
Show:
Summary
Declaration
from
bta_dm_int.h:536
tBTA_DM_SEARCH
result
;
Examples
References
from
examples
Code
Location
Referrer
tBTA_DM_SEARCH
result
;
bta_dm_int.h:536
if
(
p_data
->
rem_name
.
result
.
disc_res
.
bd_name
[
0
]
&&
bta_dm_search_cb
.
p_btm_inq_info
)
{
bta_dm_act.c:1968
bta_dm_rmt_name()
p_btm_inq_info
=
BTM_InqDbRead
(
p_data
->
rem_name
.
result
.
disc_res
.
bd_addr
)
;
bta_dm_act.c:1992
bta_dm_disc_rmt_name()
if
(
p_data
->
rem_name
.
result
.
disc_res
.
bd_name
[
0
]
)
{
bta_dm_act.c:1994
bta_dm_disc_rmt_name()
bta_dm_discover_device
(
p_data
->
rem_name
.
result
.
disc_res
.
bd_addr
)
;
bta_dm_act.c:1999
bta_dm_disc_rmt_name()
bdcpy
(
p_msg
->
result
.
disc_res
.
bd_addr
,
bta_dm_search_cb
.
peer_bdaddr
)
;
bta_dm_act.c:2999
bta_dm_remname_cback()
BCM_STRNCPY_S
(
(
char
*
)
p_msg
->
result
.
disc_res
.
bd_name
,
(
char
*
)
p_remote_name
->
remote_bd_name
,
BD_NAME_LEN
)
;
bta_dm_act.c:3000
bta_dm_remname_cback()
p_msg
->
result
.
disc_res
.
bd_name
[
BD_NAME_LEN
]
=
'\0'
;
bta_dm_act.c:3001
bta_dm_remname_cback()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_DM_REM_NAME::result
is read by 3 functions:
All items filtered out
tBTA_DM_REM_NAME::result
bta_dm_rmt_name()
bta_dm_disc_rmt_name()
bta_dm_remname_cback()
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