ESP-IDF
btc_hf_cb_t::connected_bda
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
btc_hf_cb_t::connected_bda
btc_hf_cb_t::connected_bda field
Syntax
Show:
Summary
Declaration
from
btc_hf_ag.h:214
bt_bdaddr_t
connected_bda
;
Examples
References
from
examples
Code
Location
Referrer
bt_bdaddr_t
connected_bda
;
btc_hf_ag.h:214
if
(
bdcmp
(
bd_addr
->
address
,
hf_local_param
[
i
]
.
btc_hf_cb
.
connected_bda
.
address
)
==
0
)
{
btc_hf_ag.c:163
btc_hf_idx_by_bdaddr()
if
(
(
bdcmp
(
bd_addr
->
address
,
hf_local_param
[
idx
]
.
btc_hf_cb
.
connected_bda
.
address
)
==
0
)
&&
btc_hf_ag.c:183
is_connected()
bdcpy
(
hf_local_param
[
idx
]
.
btc_hf_cb
.
connected_bda
.
address
,
bd_addr
->
address
)
;
btc_hf_ag.c:409
connect_init()
BTA_AgOpen
(
hf_local_param
[
idx
]
.
btc_hf_cb
.
handle
,
hf_local_param
[
idx
]
.
btc_hf_cb
.
connected_bda
.
address
,
BTC_HF_SECURITY
,
BTC_HF_SERVICES
)
;
btc_hf_ag.c:410
connect_init()
memcpy
(
param
.
audio_stat
.
remote_addr
,
&
hf_local_param
[
idx
]
.
btc_hf_cb
.
connected_bda
,
sizeof
(
esp_bd_addr_t
)
)
;
btc_hf_ag.c:448
btc_hf_connect_audio()
bdcpy
(
hf_local_param
[
idx
]
.
btc_hf_cb
.
connected_bda
.
address
,
p_data
->
open
.
bd_addr
)
;
btc_hf_ag.c:1333
btc_hf_cb_handler()
bdaddr_to_string
(
&
hf_local_param
[
idx
]
.
btc_hf_cb
.
connected_bda
,
bdstr
,
sizeof
(
bdstr
)
)
)
;
btc_hf_ag.c:1343
btc_hf_cb_handler()
memcpy
(
param
.
conn_stat
.
remote_bda
,
&
hf_local_param
[
idx
]
.
btc_hf_cb
.
connected_bda
,
sizeof
(
esp_bd_addr_t
)
)
;
btc_hf_ag.c:1348
btc_hf_cb_handler()
bdsetany
(
hf_local_param
[
idx
]
.
btc_hf_cb
.
connected_bda
.
address
)
;
btc_hf_ag.c:1356
btc_hf_cb_handler()
memcpy
(
param
.
conn_stat
.
remote_bda
,
&
hf_local_param
[
idx
]
.
btc_hf_cb
.
connected_bda
,
sizeof
(
esp_bd_addr_t
)
)
;
btc_hf_ag.c:1377
btc_hf_cb_handler()
memcpy
(
param
.
conn_stat
.
remote_bda
,
&
hf_local_param
[
idx
]
.
btc_hf_cb
.
connected_bda
,
sizeof
(
esp_bd_addr_t
)
)
;
btc_hf_ag.c:1397
btc_hf_cb_handler()
bdsetany
(
hf_local_param
[
idx
]
.
btc_hf_cb
.
connected_bda
.
address
)
;
btc_hf_ag.c:1400
btc_hf_cb_handler()
memcpy
(
param
.
audio_stat
.
remote_addr
,
&
hf_local_param
[
idx
]
.
btc_hf_cb
.
connected_bda
,
sizeof
(
esp_bd_addr_t
)
)
;
btc_hf_ag.c:1413
btc_hf_cb_handler()
memcpy
(
param
.
audio_stat
.
remote_addr
,
&
hf_local_param
[
idx
]
.
btc_hf_cb
.
connected_bda
,
sizeof
(
esp_bd_addr_t
)
)
;
btc_hf_ag.c:1426
btc_hf_cb_handler()
memcpy
(
param
.
audio_stat
.
remote_addr
,
&
hf_local_param
[
idx
]
.
btc_hf_cb
.
connected_bda
,
sizeof
(
esp_bd_addr_t
)
)
;
btc_hf_ag.c:1438
btc_hf_cb_handler()
memcpy
(
param
.
vra_rep
.
remote_addr
,
&
hf_local_param
[
idx
]
.
btc_hf_cb
.
connected_bda
,
sizeof
(
esp_bd_addr_t
)
)
;
btc_hf_ag.c:1451
btc_hf_cb_handler()
btc_hf_connect_audio
(
&
hf_local_param
[
idx
]
.
btc_hf_cb
.
connected_bda
)
;
btc_hf_ag.c:1454
btc_hf_cb_handler()
btc_hf_disconnect_audio
(
&
hf_local_param
[
idx
]
.
btc_hf_cb
.
connected_bda
)
;
btc_hf_ag.c:1456
btc_hf_cb_handler()
memcpy
(
param
.
volume_control
.
remote_addr
,
&
hf_local_param
[
idx
]
.
btc_hf_cb
.
connected_bda
,
sizeof
(
esp_bd_addr_t
)
)
;
btc_hf_ag.c:1468
btc_hf_cb_handler()
memcpy
(
param
.
unat_rep
.
remote_addr
,
&
hf_local_param
[
idx
]
.
btc_hf_cb
.
connected_bda
,
sizeof
(
esp_bd_addr_t
)
)
;
btc_hf_ag.c:1481
btc_hf_cb_handler()
memcpy
(
param
.
ind_upd
.
remote_addr
,
&
hf_local_param
[
idx
]
.
btc_hf_cb
.
connected_bda
,
sizeof
(
esp_bd_addr_t
)
)
;
btc_hf_ag.c:1492
btc_hf_cb_handler()
memcpy
(
param
.
cind_rep
.
remote_addr
,
&
hf_local_param
[
idx
]
.
btc_hf_cb
.
connected_bda
,
sizeof
(
esp_bd_addr_t
)
)
;
btc_hf_ag.c:1501
btc_hf_cb_handler()
memcpy
(
param
.
cops_rep
.
remote_addr
,
&
hf_local_param
[
idx
]
.
btc_hf_cb
.
connected_bda
,
sizeof
(
esp_bd_addr_t
)
)
;
btc_hf_ag.c:1510
btc_hf_cb_handler()
memcpy
(
param
.
clcc_rep
.
remote_addr
,
&
hf_local_param
[
idx
]
.
btc_hf_cb
.
connected_bda
,
sizeof
(
esp_bd_addr_t
)
)
;
btc_hf_ag.c:1519
btc_hf_cb_handler()
memcpy
(
param
.
cnum_rep
.
remote_addr
,
&
hf_local_param
[
idx
]
.
btc_hf_cb
.
connected_bda
,
sizeof
(
esp_bd_addr_t
)
)
;
btc_hf_ag.c:1528
btc_hf_cb_handler()
memcpy
(
param
.
vts_rep
.
remote_addr
,
&
hf_local_param
[
idx
]
.
btc_hf_cb
.
connected_bda
,
sizeof
(
esp_bd_addr_t
)
)
;
btc_hf_ag.c:1538
btc_hf_cb_handler()
memcpy
(
param
.
nrec
.
remote_addr
,
&
hf_local_param
[
idx
]
.
btc_hf_cb
.
connected_bda
,
sizeof
(
esp_bd_addr_t
)
)
;
btc_hf_ag.c:1550
btc_hf_cb_handler()
memcpy
(
param
.
ata_rep
.
remote_addr
,
&
hf_local_param
[
idx
]
.
btc_hf_cb
.
connected_bda
,
sizeof
(
esp_bd_addr_t
)
)
;
btc_hf_ag.c:1561
btc_hf_cb_handler()
memcpy
(
param
.
chup_rep
.
remote_addr
,
&
hf_local_param
[
idx
]
.
btc_hf_cb
.
connected_bda
,
sizeof
(
esp_bd_addr_t
)
)
;
btc_hf_ag.c:1570
btc_hf_cb_handler()
memcpy
(
param
.
out_call
.
remote_addr
,
&
hf_local_param
[
idx
]
.
btc_hf_cb
.
connected_bda
,
sizeof
(
esp_bd_addr_t
)
)
;
btc_hf_ag.c:1582
btc_hf_cb_handler()
memcpy
(
param
.
out_call
.
remote_addr
,
&
hf_local_param
[
idx
]
.
btc_hf_cb
.
connected_bda
,
sizeof
(
esp_bd_addr_t
)
)
;
btc_hf_ag.c:1589
btc_hf_cb_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
btc_hf_cb_t::connected_bda
is read by 4 functions:
All items filtered out
btc_hf_cb_t::connected_bda
btc_hf_idx_by_bdaddr()
is_connected()
connect_init()
btc_hf_cb_handler()
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