ESP-IDF
tBTA_GATTC_READ::p_value
is only used within ESP-IDF.
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
tBTA_GATTC_READ::p_value
tBTA_GATTC_READ::p_value field
Syntax
Show:
Summary
Declaration
from
bta_gatt_api.h:307
tBTA_GATT_UNFMT
*
p_value
;
Examples
References
from
examples
Code
Location
Referrer
tBTA_GATT_UNFMT
*
p_value
;
bta_gatt_api.h:307
cb_data
.
read
.
p_value
=
&
read_value
;
bta_gattc_act.c:1362
bta_gattc_read_cmpl()
if
(
(
p_src
->
status
==
BTA_GATT_OK
)
&&
(
p_src
->
p_value
!=
NULL
)
)
btc_gatt_util.c:146
set_read_value()
BTC_TRACE_DEBUG
(
"%s len = %d "
,
__func__
,
p_src
->
p_value
->
len
)
;
btc_gatt_util.c:148
set_read_value()
p_dest
->
read
.
value_len
=
p_src
->
p_value
->
len
;
btc_gatt_util.c:149
set_read_value()
if
(
p_src
->
p_value
->
len
>
0
&&
p_src
->
p_value
->
p_value
!=
NULL
)
{
btc_gatt_util.c:150
set_read_value()
p_dest
->
read
.
value
=
p_src
->
p_value
->
p_value
;
btc_gatt_util.c:151
set_read_value()
len
+=
p_src
->
p_value
->
len
;
btc_gatt_util.c:153
set_read_value()
if
(
p_src_data
->
read
.
p_value
&&
p_src_data
->
read
.
p_value
->
p_value
)
{
btc_gattc.c:129
btc_gattc_copy_req_data()
p_dest_data
->
read
.
p_value
=
(
tBTA_GATT_UNFMT
*
)
osi_malloc
(
sizeof
(
tBTA_GATT_UNFMT
)
+
p_src_data
->
read
.
p_value
->
len
)
;
btc_gattc.c:130
btc_gattc_copy_req_data()
p_dest_data
->
read
.
p_value
->
p_value
=
(
uint8_t
*
)
(
p_dest_data
->
read
.
p_value
+
1
)
;
btc_gattc.c:131
btc_gattc_copy_req_data()
if
(
p_dest_data
->
read
.
p_value
&&
p_dest_data
->
read
.
p_value
->
p_value
)
{
btc_gattc.c:132
btc_gattc_copy_req_data()
p_dest_data
->
read
.
p_value
->
len
=
p_src_data
->
read
.
p_value
->
len
;
btc_gattc.c:133
btc_gattc_copy_req_data()
memcpy
(
p_dest_data
->
read
.
p_value
->
p_value
,
p_src_data
->
read
.
p_value
->
p_value
,
p_src_data
->
read
.
p_value
->
len
)
;
btc_gattc.c:134
btc_gattc_copy_req_data()
if
(
arg
->
read
.
p_value
)
{
btc_gattc.c:166
btc_gattc_free_req_data()
osi_free
(
arg
->
read
.
p_value
)
;
btc_gattc.c:167
btc_gattc_free_req_data()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_GATTC_READ::p_value
is written by 2 functions and is read by 3 functions:
btc_gattc_copy_req_data()
bta_gattc_read_cmpl()
All items filtered out
tBTA_GATTC_READ::p_value
btc_gattc_copy_req_data()
btc_gattc_free_req_data()
set_read_value()
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