ESP-IDF
tBTM_BLE_ADV_DATA::tx_power
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
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_BLE_ADV_DATA::tx_power
tBTM_BLE_ADV_DATA::tx_power field
Syntax
Show:
Summary
Declaration
from
btm_ble_api.h:475
UINT8
tx_power
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
tx_power
;
btm_ble_api.h:475
if
(
p_data
->
tx_power
>
BTM_BLE_ADV_TX_POWER_MAX
)
{
btm_ble_gap.c:2298
btm_ble_build_adv_data()
p_data
->
tx_power
=
BTM_BLE_ADV_TX_POWER_MAX
;
btm_ble_gap.c:2299
btm_ble_build_adv_data()
*
p
++
=
btm_ble_map_adv_tx_power
(
p_data
->
tx_power
)
;
btm_ble_gap.c:2301
btm_ble_build_adv_data()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTM_BLE_ADV_DATA::tx_power
is written by 1 function and is read by 1 function:
btm_ble_build_adv_data()
All items filtered out
tBTM_BLE_ADV_DATA::tx_power
btm_ble_build_adv_data()
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