ESP-IDF
tBTA_HH_CB::cb_index
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::cb_index
tBTA_HH_CB::cb_index field
Syntax
Show:
Summary
Declaration
from
bta_hh_int.h:295
UINT8
cb_index
[
BTA_HH_MAX_KNOWN
]
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
cb_index
[
BTA_HH_MAX_KNOWN
]
;
/* maintain a CB index
bta_hh_int.h:295
bta_hh_cb
.
cb_index
[
xx
]
=
BTA_HH_IDX_INVALID
;
bta_hh_act.c:96
bta_hh_api_enable()
bta_hh_cb
.
cb_index
[
hdl
]
=
p_cb
->
index
;
bta_hh_act.c:213
bta_hh_sdp_cback()
bta_hh_cb
.
cb_index
[
hdl
]
=
p_cb
->
index
;
bta_hh_act.c:352
bta_hh_start_sdp()
bta_hh_cb
.
cb_index
[
dev_handle
]
=
p_cb
->
index
;
bta_hh_act.c:983
bta_hh_maint_dev_act()
bta_hh_cb
.
cb_index
[
hdl
]
=
bta_hh_cb
.
kdev
[
index
]
.
index
;
bta_hh_main.c:450
bta_hh_hdl_event()
bta_hh_cb
.
cb_index
[
p_cb
->
hid_handle
]
=
BTA_HH_IDX_INVALID
;
bta_hh_utils.c:129
bta_hh_clean_up_kdev()
index
=
bta_hh_cb
.
cb_index
[
dev_handle
]
;
bta_hh_utils.c:498
bta_hh_dev_handle_to_cb_idx()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_HH_CB::cb_index
is read by 7 functions:
All items filtered out
tBTA_HH_CB::cb_index
bta_hh_api_enable()
bta_hh_sdp_cback()
bta_hh_start_sdp()
bta_hh_maint_dev_act()
bta_hh_hdl_event()
bta_hh_clean_up_kdev()
bta_hh_dev_handle_to_cb_idx()
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