ESP-IDF
tBTM_DEVCB::p_afh_channels_cmpl_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_afh_channels_cmpl_cb
tBTM_DEVCB::p_afh_channels_cmpl_cb field
Syntax
Show:
Summary
Declaration
from
btm_int.h:216
tBTM_CMPL_CB
*
p_afh_channels_cmpl_cb
;
Examples
References
from
examples
Code
Location
Referrer
tBTM_CMPL_CB
*
p_afh_channels_cmpl_cb
;
/* Callback function to be called When */
btm_int.h:216
if
(
btm_cb
.
devcb
.
p_afh_channels_cmpl_cb
)
{
btm_devctl.c:1246
BTM_SetAfhChannels()
btm_cb
.
devcb
.
p_afh_channels_cmpl_cb
=
p_afh_channels_cmpl_cback
;
btm_devctl.c:1251
BTM_SetAfhChannels()
tBTM_CMPL_CB
*
p_cb
=
btm_cb
.
devcb
.
p_afh_channels_cmpl_cb
;
btm_devctl.c:1274
btm_set_afh_channels_complete()
btm_cb
.
devcb
.
p_afh_channels_cmpl_cb
=
NULL
;
btm_devctl.c:1280
btm_set_afh_channels_complete()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTM_DEVCB::p_afh_channels_cmpl_cb
is written by 2 functions and is read by 2 functions:
BTM_SetAfhChannels()
btm_set_afh_channels_complete()
All items filtered out
tBTM_DEVCB::p_afh_channels_cmpl_cb
BTM_SetAfhChannels()
btm_set_afh_channels_complete()
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