ESP-IDF
tBTA_HH::conn
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_HH::conn
tBTA_HH::conn field
Syntax
Show:
Summary
Declaration
from
bta_hh_api.h:298
tBTA_HH_CONN
conn
;
Examples
References
from
examples
Code
Location
Referrer
tBTA_HH_CONN
conn
;
/* BTA_HH_OPEN_EVT */
bta_hh_api.h:298
bdcpy
(
cback_data
.
conn
.
bda
,
(
(
tBTA_HH_API_CONN
*
)
p_data
)
->
bd_addr
)
;
bta_hh_main.c:292
bta_hh_sm_execute()
cback_data
.
conn
.
status
=
BTA_HH_ERR_DB_FULL
;
bta_hh_main.c:293
bta_hh_sm_execute()
cback_data
.
conn
.
handle
=
BTA_HH_INVALID_HANDLE
;
bta_hh_main.c:294
bta_hh_sm_execute()
cback_data
.
conn
.
is_orig
=
TRUE
;
bta_hh_main.c:296
bta_hh_sm_execute()
BTC_TRACE_DEBUG
(
"handle=%d, status =%d"
,
p_data
->
conn
.
handle
,
p_data
->
conn
.
status
)
;
btc_hh.c:1269
btc_hh_cb_handler()
if
(
p_data
->
conn
.
status
==
BTA_HH_OK
)
{
btc_hh.c:1271
btc_hh_cb_handler()
p_dev
=
btc_hh_find_connected_dev_by_handle
(
p_data
->
conn
.
handle
)
;
btc_hh.c:1272
btc_hh_cb_handler()
BTC_TRACE_ERROR
(
"Error, cannot find device with handle %d"
,
p_data
->
conn
.
handle
)
;
btc_hh.c:1274
btc_hh_cb_handler()
BTA_HhClose
(
p_data
->
conn
.
handle
)
;
btc_hh.c:1278
btc_hh_cb_handler()
p_data
->
conn
.
handle
)
;
btc_hh.c:1285
btc_hh_cb_handler()
memcpy
(
p_dev
->
bd_addr
,
p_data
->
conn
.
bda
,
BD_ADDR_LEN
)
;
btc_hh.c:1286
btc_hh_cb_handler()
btc_hh_cb
.
p_curr_dev
=
btc_hh_find_connected_dev_by_handle
(
p_data
->
conn
.
handle
)
;
btc_hh.c:1291
btc_hh_cb_handler()
BTA_HhGetDscpInfo
(
p_data
->
conn
.
handle
)
;
btc_hh.c:1292
btc_hh_cb_handler()
p_dev
=
btc_hh_find_dev_by_bda
(
p_data
->
conn
.
bda
)
;
btc_hh.c:1299
btc_hh_cb_handler()
param
.
open
.
status
=
p_data
->
conn
.
status
;
btc_hh.c:1306
btc_hh_cb_handler()
param
.
open
.
handle
=
p_data
->
conn
.
handle
;
btc_hh.c:1309
btc_hh_cb_handler()
param
.
open
.
is_orig
=
p_data
->
conn
.
is_orig
;
btc_hh.c:1310
btc_hh_cb_handler()
memcpy
(
param
.
open
.
bd_addr
,
p_data
->
conn
.
bda
,
BD_ADDR_LEN
)
;
btc_hh.c:1311
btc_hh_cb_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_HH::conn
is read by 2 functions:
All items filtered out
tBTA_HH::conn
bta_hh_sm_execute()
btc_hh_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