ESP-IDF
BTA_DmBleGapSetPreferedPHY()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
BTA_DmBleGapSetPreferedPHY()
BTA_DmBleGapSetPreferedPHY() function
Syntax
Show:
Summary
Declaration
Definition
from
bta_api.h:3125
extern
void
BTA_DmBleGapSetPreferedPHY
(
BD_ADDR
addr
,
UINT8
all_phys
,
tBTA_DM_BLE_GAP_PHY_MASK
tx_phy_mask
,
tBTA_DM_BLE_GAP_PHY_MASK
rx_phy_mask
,
UINT16
phy_options
)
;
Implemented in
bta_dm_api.c:3122
Arguments
Argument
addr
all_phys
tx_phy_mask
rx_phy_mask
phy_options
Examples
References
from
examples
Code
Location
Referrer
void
BTA_DmBleGapSetPreferedPHY
(
BD_ADDR
addr
,
bta_dm_api.c:3122
extern
void
BTA_DmBleGapSetPreferedPHY
(
BD_ADDR
addr
,
bta_api.h:3125
BTA_DmBleGapSetPreferedPHY
(
arg_5
->
set_def_phy
.
bd_addr
,
btc_gap_ble.c:2185
btc_gap_ble_call_handler()
Call Tree
from
examples
BTA_DmBleGapSetPreferedPHY()
is called by 1 function and calls 4 functions:
btc_gap_ble_call_handler()
All items filtered out
BTA_DmBleGapSetPreferedPHY()
esp_log_timestamp()
esp_log_write()
osi_malloc_func()
bta_sys_sendmsg()
All items filtered out
Data Use
from
examples
BTA_DmBleGapSetPreferedPHY()
reads 6 variables and writes 5 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_INFO
appl_trace_level
::BTA_DM_API_SET_PER_PHY_EVT
tBTA_DM_API_SET_PER_PHY::hdr
tBTA_DM_API_SET_PER_PHY::bd_addr
All items filtered out
BTA_DmBleGapSetPreferedPHY()
BT_HDR::event
tBTA_DM_API_SET_PER_PHY::all_phys
tBTA_DM_API_SET_PER_PHY::tx_phy_mask
tBTA_DM_API_SET_PER_PHY::rx_phy_mask
tBTA_DM_API_SET_PER_PHY::phy_options
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