ESP-IDF
tBTM_DEVCB::p_switch_role_cb
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
tBTM_DEVCB::p_switch_role_cb
tBTM_DEVCB::p_switch_role_cb field
Syntax
Show:
Summary
Declaration
from
btm_int.h:208
tBTM_CMPL_CB
*
p_switch_role_cb
;
Examples
References
from
examples
Code
Location
Referrer
tBTM_CMPL_CB
*
p_switch_role_cb
;
/* Callback function to be called when */
btm_int.h:208
if
(
btm_cb
.
devcb
.
p_switch_role_cb
btm_acl.c:402
btm_acl_report_role_change()
(
*
btm_cb
.
devcb
.
p_switch_role_cb
)
(
&
ref_data
)
;
btm_acl.c:406
btm_acl_report_role_change()
btm_cb
.
devcb
.
p_switch_role_cb
=
NULL
;
btm_acl.c:408
btm_acl_report_role_change()
if
(
btm_cb
.
devcb
.
p_switch_role_cb
&&
p_cb
)
{
btm_acl.c:673
BTM_SwitchRole()
btm_cb
.
devcb
.
p_switch_role_cb
=
p_cb
;
btm_acl.c:761
BTM_SwitchRole()
Call Tree
from
examples
tBTM_DEVCB::p_switch_role_cb
is called by 1 function:
btm_acl_report_role_change()
All items filtered out
tBTM_DEVCB::p_switch_role_cb
All items filtered out
Data Use
from
examples
tBTM_DEVCB::p_switch_role_cb
is written by 2 functions and is read by 2 functions:
btm_acl_report_role_change()
BTM_SwitchRole()
All items filtered out
tBTM_DEVCB::p_switch_role_cb
btm_acl_report_role_change()
BTM_SwitchRole()
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