ESP-IDF
+
0
/12 examples
SourceVu will show references to
esp_ble_gatts_cb_param_t::connect
from the following samples and libraries:
Bluedroid_Connection sample
Bluedroid_GATT_Server sample
ble_compatibility_test sample
ble_hid_device_demo sample
ble_spp_server sample
gatt_security_server sample
gatt_server sample
gatt_server_service_table sample
ble50_security_server sample
a2dp_gatts_coex sample
gattc_gatts_coex sample
throughput_server sample
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
esp_ble_gatts_cb_param_t::connect
esp_ble_gatts_cb_param_t::connect field
Callback parameter for the event `ESP_GATTS_CONNECT_EVT` Callback parameter for the event `ESP_GATTS_CONNECT_EVT`
Syntax
Show:
Summary
Declaration
from
esp_gatts_api.h:185
struct
gatts_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
;
}
connect
;
Examples
esp_ble_gatts_cb_param_t::connect
is referenced by 12 libraries and example projects:
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