ESP-IDF
tSCO_CB::desired_sco_mode
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
tSCO_CB::desired_sco_mode
tSCO_CB::desired_sco_mode field
Syntax
Show:
Summary
Declaration
from
btm_int.h:474
tBTM_SCO_TYPE
desired_sco_mode
;
Examples
References
from
examples
Code
Location
Referrer
tBTM_SCO_TYPE
desired_sco_mode
;
btm_int.h:474
btm_cb
.
sco_cb
.
desired_sco_mode
=
BTM_DEFAULT_SCO_MODE
;
btm_sco.c:121
btm_sco_init()
p_setup
->
packet_types
=
(
btm_cb
.
sco_cb
.
desired_sco_mode
==
BTM_LINK_TYPE_SCO
)
btm_sco.c:817
BTM_CreateSco()
if
(
btm_cb
.
sco_cb
.
desired_sco_mode
==
HCI_LINK_TYPE_ESCO
)
{
btm_sco.c:824
BTM_CreateSco()
acl_handle
,
btm_cb
.
sco_cb
.
desired_sco_mode
)
;
btm_sco.c:853
BTM_CreateSco()
p_esco
->
desired_sco_mode
=
sco_mode
;
btm_sco.c:1484
BTM_SetEScoMode()
p_esco
->
desired_sco_mode
=
BTM_LINK_TYPE_SCO
;
btm_sco.c:1487
BTM_SetEScoMode()
return
btm_cb
.
sco_cb
.
desired_sco_mode
;
btm_sco.c:1707
btm_read_def_esco_mode()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tSCO_CB::desired_sco_mode
is written by 2 functions and is read by 2 functions:
btm_sco_init()
BTM_SetEScoMode()
All items filtered out
tSCO_CB::desired_sco_mode
BTM_CreateSco()
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