ESP-IDF
+
0
/1 examples
SourceVu will show references to
gatts_set_attr_val_evt_param::status
from the following samples and libraries:
Bluedroid_GATT_Server sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
gatts_set_attr_val_evt_param::status
gatts_set_attr_val_evt_param::status field
Operation status
Syntax
Show:
Summary
Declaration
from
esp_gatts_api.h:260
esp_gatt_status_t
status
;
Examples
gatts_set_attr_val_evt_param::status
is referenced by 1 libraries and example projects:
Bluedroid_GATT_Server sample
References
from
0/1
examples
Code
Location
Referrer
esp_gatt_status_t
status
;
/*!< Operation status */
esp_gatts_api.h:260
ESP_LOGD
(
TAG
,
"Battery SET %d, status: 0x%02x"
,
dev
->
bat_level
,
param
->
set_attr_val
.
status
)
;
ble_hidd.c:411
bat_event_handler()
ESP_LOGV
(
TAG
,
"HID SET[%d] %8s %7s %6s id: %d, status: 0x%02x"
,
device_index
,
esp_hid_usage_str
(
map
->
usage
)
,
esp_hid_report_type_str
(
map
->
report_type
)
,
esp_hid_protocol_mode_str
(
map
->
protocol_mode
)
,
map
->
report_id
,
param
->
set_attr_val
.
status
)
;
ble_hidd.c:580
hid_event_handler()
param
.
set_attr_val
.
status
=
p_data
->
attr_val
.
status
;
btc_gatts.c:973
btc_gatts_cb_handler()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
gatts_set_attr_val_evt_param::status
is written by 1 function and is read by 2 functions:
btc_gatts_cb_handler()
All items filtered out
gatts_set_attr_val_evt_param::status
bat_event_handler()
hid_event_handler()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out