ESP-IDF
tGATT_SR_CMD::op_code
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::op_code
tGATT_SR_CMD::op_code field
Syntax
Show:
Summary
Declaration
from
gatt_int.h:294
UINT8
op_code
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
op_code
;
gatt_int.h:294
conn_id
,
p_tcb
->
sr_cmd
.
op_code
)
;
gatt_api.c:742
GATTS_SendRsp()
cmd_sent
=
gatt_sr_process_app_rsp
(
p_tcb
,
gatt_if
,
trans_id
,
p_tcb
->
sr_cmd
.
op_code
,
status
,
p_msg
)
;
gatt_api.c:747
GATTS_SendRsp()
if
(
(
p_cmd
->
op_code
==
0
)
||
gatt_sr.c:87
gatt_sr_enqueue_cmd()
p_cmd
->
op_code
=
op_code
;
gatt_sr.c:96
gatt_sr_enqueue_cmd()
return
(
p_tcb
->
sr_cmd
.
op_code
==
0
)
;
gatt_sr.c:118
gatt_sr_cmd_empty()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGATT_SR_CMD::op_code
is written by 1 function and is read by 3 functions:
gatt_sr_enqueue_cmd()
All items filtered out
tGATT_SR_CMD::op_code
GATTS_SendRsp()
gatt_sr_enqueue_cmd()
gatt_sr_cmd_empty()
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