ESP-IDF
tBTA_DM_DISC_RES::bd_name
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_DISC_RES::bd_name
tBTA_DM_DISC_RES::bd_name field
Syntax
Show:
Summary
Declaration
from
bta_api.h:1178
BD_NAME
bd_name
;
Examples
References
from
examples
Code
Location
Referrer
BD_NAME
bd_name
;
/* Name of peer device. */
bta_api.h:1178
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()
if
(
p_data
->
rem_name
.
result
.
disc_res
.
bd_name
[
0
]
)
{
bta_dm_act.c:1994
bta_dm_disc_rmt_name()
BCM_STRNCPY_S
(
(
char
*
)
p_msg
->
disc_result
.
result
.
disc_res
.
bd_name
,
bta_dm_get_remname
(
)
,
BD_NAME_LEN
)
;
bta_dm_act.c:2204
bta_dm_sdp_result()
p_msg
->
disc_result
.
result
.
disc_res
.
bd_name
[
BD_NAME_LEN
]
=
'\0'
;
bta_dm_act.c:2205
bta_dm_sdp_result()
BCM_STRNCPY_S
(
(
char
*
)
p_msg
->
disc_result
.
result
.
disc_res
.
bd_name
,
bta_dm_get_remname
(
)
,
BD_NAME_LEN
)
;
bta_dm_act.c:2228
bta_dm_sdp_result()
p_msg
->
disc_result
.
result
.
disc_res
.
bd_name
[
BD_NAME_LEN
]
=
'\0'
;
bta_dm_act.c:2229
bta_dm_sdp_result()
BCM_STRNCPY_S
(
(
char
*
)
p_msg
->
disc_result
.
result
.
disc_res
.
bd_name
,
bta_dm_get_remname
(
)
,
BD_NAME_LEN
)
;
bta_dm_act.c:2620
bta_dm_find_services()
p_msg
->
disc_result
.
result
.
disc_res
.
bd_name
[
BD_NAME_LEN
]
=
'\0'
;
bta_dm_act.c:2621
bta_dm_find_services()
BCM_STRNCPY_S
(
(
char
*
)
p_msg
->
disc_result
.
result
.
disc_res
.
bd_name
,
bta_dm_get_remname
(
)
,
BD_NAME_LEN
)
;
bta_dm_act.c:2803
bta_dm_discover_device()
p_msg
->
disc_result
.
result
.
disc_res
.
bd_name
[
BD_NAME_LEN
]
=
'\0'
;
bta_dm_act.c:2804
bta_dm_discover_device()
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()
BCM_STRNCPY_S
(
(
char
*
)
p_msg
->
disc_result
.
result
.
disc_res
.
bd_name
,
bta_dm_get_remname
(
)
,
BD_NAME_LEN
)
;
bta_dm_act.c:6602
bta_dm_gatt_disc_complete()
p_msg
->
disc_result
.
result
.
disc_res
.
bd_name
[
BD_NAME_LEN
]
=
'\0'
;
bta_dm_act.c:6603
bta_dm_gatt_disc_complete()
uint32_t
bdname_len
=
strlen
(
(
const
char
*
)
p_data
->
p_data
->
disc_res
.
bd_name
)
;
btc_gap_bt.c:312
btc_gap_bt_search_devices_evt()
BTC_STORAGE_FILL_PROPERTY
(
&
prop
[
0
]
,
ESP_BT_GAP_DEV_PROP_BDNAME
,
bdname_len
+
1
,
p_data
->
p_data
->
disc_res
.
bd_name
)
;
btc_gap_bt.c:316
btc_gap_bt_search_devices_evt()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_DM_DISC_RES::bd_name
is read by 8 functions:
All items filtered out
tBTA_DM_DISC_RES::bd_name
bta_dm_rmt_name()
bta_dm_disc_rmt_name()
bta_dm_sdp_result()
bta_dm_find_services()
bta_dm_discover_device()
bta_dm_remname_cback()
bta_dm_gatt_disc_complete()
btc_gap_bt_search_devices_evt()
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