ESP-IDF
tBTM_ESCO_INFO::p_esco_cback
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
tBTM_ESCO_INFO::p_esco_cback
tBTM_ESCO_INFO::p_esco_cback field
Syntax
Show:
Summary
Declaration
from
btm_int.h:437
tBTM_ESCO_CBACK
*
p_esco_cback
;
Examples
References
from
examples
Code
Location
Referrer
tBTM_ESCO_CBACK
*
p_esco_cback
;
/* Callback for eSCO events */
btm_int.h:437
if
(
!
p
->
esco
.
p_esco_cback
)
{
btm_sco.c:977
btm_sco_conn_req()
p
->
esco
.
p_esco_cback
(
BTM_ESCO_CONN_REQ_EVT
,
(
tBTM_ESCO_EVT_DATA
*
)
&
evt_data
)
;
btm_sco.c:996
btm_sco_conn_req()
p
->
esco
.
p_esco_cback
=
NULL
;
/* Deregister the eSCO event callback */
btm_sco.c:1168
BTM_RemoveSco()
p
->
esco
.
p_esco_cback
=
NULL
;
/* Deregister eSCO callback */
btm_sco.c:1240
btm_sco_removed()
p
->
esco
.
p_esco_cback
=
NULL
;
/* Deregister eSCO callback */
btm_sco.c:1275
btm_sco_acl_removed()
btm_cb
.
sco_cb
.
sco_db
[
sco_inx
]
.
esco
.
p_esco_cback
=
NULL
;
btm_sco.c:1522
BTM_RegForEScoEvts()
btm_cb
.
sco_cb
.
sco_db
[
sco_inx
]
.
esco
.
p_esco_cback
=
p_esco_cback
;
btm_sco.c:1528
BTM_RegForEScoEvts()
if
(
p
->
esco
.
p_esco_cback
)
{
btm_sco.c:1738
btm_esco_proc_conn_chg()
(
*
p
->
esco
.
p_esco_cback
)
(
BTM_ESCO_CHG_EVT
,
btm_sco.c:1747
btm_esco_proc_conn_chg()
Call Tree
from
examples
tBTM_ESCO_INFO::p_esco_cback
is called by 2 functions:
btm_sco_conn_req()
btm_esco_proc_conn_chg()
All items filtered out
tBTM_ESCO_INFO::p_esco_cback
All items filtered out
Data Use
from
examples
tBTM_ESCO_INFO::p_esco_cback
is written by 4 functions and is read by 2 functions:
BTM_RemoveSco()
btm_sco_removed()
btm_sco_acl_removed()
BTM_RegForEScoEvts()
All items filtered out
tBTM_ESCO_INFO::p_esco_cback
btm_sco_conn_req()
btm_esco_proc_conn_chg()
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