ESP-IDF
tBTA_GATTS_CB::srvc_cb
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_GATTS_CB::srvc_cb
tBTA_GATTS_CB::srvc_cb field
Syntax
Show:
Summary
Declaration
from
bta_gatts_int.h:209
tBTA_GATTS_SRVC_CB
srvc_cb
[
BTA_GATTS_MAX_SRVC_NUM
]
;
Examples
References
from
examples
Code
Location
Referrer
tBTA_GATTS_SRVC_CB
srvc_cb
[
BTA_GATTS_MAX_SRVC_NUM
]
;
bta_gatts_int.h:209
memcpy
(
&
p_cb
->
srvc_cb
[
srvc_idx
]
.
service_uuid
,
bta_gatts_act.c:332
bta_gatts_create_srvc()
p_cb
->
srvc_cb
[
srvc_idx
]
.
service_id
=
service_id
;
bta_gatts_act.c:334
bta_gatts_create_srvc()
p_cb
->
srvc_cb
[
srvc_idx
]
.
inst_num
=
p_msg
->
api_create_svc
.
inst
;
bta_gatts_act.c:335
bta_gatts_create_srvc()
p_cb
->
srvc_cb
[
srvc_idx
]
.
idx
=
srvc_idx
;
bta_gatts_act.c:336
bta_gatts_create_srvc()
memset
(
&
p_cb
->
srvc_cb
[
srvc_idx
]
,
0
,
sizeof
(
tBTA_GATTS_SRVC_CB
)
)
;
bta_gatts_act.c:346
bta_gatts_create_srvc()
if
(
bta_gatts_cb
.
srvc_cb
[
i
]
.
in_use
)
{
bta_gatts_main.c:160
bta_gatts_srvc_active_count()
if
(
!
p_cb
->
srvc_cb
[
i
]
.
in_use
)
{
bta_gatts_utils.c:69
bta_gatts_alloc_srvc_cb()
p_cb
->
srvc_cb
[
i
]
.
in_use
=
TRUE
;
bta_gatts_utils.c:70
bta_gatts_alloc_srvc_cb()
p_cb
->
srvc_cb
[
i
]
.
rcb_idx
=
rcb_idx
;
bta_gatts_utils.c:71
bta_gatts_alloc_srvc_cb()
if
(
p_cb
->
srvc_cb
[
i
]
.
in_use
&&
bta_gatts_utils.c:135
bta_gatts_find_srvc_cb_by_srvc_id()
p_cb
->
srvc_cb
[
i
]
.
service_id
==
service_id
)
{
bta_gatts_utils.c:136
bta_gatts_find_srvc_cb_by_srvc_id()
return
&
p_cb
->
srvc_cb
[
i
]
;
bta_gatts_utils.c:138
bta_gatts_find_srvc_cb_by_srvc_id()
p_cb
->
srvc_cb
[
i
]
.
in_use
&&
bta_gatts_utils.c:159
bta_gatts_find_srvc_cb_by_attr_id()
p_cb
->
srvc_cb
[
i
+
1
]
.
in_use
&&
bta_gatts_utils.c:160
bta_gatts_find_srvc_cb_by_attr_id()
attr_id
>=
p_cb
->
srvc_cb
[
i
]
.
service_id
&&
bta_gatts_utils.c:161
bta_gatts_find_srvc_cb_by_attr_id()
attr_id
<
p_cb
->
srvc_cb
[
i
+
1
]
.
service_id
)
||
bta_gatts_utils.c:162
bta_gatts_find_srvc_cb_by_attr_id()
p_cb
->
srvc_cb
[
i
]
.
in_use
&&
bta_gatts_utils.c:165
bta_gatts_find_srvc_cb_by_attr_id()
!
p_cb
->
srvc_cb
[
i
+
1
]
.
in_use
&&
bta_gatts_utils.c:166
bta_gatts_find_srvc_cb_by_attr_id()
attr_id
>=
p_cb
->
srvc_cb
[
i
]
.
service_id
)
||
bta_gatts_utils.c:167
bta_gatts_find_srvc_cb_by_attr_id()
attr_id
>=
p_cb
->
srvc_cb
[
i
]
.
service_id
)
bta_gatts_utils.c:170
bta_gatts_find_srvc_cb_by_attr_id()
return
&
p_cb
->
srvc_cb
[
i
]
;
bta_gatts_utils.c:172
bta_gatts_find_srvc_cb_by_attr_id()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_GATTS_CB::srvc_cb
is read by 5 functions:
All items filtered out
tBTA_GATTS_CB::srvc_cb
bta_gatts_create_srvc()
bta_gatts_srvc_active_count()
bta_gatts_alloc_srvc_cb()
bta_gatts_find_srvc_cb_by_srvc_id()
bta_gatts_find_srvc_cb_by_attr_id()
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