ESP-IDF
tBTA_HH_CB
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_CB
tBTA_HH_CB struct
* Main Control Block
Syntax
Show:
Summary
Declaration
from
bta_hh_int.h:287
typedef
struct
{
tBTA_HH_KB_CB
kb_cb
;
tBTA_HH_DEV_CB
kdev
[
BTA_HH_MAX_DEVICE
]
;
tBTA_HH_DEV_CB
*
p_cur
;
UINT8
cb_index
[
BTA_HH_MAX_KNOWN
]
;
#if
(
defined
BTA_HH_LE_INCLUDED
&&
BTA_HH_LE_INCLUDED
==
TRUE
)
UINT8
le_cb_index
[
BTA_HH_MAX_DEVICE
]
;
tBTA_GATTC_IF
gatt_if
;
#endif
tBTA_HH_CBACK
*
p_cback
;
tSDP_DISCOVERY_DB
*
p_disc_db
;
UINT8
trace_level
;
UINT8
cnt_num
;
BOOLEAN
w4_disable
;
}
tBTA_HH_CB
;
Fields
Field
Declared as
tBTA_HH_CB::kb_cb
tBTA_HH_KB_CB
tBTA_HH_CB::kdev
tBTA_HH_DEV_CB
[
BTA_HH_MAX_DEVICE
]
tBTA_HH_CB::p_cur
tBTA_HH_DEV_CB
*
tBTA_HH_CB::cb_index
UINT8
[
BTA_HH_MAX_KNOWN
]
tBTA_HH_CB::p_cback
tBTA_HH_CBACK
*
tBTA_HH_CB::p_disc_db
tSDP_DISCOVERY_DB
*
tBTA_HH_CB::trace_level
UINT8
tBTA_HH_CB::cnt_num
UINT8
tBTA_HH_CB::w4_disable
BOOLEAN
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
{
bta_hh_int.h:287
tBTA_HH_CB
;
bta_hh_int.h:307
memset
(
&
bta_hh_cb
,
0
,
sizeof
(
tBTA_HH_CB
)
)
;
bta_hh_act.c:77
bta_hh_api_enable()
tBTA_HH_CB
;
bta_hh_int.h:307
tBTA_HH_CB
extern
tBTA_HH_CB
bta_hh_cb
;
bta_hh_int.h:310
tBTA_HH_CB
bta_hh_cb
;
bta_hh_main.c:248
tBTA_HH_CB
*
p_cb
=
&
bta_hh_cb
;
bta_hh_utils.c:405
bta_hh_read_ssr_param()
memset
(
&
bta_hh_cb
,
0
,
sizeof
(
tBTA_HH_CB
)
)
;
bta_hh_utils.c:467
bta_hh_cleanup_disable()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
bta_hh_cb
bta_hh_int.h:310
bta_hh_cb
bta_hh_main.c:248
Lifecycle
from
examples
All items filtered out
All items filtered out