ESP-IDF
tBTM_ROLE_SWITCH_CMPL::hci_status
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
lwIP
FreeRTOS
cJSON
mbedTLS
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tBTM_ROLE_SWITCH_CMPL::hci_status
tBTM_ROLE_SWITCH_CMPL::hci_status field
Syntax
Show:
Summary
Declaration
from
btm_api.h:786
UINT8
hci_status
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
hci_status
;
/* HCI status returned with the event */
btm_api.h:786
ref_data
.
hci_status
=
hci_status
;
btm_acl.c:405
btm_acl_report_role_change()
btm_cb
.
devcb
.
switch_role_ref_data
.
hci_status
=
HCI_ERR_UNSUPPORTED_VALUE
;
btm_acl.c:760
BTM_SwitchRole()
btm_acl_report_role_change
(
btm_cb
.
devcb
.
switch_role_ref_data
.
hci_status
,
p
->
remote_addr
)
;
btm_acl.c:804
btm_acl_encrypt_change()
btm_acl_report_role_change
(
btm_cb
.
devcb
.
switch_role_ref_data
.
hci_status
,
p
->
remote_addr
)
;
btm_acl.c:819
btm_acl_encrypt_change()
evt
.
hci_status
=
btm_cb
.
devcb
.
switch_role_ref_data
.
hci_status
;
btm_acl.c:826
btm_acl_encrypt_change()
p_data
->
hci_status
=
hci_status
;
btm_acl.c:1485
btm_acl_role_changed()
p_data
->
role
,
p_data
->
hci_status
,
p
->
switch_role_state
)
;
btm_acl.c:1536
btm_acl_role_changed()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTM_ROLE_SWITCH_CMPL::hci_status
is written by 3 functions and is read by 2 functions:
btm_acl_report_role_change()
BTM_SwitchRole()
btm_acl_role_changed()
All items filtered out
tBTM_ROLE_SWITCH_CMPL::hci_status
btm_acl_encrypt_change()
btm_acl_role_changed()
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