ESP-IDF
tBTA_HH_DEV_CB::index
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (4/5)...
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_DEV_CB::index
tBTA_HH_DEV_CB::index field
Syntax
Show:
Summary
Declaration
from
bta_hh_int.h:234
UINT8
index
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
index
;
/* index number referenced to handle index */
bta_hh_int.h:234
bta_hh_cb
.
kdev
[
xx
]
.
index
=
xx
;
bta_hh_act.c:91
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()
index
=
p_cb
->
index
;
/* Preserve index for this control block */
bta_hh_utils.c:134
bta_hh_clean_up_kdev()
p_cb
->
index
=
index
;
/* Restore index for this control block */
bta_hh_utils.c:141
bta_hh_clean_up_kdev()
bta_hh_cb
.
kdev
[
xx
]
.
sub_class
,
bta_hh_cb
.
kdev
[
xx
]
.
index
)
;
bta_hh_utils.c:526
bta_hh_trace_dev_db()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_HH_DEV_CB::index
is written by 2 functions and is read by 6 functions:
bta_hh_api_enable()
bta_hh_clean_up_kdev()
All items filtered out
tBTA_HH_DEV_CB::index
bta_hh_sdp_cback()
bta_hh_start_sdp()
bta_hh_maint_dev_act()
bta_hh_hdl_event()
bta_hh_clean_up_kdev()
bta_hh_trace_dev_db()
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