ESP-IDF
BTM_SEC_MAX_SERVICES
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
BTM_SEC_MAX_SERVICES
BTM_SEC_MAX_SERVICES macro
Syntax
Show:
Summary
Declaration
from
btm_api.h:1367
#define
BTM_SEC_MAX_SERVICES
65
Examples
References
from
examples
Code
Location
#define
BTM_SEC_MAX_SERVICES
65
btm_api.h:1367
#define
BTA_LAST_JV_SERVICE_ID
(
BTM_SEC_MAX_SERVICES
-
1
)
bta_api.h:107
#define
BTM_SEC_SERVICE_ARRAY_SIZE
(
(
(
UINT32
)
BTM_SEC_MAX_SERVICES
/
BTM_SEC_ARRAY_BITS
)
+
\
btm_api.h:1301
(
(
(
UINT32
)
BTM_SEC_MAX_SERVICES
%
BTM_SEC_ARRAY_BITS
)
?
1
:
0
)
)
btm_api.h:1302
(
p_dev_rec
->
p_cur_service
->
service_id
<
BTM_SEC_MAX_SERVICES
)
&&
btm_sec.c:5321
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