ESP-IDF
gattc_connect_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
gattc_connect_evt_param
gattc_connect_evt_param struct
Callback parameter for the event `ESP_GATTC_CONNECT_EVT`
Syntax
Show:
Summary
Declaration
from
esp_gattc_api.h:208
struct
gattc_connect_evt_param
{
uint16_t
conn_id
;
uint8_t
link_role
;
esp_bd_addr_t
remote_bda
;
esp_gatt_conn_params_t
conn_params
;
esp_ble_addr_type_t
ble_addr_type
;
uint16_t
conn_handle
;
}
;
Fields
Field
Declared as
Description
gattc_connect_evt_param::conn_id
uint16_t
Connection ID.
gattc_connect_evt_param::link_role
uint8_t
Link role : master role = 0; slave role = 1.
gattc_connect_evt_param::remote_bda
esp_bd_addr_t
Remote device address.
gattc_connect_evt_param::conn_params
esp_gatt_conn_params_t
Current connection parameters.
gattc_connect_evt_param::ble_addr_type
esp_ble_addr_type_t
Remote device address type.
gattc_connect_evt_param::conn_handle
uint16_t
HCI connection handle.
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