ESP-IDF
send_rsp_args::rsp
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
send_rsp_args::rsp
send_rsp_args::rsp field
Syntax
Show:
Summary
Declaration
from
btc_gatts.h:117
esp_gatt_rsp_t
*
rsp
;
Examples
References
from
examples
Code
Location
Referrer
esp_gatt_rsp_t
*
rsp
;
btc_gatts.h:117
if
(
src
->
send_rsp
.
rsp
)
{
btc_gatts.c:86
btc_gatts_arg_deep_copy()
dst
->
send_rsp
.
rsp
=
(
esp_gatt_rsp_t
*
)
osi_malloc
(
sizeof
(
esp_gatt_rsp_t
)
)
;
btc_gatts.c:87
btc_gatts_arg_deep_copy()
if
(
dst
->
send_rsp
.
rsp
)
{
btc_gatts.c:88
btc_gatts_arg_deep_copy()
memcpy
(
dst
->
send_rsp
.
rsp
,
src
->
send_rsp
.
rsp
,
sizeof
(
esp_gatt_rsp_t
)
)
;
btc_gatts.c:89
btc_gatts_arg_deep_copy()
if
(
arg
->
send_rsp
.
rsp
)
{
btc_gatts.c:183
btc_gatts_arg_deep_free()
osi_free
(
arg
->
send_rsp
.
rsp
)
;
btc_gatts.c:184
btc_gatts_arg_deep_free()
esp_gatt_rsp_t
*
p_rsp
=
arg
->
send_rsp
.
rsp
;
btc_gatts.c:683
btc_gatts_call_handler()
arg
.
send_rsp
.
rsp
=
rsp
;
esp_gatts_api.c:314
esp_ble_gatts_send_response()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
send_rsp_args::rsp
is written by 2 functions and is read by 3 functions:
esp_ble_gatts_send_response()
btc_gatts_arg_deep_copy()
All items filtered out
send_rsp_args::rsp
btc_gatts_arg_deep_copy()
btc_gatts_arg_deep_free()
btc_gatts_call_handler()
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