ESP-IDF
tBTA_GATTC_SERVICE
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
tBTA_GATTC_SERVICE
tBTA_GATTC_SERVICE struct
Syntax
Show:
Summary
Declaration
from
bta_gatt_api.h:694
typedef
struct
{
tBT_UUID
uuid
;
BOOLEAN
is_primary
;
UINT16
handle
;
UINT16
s_handle
;
UINT16
e_handle
;
list_t
*
characteristics
;
list_t
*
included_svc
;
}
__attribute__
(
(
packed
)
)
tBTA_GATTC_SERVICE
;
Fields
Field
Declared as
tBTA_GATTC_SERVICE::uuid
tBT_UUID
tBTA_GATTC_SERVICE::is_primary
BOOLEAN
tBTA_GATTC_SERVICE::handle
UINT16
tBTA_GATTC_SERVICE::s_handle
UINT16
tBTA_GATTC_SERVICE::e_handle
UINT16
tBTA_GATTC_SERVICE::characteristics
list_t
*
tBTA_GATTC_SERVICE::included_svc
list_t
*
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
bta_gatt_api.h:694
}
__attribute__
(
(
packed
)
)
tBTA_GATTC_SERVICE
;
bta_gatt_api.h:703
tBTA_GATTC_SERVICE
tBTA_GATTC_SERVICE
*
service
;
/* owning service*/
bta_gatt_api.h:710
tBTA_GATTC_CHARACTERISTIC
tBTA_GATTC_CHARACTERISTIC::service
tBTA_GATTC_SERVICE
*
owning_service
;
/* owning service*/
bta_gatt_api.h:727
tBTA_GATTC_INCLUDED_SVC
tBTA_GATTC_INCLUDED_SVC::owning_service
tBTA_GATTC_SERVICE
*
included_service
;
bta_gatt_api.h:728
tBTA_GATTC_INCLUDED_SVC
tBTA_GATTC_INCLUDED_SVC::included_service
tBTA_GATTC_SERVICE
*
p_service
=
NULL
;
bta_gattc_act.c:2430
bta_gattc_register_service_change_notify()
tBTA_GATTC_SERVICE
*
bta_gattc_find_matching_service
(
const
list_t
*
services
,
UINT16
handle
)
;
bta_gattc_cache.c:54
bta_gattc_find_matching_service()
tBTA_GATTC_SERVICE
*
srvc
=
ptr
;
bta_gattc_cache.c:206
service_free()
osi_free
(
srvc
)
;
bta_gattc_cache.c:209
service_free()
void
bta_gattc_insert_sec_service_to_cache
(
list_t
*
services
,
tBTA_GATTC_SERVICE
*
p_new_srvc
)
bta_gattc_cache.c:217
bta_gattc_insert_sec_service_to_cache()
bta_gattc_insert_sec_service_to_cache()::p_new_srvc
tBTA_GATTC_SERVICE
*
service
=
list_node
(
sn
)
;
bta_gattc_cache.c:230
bta_gattc_insert_sec_service_to_cache()
tBTA_GATTC_SERVICE
*
service
=
list_node
(
sn
)
;
bta_gattc_cache.c:240
bta_gattc_insert_sec_service_to_cache()
tBTA_GATTC_SERVICE
*
next_service
=
list_node
(
next_sn
)
;
bta_gattc_cache.c:241
bta_gattc_insert_sec_service_to_cache()
tBTA_GATTC_SERVICE
*
p_new_srvc
=
osi_malloc
(
sizeof
(
tBTA_GATTC_SERVICE
)
)
;
bta_gattc_cache.c:269
bta_gattc_add_srvc_to_cache()
osi_free
(
p_new_srvc
)
;
bta_gattc_cache.c:290
bta_gattc_add_srvc_to_cache()
tBTA_GATTC_SERVICE
*
service
=
bta_gattc_find_matching_service
(
p_srvc_cb
->
p_srvc_cache
,
attr_handle
)
;
bta_gattc_cache.c:315
bta_gattc_add_char_to_cache()
tBTA_GATTC_SERVICE
*
service
=
bta_gattc_find_matching_service
(
p_srvc_cb
->
p_srvc_cache
,
handle
)
;
bta_gattc_cache.c:366
bta_gattc_add_attr_to_cache()
tBTA_GATTC_SERVICE
*
service
=
list_node
(
sn
)
;
bta_gattc_cache.c:557
bta_gattc_update_include_service()
tBTA_GATTC_SERVICE
*
p_cache
=
list_node
(
sn
)
;
bta_gattc_cache.c:1109
bta_gattc_search_service()
tBTA_GATTC_SERVICE
*
bta_gattc_find_matching_service
(
const
list_t
*
services
,
UINT16
handle
)
{
bta_gattc_cache.c:1157
bta_gattc_find_matching_service()
tBTA_GATTC_SERVICE
*
service
=
list_node
(
sn
)
;
bta_gattc_cache.c:1164
bta_gattc_find_matching_service()
const
tBTA_GATTC_SERVICE
*
bta_gattc_get_service_for_handle_srcb
(
tBTA_GATTC_SERV
*
p_srcb
,
UINT16
handle
)
bta_gattc_cache.c:1174
bta_gattc_get_service_for_handle_srcb()
const
tBTA_GATTC_SERVICE
*
bta_gattc_get_service_for_handle
(
UINT16
conn_id
,
UINT16
handle
)
bta_gattc_cache.c:1181
bta_gattc_get_service_for_handle()
const
tBTA_GATTC_SERVICE
*
service
=
bta_gattc_get_service_for_handle_srcb
(
p_srcb
,
handle
)
;
bta_gattc_cache.c:1190
bta_gattc_get_characteristic_srcb()
const
tBTA_GATTC_SERVICE
*
service
=
bta_gattc_get_service_for_handle_srcb
(
p_srcb
,
handle
)
;
bta_gattc_cache.c:1221
bta_gattc_get_descriptor_srcb()
tBTA_GATTC_SERVICE
*
p_cur_srvc
=
list_node
(
sn
)
;
bta_gattc_cache.c:1277
bta_gattc_get_service_with_uuid()
tBTA_GATTC_SERVICE
*
p_cur_srvc
=
list_node
(
sn
)
;
bta_gattc_cache.c:1368
bta_gattc_get_db_with_opration()
tBTA_GATTC_SERVICE
*
p_cur_srvc
=
list_node
(
sn
)
;
bta_gattc_cache.c:1509
bta_gattc_get_db_size_with_type()
tBTA_GATTC_SERVICE
*
p_cur_srvc
=
list_node
(
sn
)
;
bta_gattc_cache.c:1626
bta_gattc_get_db_size()
tBTA_GATTC_SERVICE
*
p_cur_srvc
=
list_node
(
sn
)
;
bta_gattc_cache.c:1785
bta_gattc_get_gatt_db_impl()
tBTA_GATTC_SERVICE
*
p_cur_srvc
=
list_node
(
sn
)
;
bta_gattc_cache.c:2049
bta_gattc_cache_save()
tBTA_GATTC_SERVICE
*
p_cur_srvc
=
list_node
(
sn
)
;
bta_gattc_cache.c:2064
bta_gattc_cache_save()
extern
const
tBTA_GATTC_SERVICE
*
bta_gattc_get_service_for_handle
(
UINT16
conn_id
,
UINT16
handle
)
;
bta_gattc_int.h:545
bta_gattc_get_service_for_handle()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
tBTA_GATTC_CHARACTERISTIC::service
tBTA_GATTC_CHARACTERISTIC
bta_gatt_api.h:710
tBTA_GATTC_INCLUDED_SVC::owning_service
tBTA_GATTC_INCLUDED_SVC
bta_gatt_api.h:727
tBTA_GATTC_INCLUDED_SVC::included_service
tBTA_GATTC_INCLUDED_SVC
bta_gatt_api.h:728
return
bta_gattc_get_service_for_handle()
bta_gattc_int.h:545
return
bta_gattc_find_matching_service()
bta_gattc_cache.c:54
bta_gattc_insert_sec_service_to_cache()::p_new_srvc
bta_gattc_insert_sec_service_to_cache()
bta_gattc_cache.c:217
return
bta_gattc_find_matching_service()
bta_gattc_cache.c:1157
return
bta_gattc_get_service_for_handle_srcb()
bta_gattc_cache.c:1174
return
bta_gattc_get_service_for_handle()
bta_gattc_cache.c:1181
Lifecycle
from
examples
tBTA_GATTC_SERVICE
is freed by 2 symbols:
All items filtered out
tBTA_GATTC_SERVICE
service_free()
bta_gattc_add_srvc_to_cache()
All items filtered out