ESP-IDF
+
0
/9 examples
SourceVu will show references to
gatts_disconnect_evt_param::reason
from the following samples and libraries:
Bluedroid_Connection sample
Bluedroid_GATT_Server sample
ble_compatibility_test sample
gatt_security_server sample
gatt_server sample
gatt_server_service_table sample
ble50_security_server 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
gatts_disconnect_evt_param::reason
gatts_disconnect_evt_param::reason field
The reason of disconnection
Syntax
Show:
Summary
Declaration
from
esp_gatts_api.h:200
esp_gatt_conn_reason_t
reason
;
Examples
gatts_disconnect_evt_param::reason
is referenced by 9 libraries and example projects:
Bluedroid_Connection sample
Bluedroid_GATT_Server sample
ble_compatibility_test sample
gatt_security_server sample
gatt_server sample
gatt_server_service_table sample
ble50_security_server sample
gattc_gatts_coex sample
throughput_server sample
References
from
0/9
examples
Code
Location
Referrer
esp_gatt_conn_reason_t
reason
;
/*!< The reason of disconnection */
esp_gatts_api.h:200
ESP_LOGD
(
TAG
,
"HID DISCONNECT[%d] 0x%x"
,
device_index
,
param
->
disconnect
.
reason
)
;
ble_hidd.c:489
hid_event_handler()
cb_param
.
disconnect
.
reason
=
param
->
disconnect
.
reason
;
ble_hidd.c:494
hid_event_handler()
param
.
disconnect
.
reason
=
p_data
->
conn
.
reason
;
btc_gatts.c:930
btc_gatts_cb_handler()
ESP_LOGD
(
TAG
,
"ESP_GATTS_DISCONNECT_EVT, reason = %d"
,
param
->
disconnect
.
reason
)
;
simple_ble.c:167
gatts_profile_event_handler()
Call Tree
from
0/9
examples
All items filtered out
All items filtered out
Data Use
from
0/9
examples
gatts_disconnect_evt_param::reason
is written by 1 function and is read by 2 functions:
btc_gatts_cb_handler()
All items filtered out
gatts_disconnect_evt_param::reason
hid_event_handler()
gatts_profile_event_handler()
All items filtered out
Class Tree
from
0/9
examples
All items filtered out
All items filtered out
Override Tree
from
0/9
examples
All items filtered out
All items filtered out
Implementations
from
0/9
examples
All items filtered out
All items filtered out
Instances
from
0/9
examples
Lifecycle
from
0/9
examples
All items filtered out
All items filtered out