ESP-IDF
tGATT_SR_REG::gatt_if
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_REG::gatt_if
tGATT_SR_REG::gatt_if field
Syntax
Show:
Summary
Declaration
from
gatt_int.h:247
tGATT_IF
gatt_if
;
Examples
References
from
examples
Code
Location
Referrer
tGATT_IF
gatt_if
;
/* this service is belong to which application */
gatt_int.h:247
p_sreg
->
gatt_if
=
gatt_if
;
gatt_api.c:501
GATTS_StartService()
if
(
p_sreg
->
in_use
&&
(
p_sreg
->
gatt_if
==
gatt_if
)
)
{
gatt_api.c:1355
GATT_Deregister()
conn_id
=
GATT_CREATE_CONN_ID
(
p_tcb
->
tcb_idx
,
p_sreg
->
gatt_if
)
;
gatt_db.c:1507
gatts_send_app_read_request()
gatt_sr_update_cback_cnt
(
p_tcb
,
p_sreg
->
gatt_if
,
TRUE
,
TRUE
)
;
gatt_db.c:1511
gatts_send_app_read_request()
gatt_sr_process_app_rsp
(
p_tcb
,
gatt_cb
.
sr_reg
[
i_rcb
]
.
gatt_if
,
trans_id
,
op_code
,
GATT_SUCCESS
,
p_msg
)
;
gatt_sr.c:679
gatt_process_read_multi_req()
conn_id
=
GATT_CREATE_CONN_ID
(
p_tcb
->
tcb_idx
,
p_sreg
->
gatt_if
)
;
gatt_sr.c:1270
gatts_process_write_req()
conn_id
=
GATT_CREATE_CONN_ID
(
p_tcb
->
tcb_idx
,
p_sreg
->
gatt_if
)
;
gatt_sr.c:1342
gatt_attr_process_prepare_write()
gatt_sr_update_prep_cnt
(
p_tcb
,
p_sreg
->
gatt_if
,
TRUE
,
FALSE
)
;
gatt_sr.c:1423
gatt_attr_process_prepare_write()
conn_id
=
GATT_CREATE_CONN_ID
(
p_tcb
->
tcb_idx
,
p_rcb
->
gatt_if
)
;
gatt_sr.c:1721
gatts_process_value_conf()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGATT_SR_REG::gatt_if
is written by 1 function and is read by 6 functions:
GATTS_StartService()
All items filtered out
tGATT_SR_REG::gatt_if
GATT_Deregister()
gatts_send_app_read_request()
gatt_process_read_multi_req()
gatts_process_write_req()
gatt_attr_process_prepare_write()
gatts_process_value_conf()
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