ESP-IDF
BTM_INVALID_HCI_HANDLE
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
BTM_INVALID_HCI_HANDLE
BTM_INVALID_HCI_HANDLE macro
Syntax
Show:
Summary
Declaration
from
btm_api.h:1029
#define
BTM_INVALID_HCI_HANDLE
0xFFFF
Examples
References
from
examples
Code
Location
#define
BTM_INVALID_HCI_HANDLE
0xFFFF
btm_api.h:1029
evt_data
.
conn
.
handle
=
BTM_INVALID_HCI_HANDLE
;
btm_acl.c:2606
p
->
hci_handle
=
BTM_INVALID_HCI_HANDLE
;
btm_sco.c:834
if
(
p
->
hci_handle
==
BTM_INVALID_HCI_HANDLE
||
p
->
state
==
SCO_ST_PEND_UNPARK
)
{
btm_sco.c:1165
p
->
hci_handle
=
BTM_INVALID_HCI_HANDLE
;
btm_sco.c:1166
p
->
hci_handle
=
BTM_INVALID_HCI_HANDLE
;
btm_sco.c:1238
return
(
BTM_INVALID_HCI_HANDLE
)
;
btm_sco.c:1415
return
(
BTM_INVALID_HCI_HANDLE
)
;
btm_sco.c:1865
btm_sec_auth_complete
(
BTM_INVALID_HCI_HANDLE
,
status
)
;
btu_hcif.c:1372
btm_sec_encrypt_change
(
BTM_INVALID_HCI_HANDLE
,
status
,
FALSE
)
;
btu_hcif.c:1379
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