ESP-IDF
tGATT_WRITE_REQ::value
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tGATT_WRITE_REQ::value
tGATT_WRITE_REQ::value field
Syntax
Show:
Summary
Declaration
from
gatt_api.h:383
UINT8
value
[
GATT_MAX_ATTR_LEN
]
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
value
[
GATT_MAX_ATTR_LEN
]
;
/* the actual attribute value */
gatt_api.h:383
bt_hex
(
p_data
->
req_data
.
p_data
->
write_req
.
value
,
p_data
->
req_data
.
p_data
->
write_req
.
len
)
)
;
adapter.c:602
bt_mesh_bta_gatts_cb()
p_data
->
req_data
.
p_data
->
write_req
.
value
,
adapter.c:606
bt_mesh_bta_gatts_cb()
param
.
write
.
value
=
p_data
->
req_data
.
p_data
->
write_req
.
value
;
btc_gatts.c:807
btc_gatts_cb_handler()
memcpy
(
rsp
.
attr_value
.
value
,
p_data
->
req_data
.
p_data
->
write_req
.
value
,
p_data
->
req_data
.
p_data
->
write_req
.
len
)
;
esp_blufi.c:193
blufi_profile_cb()
p_data
->
req_data
.
p_data
->
write_req
.
value
,
esp_blufi.c:210
blufi_profile_cb()
btc_blufi_recv_handler
(
&
p_data
->
req_data
.
p_data
->
write_req
.
value
[
0
]
,
esp_blufi.c:222
blufi_profile_cb()
p_data
->
value
)
;
gatt_attr.c:330
gatt_proc_write_req()
memcpy
(
sr_data
.
write_req
.
value
,
p
,
len
)
;
gatt_sr.c:1248
gatts_process_write_req()
memcpy
(
sr_data
.
write_req
.
value
,
p
,
len
)
;
gatt_sr.c:1444
gatt_attr_process_prepare_write()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGATT_WRITE_REQ::value
is read by 6 functions:
All items filtered out
tGATT_WRITE_REQ::value
gatt_proc_write_req()
gatts_process_write_req()
gatt_attr_process_prepare_write()
blufi_profile_cb()
btc_gatts_cb_handler()
bt_mesh_bta_gatts_cb()
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