ESP-IDF
tSCO_CB
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
tSCO_CB struct
Syntax
Show:
Summary
Declaration
from
btm_int.h:463
typedef
struct
{
tBTM_SCO_IND_CBACK
*
app_sco_ind_cb
;
#if
BTM_SCO_HCI_INCLUDED
==
TRUE
tBTM_SCO_DATA_CB
*
p_data_cb
;
UINT32
xmit_window_size
;
UINT16
num_lm_sco_bufs
;
#endif
tSCO_CONN
sco_db
[
BTM_MAX_SCO_LINKS
]
;
tBTM_ESCO_PARAMS
def_esco_parms
;
BD_ADDR
xfer_addr
;
BOOLEAN
esco_supported
;
tBTM_SCO_TYPE
desired_sco_mode
;
tBTM_SCO_TYPE
xfer_sco_type
;
tBTM_SCO_PCM_PARAM
sco_pcm_param
;
tBTM_SCO_CODEC_TYPE
codec_in_use
;
#if
BTM_SCO_HCI_INCLUDED
==
TRUE
tBTM_SCO_ROUTE_TYPE
sco_path
;
#endif
}
tSCO_CB
;
Fields
Field
Declared as
tSCO_CB::app_sco_ind_cb
tBTM_SCO_IND_CBACK
*
tSCO_CB::sco_db
tSCO_CONN
[
BTM_MAX_SCO_LINKS
]
tSCO_CB::def_esco_parms
tBTM_ESCO_PARAMS
tSCO_CB::xfer_addr
BD_ADDR
tSCO_CB::esco_supported
BOOLEAN
tSCO_CB::desired_sco_mode
tBTM_SCO_TYPE
tSCO_CB::xfer_sco_type
tBTM_SCO_TYPE
tSCO_CB::sco_pcm_param
tBTM_SCO_PCM_PARAM
tSCO_CB::codec_in_use
tBTM_SCO_CODEC_TYPE
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
btm_int.h:463
}
tSCO_CB
;
btm_int.h:482
tSCO_CB
tSCO_CB
sco_cb
;
btm_int.h:905
tBTM_CB
tBTM_CB::sco_cb
tSCO_CB
*
p_sco
=
&
btm_cb
.
sco_cb
;
btm_sco.c:956
btm_sco_conn_req()
tSCO_CB
*
p_esco
=
&
btm_cb
.
sco_cb
;
btm_sco.c:1465
BTM_SetEScoMode()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
tBTM_CB::sco_cb
tBTM_CB
btm_int.h:905
Lifecycle
from
examples
All items filtered out
All items filtered out