ESP-IDF
+
0
/5 examples
SourceVu will show references to
gatts_conf_evt_param::status
from the following samples and libraries:
Bluedroid_GATT_Server sample
gatt_server sample
gatt_server_service_table sample
a2dp_gatts_coex sample
gattc_gatts_coex 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_conf_evt_param::status
gatts_conf_evt_param::status field
Operation status
Syntax
Show:
Summary
Declaration
from
esp_gatts_api.h:113
esp_gatt_status_t
status
;
Examples
gatts_conf_evt_param::status
is referenced by 5 libraries and example projects:
Bluedroid_GATT_Server sample
gatt_server sample
gatt_server_service_table sample
a2dp_gatts_coex sample
gattc_gatts_coex sample
References
from
0/5
examples
Code
Location
Referrer
esp_gatt_status_t
status
;
/*!< Operation status */
esp_gatts_api.h:113
ESP_LOGV
(
TAG
,
"HID CONF[%d] status: 0x%02x, len: %d"
,
device_index
,
param
->
conf
.
status
,
param
->
conf
.
len
)
;
ble_hidd.c:586
hid_event_handler()
param
.
conf
.
status
=
p_data
->
req_data
.
status
;
btc_gatts.c:836
btc_gatts_cb_handler()
ESP_LOGD
(
TAG
,
"ESP_GATTS_CONF_EVT, status = %d"
,
param
->
conf
.
status
)
;
simple_ble.c:148
gatts_profile_event_handler()
Call Tree
from
0/5
examples
All items filtered out
All items filtered out
Data Use
from
0/5
examples
gatts_conf_evt_param::status
is written by 1 function and is read by 2 functions:
btc_gatts_cb_handler()
All items filtered out
gatts_conf_evt_param::status
hid_event_handler()
gatts_profile_event_handler()
All items filtered out
Class Tree
from
0/5
examples
All items filtered out
All items filtered out
Override Tree
from
0/5
examples
All items filtered out
All items filtered out
Implementations
from
0/5
examples
All items filtered out
All items filtered out
Instances
from
0/5
examples
Lifecycle
from
0/5
examples
All items filtered out
All items filtered out