ESP-IDF
BTM_BleSetPreferPhy()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
BTM_BleSetPreferPhy()
BTM_BleSetPreferPhy() function
Syntax
Show:
Summary
Declaration
Definition
from
btm_ble_api.h:2754
tBTM_STATUS
BTM_BleSetPreferPhy
(
BD_ADDR
bd_addr
,
UINT8
all_phys
,
UINT8
tx_phy_mask
,
UINT8
rx_phy_mask
,
UINT16
phy_options
)
;
Implemented in
btm_ble_5_gap.c:263
Arguments
Argument
bd_addr
all_phys
tx_phy_mask
rx_phy_mask
phy_options
Examples
References
from
examples
Code
Location
Referrer
tBTM_STATUS
BTM_BleSetPreferPhy
(
BD_ADDR
bd_addr
,
UINT8
all_phys
,
UINT8
tx_phy_mask
,
btm_ble_5_gap.c:263
tBTM_STATUS
BTM_BleSetPreferPhy
(
BD_ADDR
bd_addr
,
UINT8
all_phys
,
UINT8
tx_phy_mask
,
btm_ble_api.h:2754
BTM_BleSetPreferPhy
(
p_data
->
ble_set_per_phy
.
bd_addr
,
p_data
->
ble_set_per_phy
.
all_phys
,
bta_dm_act.c:5903
bta_dm_ble_gap_set_prefer_phy()
Call Tree
from
examples
BTM_BleSetPreferPhy()
is called by 1 function and calls 6 functions:
bta_dm_ble_gap_set_prefer_phy()
All items filtered out
BTM_BleSetPreferPhy()
esp_log_timestamp()
esp_log_write()
ble_5_hci_cb
l2cu_find_lcb_by_bd_addr()
btsnd_hcic_ble_set_phy()
BTM_ExtBleCallbackTrigger()
All items filtered out
Data Use
from
examples
BTM_BleSetPreferPhy()
reads 7 variables and writes 1 variable:
esp_log_level_t::ESP_LOG_ERROR
::BTM_SUCCESS
::BTM_ILLEGAL_VALUE
ble_5_hci_cb
tBTM_CB::trace_level
btm_cb
t_l2c_linkcb::handle
All items filtered out
BTM_BleSetPreferPhy()
tBTM_BLE_5_GAP_CB_PARAMS::status
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