ESP-IDF
tSCO_CONN
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_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
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
Lifecycle
from
examples
All items filtered out
All items filtered out