ESP-IDF
tBTA_GATTC::srvc_res
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::srvc_res
tBTA_GATTC::srvc_res field
Syntax
Show:
Summary
Declaration
from
bta_gatt_api.h:434
tBTA_GATTC_SRVC_RES
srvc_res
;
Examples
References
from
examples
Code
Location
Referrer
tBTA_GATTC_SRVC_RES
srvc_res
;
/* discovery result */
bta_gatt_api.h:434
handle
=
BLE_MESH_GATT_GET_CONN_ID
(
p_data
->
srvc_res
.
conn_id
)
;
adapter.c:1391
bt_mesh_bta_gattc_cb()
if
(
p_data
->
srvc_res
.
service_uuid
.
uuid
.
len
==
2
&&
adapter.c:1395
bt_mesh_bta_gattc_cb()
p_data
->
srvc_res
.
service_uuid
.
uuid
.
uu
.
uuid16
==
bt_mesh_gattc_info
[
i
]
.
service_uuid
)
{
adapter.c:1396
bt_mesh_bta_gattc_cb()
bt_mesh_gattc_info
[
i
]
.
start_handle
=
p_data
->
srvc_res
.
start_handle
;
adapter.c:1397
bt_mesh_bta_gattc_cb()
bt_mesh_gattc_info
[
i
]
.
end_handle
=
p_data
->
srvc_res
.
end_handle
;
adapter.c:1398
bt_mesh_bta_gattc_cb()
bta_dm_gatt_disc_result
(
p_data
->
srvc_res
.
service_uuid
)
;
bta_dm_act.c:6775
bta_dm_gattc_callback()
cb_data
.
srvc_res
.
conn_id
=
p_clcb
->
bta_conn_id
;
bta_gattc_cache.c:1127
bta_gattc_search_service()
cb_data
.
srvc_res
.
service_uuid
.
inst_id
=
p_cache
->
handle
;
bta_gattc_cache.c:1128
bta_gattc_search_service()
cb_data
.
srvc_res
.
start_handle
=
p_cache
->
s_handle
;
bta_gattc_cache.c:1129
bta_gattc_search_service()
cb_data
.
srvc_res
.
end_handle
=
p_cache
->
e_handle
;
bta_gattc_cache.c:1130
bta_gattc_search_service()
cb_data
.
srvc_res
.
is_primary
=
p_cache
->
is_primary
;
bta_gattc_cache.c:1131
bta_gattc_search_service()
memcpy
(
&
cb_data
.
srvc_res
.
service_uuid
.
uuid
,
&
p_cache
->
uuid
,
sizeof
(
tBT_UUID
)
)
;
bta_gattc_cache.c:1132
bta_gattc_search_service()
tBTA_GATTC_SRVC_RES
*
srvc_res
=
&
arg
->
srvc_res
;
btc_gattc.c:864
btc_gattc_cb_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_GATTC::srvc_res
is read by 3 functions:
All items filtered out
tBTA_GATTC::srvc_res
bta_dm_gattc_callback()
bta_gattc_search_service()
bt_mesh_bta_gattc_cb()
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