ESP-IDF
tGATT_SR_CMD::p_rsp_msg
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
tGATT_SR_CMD::p_rsp_msg
tGATT_SR_CMD::p_rsp_msg field
Syntax
Show:
Summary
Declaration
from
gatt_int.h:289
BT_HDR
*
p_rsp_msg
;
Examples
References
from
examples
Code
Location
Referrer
BT_HDR
*
p_rsp_msg
;
gatt_int.h:289
if
(
p_tcb
->
sr_cmd
.
p_rsp_msg
)
{
gatt_sr.c:134
gatt_dequeue_sr_cmd()
GATT_TRACE_ERROR
(
"%s free msg %p"
,
__func__
,
p_tcb
->
sr_cmd
.
p_rsp_msg
)
;
gatt_sr.c:135
gatt_dequeue_sr_cmd()
osi_free
(
p_tcb
->
sr_cmd
.
p_rsp_msg
)
;
gatt_sr.c:137
gatt_dequeue_sr_cmd()
p_tcb
->
sr_cmd
.
p_rsp_msg
=
NULL
;
gatt_sr.c:138
gatt_dequeue_sr_cmd()
}
else
if
(
p_cmd
->
p_rsp_msg
!=
NULL
)
{
gatt_sr.c:264
process_read_multi_rsp()
p_cmd
->
p_rsp_msg
=
p_buf
;
gatt_sr.c:267
process_read_multi_rsp()
}
else
if
(
p_cmd
->
p_rsp_msg
!=
NULL
)
{
gatt_sr.c:375
process_read_multi_var_rsp()
p_cmd
->
p_rsp_msg
=
p_buf
;
gatt_sr.c:378
process_read_multi_var_rsp()
if
(
p_tcb
->
sr_cmd
.
p_rsp_msg
==
NULL
)
{
gatt_sr.c:434
gatt_sr_process_app_rsp()
p_tcb
->
sr_cmd
.
p_rsp_msg
=
attp_build_sr_msg
(
p_tcb
,
(
UINT8
)
(
op_code
+
1
)
,
(
tGATT_SR_MSG
*
)
p_msg
)
;
gatt_sr.c:435
gatt_sr_process_app_rsp()
if
(
(
p_tcb
->
sr_cmd
.
status
==
GATT_SUCCESS
)
&&
(
p_tcb
->
sr_cmd
.
p_rsp_msg
)
)
{
gatt_sr.c:442
gatt_sr_process_app_rsp()
ret_code
=
attp_send_sr_msg
(
p_tcb
,
p_tcb
->
sr_cmd
.
p_rsp_msg
)
;
gatt_sr.c:443
gatt_sr_process_app_rsp()
p_tcb
->
sr_cmd
.
p_rsp_msg
=
NULL
;
gatt_sr.c:444
gatt_sr_process_app_rsp()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGATT_SR_CMD::p_rsp_msg
is written by 4 functions and is read by 4 functions:
gatt_dequeue_sr_cmd()
process_read_multi_rsp()
process_read_multi_var_rsp()
gatt_sr_process_app_rsp()
All items filtered out
tGATT_SR_CMD::p_rsp_msg
gatt_dequeue_sr_cmd()
process_read_multi_rsp()
process_read_multi_var_rsp()
gatt_sr_process_app_rsp()
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