ESP-IDF
BTA_GATTS_MAX_SRVC_NUM
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
BTA_GATTS_MAX_SRVC_NUM
BTA_GATTS_MAX_SRVC_NUM macro
Syntax
Show:
Summary
Declaration
from
bta_gatts_int.h:65
#define
BTA_GATTS_MAX_SRVC_NUM
GATT_MAX_SR_PROFILES
Examples
References
from
examples
Code
Location
#define
BTA_GATTS_MAX_SRVC_NUM
GATT_MAX_SR_PROFILES
bta_gatts_int.h:65
tBTA_GATTS_SRVC_CB
srvc_cb
[
BTA_GATTS_MAX_SRVC_NUM
]
;
bta_gatts_int.h:209
for
(
uint8_t
i
=
0
;
i
<
BTA_GATTS_MAX_SRVC_NUM
;
i
++
)
{
bta_gatts_main.c:159
for
(
i
=
0
;
i
<
BTA_GATTS_MAX_SRVC_NUM
;
i
++
)
{
bta_gatts_utils.c:68
for
(
i
=
0
;
i
<
BTA_GATTS_MAX_SRVC_NUM
;
i
++
)
{
bta_gatts_utils.c:134
for
(
i
=
0
;
i
<
(
BTA_GATTS_MAX_SRVC_NUM
)
;
i
++
)
{
bta_gatts_utils.c:156
(
i
<
(
BTA_GATTS_MAX_SRVC_NUM
-
1
)
&&
bta_gatts_utils.c:158
(
i
<
(
BTA_GATTS_MAX_SRVC_NUM
-
1
)
&&
bta_gatts_utils.c:164
(
i
==
(
BTA_GATTS_MAX_SRVC_NUM
-
1
)
&&
bta_gatts_utils.c:169
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
Lifecycle
from
examples
All items filtered out
All items filtered out