ESP-IDF
tSCO_CB::def_esco_parms
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tSCO_CB::def_esco_parms
tSCO_CB::def_esco_parms field
Syntax
Show:
Summary
Declaration
from
btm_int.h:471
tBTM_ESCO_PARAMS
def_esco_parms
;
Examples
References
from
examples
Code
Location
Referrer
tBTM_ESCO_PARAMS
def_esco_parms
;
btm_int.h:471
btm_cb
.
sco_cb
.
def_esco_parms
=
btm_esco_defaults
;
/* Initialize with defaults */
btm_sco.c:120
btm_sco_init()
*
p_setup
=
btm_cb
.
sco_cb
.
def_esco_parms
;
btm_sco.c:191
btm_esco_conn_rsp()
pkt_types
=
btm_cb
.
sco_cb
.
def_esco_parms
.
packet_types
;
btm_sco.c:812
BTM_CreateSco()
*
p_setup
=
btm_cb
.
sco_cb
.
def_esco_parms
;
btm_sco.c:816
BTM_CreateSco()
&&
!
(
p_sco
->
def_esco_parms
.
packet_types
&
BTM_ESCO_LINK_ONLY_MASK
)
btm_sco.c:980
btm_sco_conn_req()
&&
(
(
p_sco
->
def_esco_parms
.
packet_types
&
BTM_SCO_EXCEPTION_PKTS_MASK
)
btm_sco.c:981
btm_sco_conn_req()
&&
!
(
p_sco
->
def_esco_parms
.
packet_types
&
BTM_SCO_LINK_ONLY_MASK
)
)
)
{
btm_sco.c:986
btm_sco_conn_req()
tBTM_ESCO_PARAMS
*
p_def
=
&
p_esco
->
def_esco_parms
;
btm_sco.c:1466
BTM_SetEScoMode()
*
p_parms
=
btm_cb
.
sco_cb
.
def_esco_parms
;
btm_sco.c:1706
btm_read_def_esco_mode()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tSCO_CB::def_esco_parms
is written by 1 function and is read by 4 functions:
btm_sco_init()
All items filtered out
tSCO_CB::def_esco_parms
btm_esco_conn_rsp()
BTM_CreateSco()
btm_sco_conn_req()
btm_read_def_esco_mode()
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