ESP-IDF
tSCO_CONN::hci_handle
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::hci_handle
tSCO_CONN::hci_handle field
Syntax
Show:
Summary
Declaration
from
btm_int.h:457
UINT16
hci_handle
;
Examples
References
from
examples
Code
Location
Referrer
UINT16
hci_handle
;
/* HCI Handle */
btm_int.h:457
p
->
hci_handle
=
BTM_INVALID_HCI_HANDLE
;
btm_sco.c:834
BTM_CreateSco()
p
->
hci_handle
=
hci_handle
;
btm_sco.c:1091
btm_sco_connected()
if
(
(
p
->
state
==
SCO_ST_CONNECTED
)
&&
(
p
->
hci_handle
==
handle
)
)
{
btm_sco.c:1135
btm_find_scb_by_handle()
if
(
p
->
hci_handle
==
BTM_INVALID_HCI_HANDLE
||
p
->
state
==
SCO_ST_PEND_UNPARK
)
{
btm_sco.c:1165
BTM_RemoveSco()
p
->
hci_handle
=
BTM_INVALID_HCI_HANDLE
;
btm_sco.c:1166
BTM_RemoveSco()
if
(
!
btsnd_hcic_disconnect
(
p
->
hci_handle
,
HCI_ERR_PEER_USER
)
)
{
btm_sco.c:1175
BTM_RemoveSco()
if
(
(
p
->
state
!=
SCO_ST_UNUSED
)
&&
(
p
->
state
!=
SCO_ST_LISTENING
)
&&
(
p
->
hci_handle
==
hci_handle
)
)
{
btm_sco.c:1227
btm_sco_removed()
p
->
hci_handle
=
BTM_INVALID_HCI_HANDLE
;
btm_sco.c:1238
btm_sco_removed()
return
(
p
->
hci_handle
)
;
btm_sco.c:1413
BTM_ReadScoHandle()
p_sco
->
hci_handle
,
p_setup
->
packet_types
)
;
btm_sco.c:1626
BTM_ChangeEScoLinkParms()
if
(
!
btsnd_hcic_change_conn_type
(
p_sco
->
hci_handle
,
btm_sco.c:1628
BTM_ChangeEScoLinkParms()
BTM_TRACE_API
(
"BTM_ChangeEScoLinkParms -> eSCO Link for handle 0x%04x"
,
p_sco
->
hci_handle
)
;
btm_sco.c:1640
BTM_ChangeEScoLinkParms()
if
(
!
btsnd_hcic_setup_esco_conn
(
p_sco
->
hci_handle
,
p_setup
->
tx_bw
,
btm_sco.c:1646
BTM_ChangeEScoLinkParms()
if
(
p
->
state
==
SCO_ST_CONNECTED
&&
handle
==
p
->
hci_handle
)
{
btm_sco.c:1736
btm_esco_proc_conn_chg()
if
(
handle
==
p
->
hci_handle
&&
p
->
state
==
SCO_ST_CONNECTED
)
{
btm_sco.c:1773
btm_is_sco_active()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tSCO_CONN::hci_handle
is written by 4 functions and is read by 7 functions:
BTM_CreateSco()
btm_sco_connected()
BTM_RemoveSco()
btm_sco_removed()
All items filtered out
tSCO_CONN::hci_handle
btm_find_scb_by_handle()
BTM_RemoveSco()
btm_sco_removed()
BTM_ReadScoHandle()
BTM_ChangeEScoLinkParms()
btm_esco_proc_conn_chg()
btm_is_sco_active()
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