ESP-IDF
tBTM_DEVCB::p_tx_power_cmpl_cb
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
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_tx_power_cmpl_cb
tBTM_DEVCB::p_tx_power_cmpl_cb field
Syntax
Show:
Summary
Declaration
from
btm_int.h:212
tBTM_CMPL_CB
*
p_tx_power_cmpl_cb
;
Examples
References
from
examples
Code
Location
Referrer
tBTM_CMPL_CB
*
p_tx_power_cmpl_cb
;
/* Callback function to be called */
btm_int.h:212
if
(
btm_cb
.
devcb
.
p_tx_power_cmpl_cb
)
{
btm_acl.c:2087
BTM_ReadTxPower()
btm_cb
.
devcb
.
p_tx_power_cmpl_cb
=
p_cb
;
btm_acl.c:2096
BTM_ReadTxPower()
btm_cb
.
devcb
.
p_tx_power_cmpl_cb
=
NULL
;
btm_acl.c:2108
BTM_ReadTxPower()
if
(
btm_cb
.
devcb
.
p_tx_power_cmpl_cb
)
{
btm_acl.c:2190
BTM_BleReadAdvTxPower()
btm_cb
.
devcb
.
p_tx_power_cmpl_cb
=
p_cb
;
btm_acl.c:2196
BTM_BleReadAdvTxPower()
btm_cb
.
devcb
.
p_tx_power_cmpl_cb
=
NULL
;
btm_acl.c:2202
BTM_BleReadAdvTxPower()
tBTM_CMPL_CB
*
p_cb
=
btm_cb
.
devcb
.
p_tx_power_cmpl_cb
;
btm_acl.c:2235
btm_read_tx_power_complete()
btm_cb
.
devcb
.
p_tx_power_cmpl_cb
=
NULL
;
btm_acl.c:2243
btm_read_tx_power_complete()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTM_DEVCB::p_tx_power_cmpl_cb
is written by 3 functions and is read by 3 functions:
BTM_ReadTxPower()
BTM_BleReadAdvTxPower()
btm_read_tx_power_complete()
All items filtered out
tBTM_DEVCB::p_tx_power_cmpl_cb
BTM_ReadTxPower()
BTM_BleReadAdvTxPower()
btm_read_tx_power_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