ESP-IDF
tBTM_CB::btm_scn
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
tBTM_CB::btm_scn
tBTM_CB::btm_scn field
Syntax
Show:
Summary
Declaration
from
btm_int.h:854
UINT8
btm_scn
[
BTM_MAX_SCN
]
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
btm_scn
[
BTM_MAX_SCN
]
;
/* current SCNs: TRUE if SCN is in use */
btm_int.h:854
if
(
!
btm_cb
.
btm_scn
[
x
-
1
]
)
{
btm_acl.c:1569
BTM_AllocateSCN()
btm_cb
.
btm_scn
[
x
-
1
]
=
TRUE
;
btm_acl.c:1570
BTM_AllocateSCN()
if
(
!
btm_cb
.
btm_scn
[
scn
-
1
]
)
{
btm_acl.c:1595
BTM_TryAllocateSCN()
btm_cb
.
btm_scn
[
scn
-
1
]
=
TRUE
;
btm_acl.c:1596
BTM_TryAllocateSCN()
btm_cb
.
btm_scn
[
scn
-
1
]
=
FALSE
;
btm_acl.c:1617
BTM_FreeSCN()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTM_CB::btm_scn
is read by 3 functions:
All items filtered out
tBTM_CB::btm_scn
BTM_AllocateSCN()
BTM_TryAllocateSCN()
BTM_FreeSCN()
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