ESP-IDF
tSCO_CONN
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_CONN
tSCO_CONN struct
Syntax
Show:
Summary
Declaration
from
btm_int.h:445
typedef
struct
{
tBTM_ESCO_INFO
esco
;
#if
BTM_SCO_HCI_INCLUDED
==
TRUE
#define
BTM_SCO_XMIT_QUEUE_THRS
30
#define
BTM_SCO_XMIT_QUEUE_HIGH_WM
20
fixed_queue_t
*
xmit_data_q
;
INT16
sent_not_acked
;
tBTM_SCO_PKT_STAT_NUMS
pkt_stat_nums
;
#endif
tBTM_SCO_CB
*
p_conn_cb
;
tBTM_SCO_CB
*
p_disc_cb
;
UINT16
state
;
UINT16
hci_handle
;
BOOLEAN
is_orig
;
BOOLEAN
rem_bd_known
;
}
tSCO_CONN
;
Fields
Field
Declared as
tSCO_CONN::esco
tBTM_ESCO_INFO
tSCO_CONN::p_conn_cb
tBTM_SCO_CB
*
tSCO_CONN::p_disc_cb
tBTM_SCO_CB
*
tSCO_CONN::state
UINT16
tSCO_CONN::hci_handle
UINT16
tSCO_CONN::is_orig
BOOLEAN
tSCO_CONN::rem_bd_known
BOOLEAN
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
btm_int.h:445
}
tSCO_CONN
;
btm_int.h:460
tSCO_CONN
tSCO_CONN
sco_db
[
BTM_MAX_SCO_LINKS
]
;
btm_int.h:470
tSCO_CB
tSCO_CB::sco_db
tSCO_CONN
*
p_sco
=
NULL
;
btm_sco.c:160
btm_esco_conn_rsp()
tSCO_CONN
*
p_sco
;
btm_sco.c:681
btm_accept_sco_link()
tSCO_CONN
*
p
=
&
btm_cb
.
sco_cb
.
sco_db
[
0
]
;
btm_sco.c:743
BTM_CreateSco()
tSCO_CONN
*
p
=
&
btm_cb
.
sco_cb
.
sco_db
[
0
]
;
btm_sco.c:926
btm_sco_chk_pend_rolechange()
tSCO_CONN
*
p
=
&
p_sco
->
sco_db
[
0
]
;
btm_sco.c:957
btm_sco_conn_req()
tSCO_CONN
*
p
=
&
btm_cb
.
sco_cb
.
sco_db
[
0
]
;
btm_sco.c:1043
btm_sco_connected()
tSCO_CONN
*
p
=
&
btm_cb
.
sco_cb
.
sco_db
[
0
]
;
btm_sco.c:1132
btm_find_scb_by_handle()
tSCO_CONN
*
p
=
&
btm_cb
.
sco_cb
.
sco_db
[
sco_inx
]
;
btm_sco.c:1156
BTM_RemoveSco()
tSCO_CONN
*
p
=
&
btm_cb
.
sco_cb
.
sco_db
[
0
]
;
btm_sco.c:1198
btm_remove_sco_links()
tSCO_CONN
*
p
=
&
btm_cb
.
sco_cb
.
sco_db
[
0
]
;
btm_sco.c:1222
btm_sco_removed()
tSCO_CONN
*
p
=
&
btm_cb
.
sco_cb
.
sco_db
[
0
]
;
btm_sco.c:1266
btm_sco_acl_removed()
tSCO_CONN
*
p
;
btm_sco.c:1312
BTM_SetScoPacketTypes()
tSCO_CONN
*
p
=
&
btm_cb
.
sco_cb
.
sco_db
[
sco_inx
]
;
btm_sco.c:1357
BTM_ReadScoPacketTypes()
tSCO_CONN
*
p
=
&
btm_cb
.
sco_cb
.
sco_db
[
sco_inx
]
;
btm_sco.c:1409
BTM_ReadScoHandle()
tSCO_CONN
*
p
=
&
btm_cb
.
sco_cb
.
sco_db
[
sco_inx
]
;
btm_sco.c:1435
BTM_ReadScoBdAddr()
tSCO_CONN
*
p_sco
;
btm_sco.c:1606
BTM_ChangeEScoLinkParms()
tSCO_CONN
*
p
=
&
btm_cb
.
sco_cb
.
sco_db
[
0
]
;
btm_sco.c:1728
btm_esco_proc_conn_chg()
tSCO_CONN
*
p
=
&
btm_cb
.
sco_cb
.
sco_db
[
0
]
;
btm_sco.c:1770
btm_is_sco_active()
tSCO_CONN
*
p
=
&
btm_cb
.
sco_cb
.
sco_db
[
0
]
;
btm_sco.c:1793
BTM_GetNumScoLinks()
tSCO_CONN
*
p
=
&
btm_cb
.
sco_cb
.
sco_db
[
0
]
;
btm_sco.c:1827
btm_is_sco_active_by_bdaddr()
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
tSCO_CB::sco_db
tSCO_CB
btm_int.h:470
Lifecycle
from
examples
All items filtered out
All items filtered out