ESP-IDF
tBTA_HH_CBACK_DATA::p_data
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_CBACK_DATA::p_data
tBTA_HH_CBACK_DATA::p_data field
Syntax
Show:
Summary
Declaration
from
bta_hh_int.h:136
BT_HDR
*
p_data
;
Examples
References
from
examples
Code
Location
Referrer
BT_HDR
*
p_data
;
bta_hh_int.h:136
BT_HDR
*
pdata
=
p_data
->
hid_cback
.
p_data
;
bta_hh_act.c:624
bta_hh_data_act()
BT_HDR
*
pdata
=
p_data
->
hid_cback
.
p_data
;
bta_hh_act.c:725
bta_hh_ctrl_dat_act()
p_buf
->
p_data
=
pdata
;
bta_hh_act.c:1192
bta_hh_cback()
if
(
p_data
!=
NULL
&&
p_data
->
hid_cback
.
p_data
!=
NULL
)
{
bta_hh_main.c:347
bta_hh_sm_execute()
osi_free
(
p_data
->
hid_cback
.
p_data
)
;
bta_hh_main.c:348
bta_hh_sm_execute()
p_data
->
hid_cback
.
p_data
=
NULL
;
bta_hh_main.c:349
bta_hh_sm_execute()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_HH_CBACK_DATA::p_data
is written by 2 functions and is read by 3 functions:
bta_hh_cback()
bta_hh_sm_execute()
All items filtered out
tBTA_HH_CBACK_DATA::p_data
bta_hh_data_act()
bta_hh_ctrl_dat_act()
bta_hh_sm_execute()
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