ESP-IDF
tGATT_SRV_LIST_INFO::p_last_primary
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_SRV_LIST_INFO::p_last_primary
tGATT_SRV_LIST_INFO::p_last_primary field
Syntax
Show:
Summary
Declaration
from
gatt_int.h:343
tGATT_SRV_LIST_ELEM
*
p_last_primary
;
Examples
References
from
examples
Code
Location
Referrer
tGATT_SRV_LIST_ELEM
*
p_last_primary
;
gatt_int.h:343
if
(
p_list
->
p_last_primary
==
p_srv
&&
gatt_sr.c:756
gatt_build_primary_service_rsp()
p_list
->
p_last_primary
==
p_list
->
p_last
)
{
gatt_sr.c:757
gatt_build_primary_service_rsp()
p_list
->
p_last_primary
=
NULL
;
gatt_utils.c:525
gatt_is_last_attribute()
p_list
->
p_last_primary
=
NULL
;
gatt_utils.c:556
gatt_update_last_pri_srv_info()
p_list
->
p_last_primary
=
p_srv
;
gatt_utils.c:560
gatt_update_last_pri_srv_info()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGATT_SRV_LIST_INFO::p_last_primary
is written by 2 functions and is read by 1 function:
gatt_is_last_attribute()
gatt_update_last_pri_srv_info()
All items filtered out
tGATT_SRV_LIST_INFO::p_last_primary
gatt_build_primary_service_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