ESP-IDF
btm_read_phy_callback()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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_read_phy_callback()
btm_read_phy_callback() function
Syntax
Show:
Summary
Declaration
Definition
from
btm_int.h:1112
void
btm_read_phy_callback
(
uint8_t
hci_status
,
uint16_t
conn_handle
,
uint8_t
tx_phy
,
uint8_t
rx_phy
)
;
Implemented in
btm_ble_5_gap.c:885
Arguments
Argument
hci_status
conn_handle
tx_phy
rx_phy
Examples
References
from
examples
Code
Location
Referrer
void
btm_read_phy_callback
(
uint8_t
hci_status
,
uint16_t
conn_handle
,
uint8_t
tx_phy
,
uint8_t
rx_phy
)
btm_ble_5_gap.c:885
void
btm_read_phy_callback
(
uint8_t
hci_status
,
uint16_t
conn_handle
,
uint8_t
tx_phy
,
uint8_t
rx_phy
)
;
btm_int.h:1112
btm_read_phy_callback
(
status
,
conn_handle
,
tx_phy
,
rx_phy
)
;
btu_hcif.c:1126
btu_hcif_hdl_command_complete()
Call Tree
from
examples
btm_read_phy_callback()
is called by 1 function and calls 4 functions:
btu_hcif_hdl_command_complete()
All items filtered out
btm_read_phy_callback()
esp_log_timestamp()
esp_log_write()
l2cu_find_lcb_by_handle()
BTM_ExtBleCallbackTrigger()
All items filtered out
Data Use
from
examples
btm_read_phy_callback()
reads 8 variables and writes 3 variables:
esp_log_level_t::ESP_LOG_ERROR
tBTM_BLE_READ_PHY_CMPL::addr
tBTM_BLE_5_GAP_CB_PARAMS::read_phy
::BTM_SUCCESS
::BTM_ILLEGAL_VALUE
tBTM_CB::trace_level
btm_cb
t_l2c_linkcb::remote_bd_addr
All items filtered out
btm_read_phy_callback()
tBTM_BLE_READ_PHY_CMPL::status
tBTM_BLE_READ_PHY_CMPL::tx_phy
tBTM_BLE_READ_PHY_CMPL::rx_phy
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