ESP-IDF
ble_read_phy_cmpl_evt_param
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_read_phy_cmpl_evt_param
ble_read_phy_cmpl_evt_param struct
ESP_GAP_BLE_READ_PHY_COMPLETE_EVT
Syntax
Show:
Summary
Declaration
from
esp_gap_ble_api.h:1276
struct
ble_read_phy_cmpl_evt_param
{
esp_bt_status_t
status
;
esp_bd_addr_t
bda
;
esp_ble_gap_phy_t
tx_phy
;
esp_ble_gap_phy_t
rx_phy
;
}
;
Fields
Field
Declared as
Description
ble_read_phy_cmpl_evt_param::status
esp_bt_status_t
read phy complete status.
ble_read_phy_cmpl_evt_param::bda
esp_bd_addr_t
read phy address.
ble_read_phy_cmpl_evt_param::tx_phy
esp_ble_gap_phy_t
tx phy type.
ble_read_phy_cmpl_evt_param::rx_phy
esp_ble_gap_phy_t
rx phy type.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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