ESP-IDF
open_arg
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
open_arg
open_arg struct
Syntax
Show:
Summary
Declaration
from
btc_gattc.h:54
struct
open_arg
{
esp_gatt_if_t
gattc_if
;
esp_bd_addr_t
remote_bda
;
esp_ble_addr_type_t
remote_addr_type
;
bool
is_direct
;
bool
is_aux
;
esp_ble_addr_type_t
own_addr_type
;
esp_ble_phy_mask_t
phy_mask
;
esp_ble_conn_params_t
phy_1m_conn_params
;
esp_ble_conn_params_t
phy_2m_conn_params
;
esp_ble_conn_params_t
phy_coded_conn_params
;
}
;
Fields
Field
Declared as
open_arg::gattc_if
esp_gatt_if_t
open_arg::remote_bda
esp_bd_addr_t
open_arg::remote_addr_type
esp_ble_addr_type_t
open_arg::is_direct
bool
open_arg::is_aux
bool
open_arg::own_addr_type
esp_ble_addr_type_t
open_arg::phy_mask
esp_ble_phy_mask_t
open_arg::phy_1m_conn_params
esp_ble_conn_params_t
open_arg::phy_2m_conn_params
esp_ble_conn_params_t
open_arg::phy_coded_conn_params
esp_ble_conn_params_t
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
open_arg
{
btc_gattc.h:54
btc_ble_gattc_args_t
btc_ble_gattc_args_t::open
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
Instance
Scope
Location
Project
btc_ble_gattc_args_t::open
btc_ble_gattc_args_t
btc_gattc.h:54
Lifecycle
from
examples
All items filtered out
All items filtered out