ESP-IDF
bd_addr_null
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bd_addr_null
bd_addr_null variable
Syntax
Show:
Summary
Declaration
from
bt_types.h:694
static
const
BD_ADDR
bd_addr_null
=
{
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
}
;
Examples
References
from
examples
Code
Location
Referrer
static
const
BD_ADDR
bd_addr_null
=
{
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
}
;
bt_types.h:694
bdcpy
(
p_scb
->
peer_addr
,
bd_addr_null
)
;
bta_ag_act.c:350
bta_ag_rfc_fail()
bdcpy
(
p_scb
->
peer_addr
,
bd_addr_null
)
;
bta_ag_act.c:406
bta_ag_rfc_close()
bdcpy
(
p_scb
->
peer_addr
,
bd_addr_null
)
;
bta_av_act.c:1190
bta_av_conn_chg()
bdcpy
(
bta_hf_client_cb
.
scb
.
peer_addr
,
bd_addr_null
)
;
bta_hf_client_act.c:412
bta_hf_client_rfc_close()
bdcmp
(
bda
,
bd_addr_null
)
!=
0
)
)
{
bta_hh_utils.c:70
bta_hh_find_cb()
bdcpy
(
p_pm_cb
->
peer_bd_addr
,
bd_addr_null
)
;
bta_jv_act.c:493
bta_jv_clear_pm_cb()
if
(
memcmp
(
btc_hh_cb
.
added_devices
[
i
]
.
bd_addr
,
bd_addr_null
,
BD_ADDR_LEN
)
==
0
)
{
btc_hh.c:291
btc_hh_add_added_dev()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bd_addr_null
is read by 7 functions:
All items filtered out
bd_addr_null
bta_av_conn_chg()
bta_hh_find_cb()
bta_jv_clear_pm_cb()
bta_ag_rfc_fail()
bta_ag_rfc_close()
bta_hf_client_rfc_close()
btc_hh_add_added_dev()
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