ESP-IDF
tGAP_CLCB::in_use
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
tGAP_CLCB::in_use
tGAP_CLCB::in_use field
Syntax
Show:
Summary
Declaration
from
gap_int.h:120
BOOLEAN
in_use
;
Examples
References
from
examples
Code
Location
Referrer
BOOLEAN
in_use
;
gap_int.h:120
if
(
p_clcb
->
in_use
&&
!
memcmp
(
p_clcb
->
bda
,
bda
,
BD_ADDR_LEN
)
)
{
gap_ble.c:79
gap_find_clcb_by_bd_addr()
if
(
p_clcb
->
in_use
&&
p_clcb
->
connected
&&
p_clcb
->
conn_id
==
conn_id
)
{
gap_ble.c:102
gap_ble_find_clcb_by_conn_id()
if
(
!
p_clcb
->
in_use
)
{
gap_ble.c:125
gap_clcb_alloc()
p_clcb
->
in_use
=
TRUE
;
gap_ble.c:127
gap_clcb_alloc()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGAP_CLCB::in_use
is written by 1 function and is read by 3 functions:
gap_clcb_alloc()
All items filtered out
tGAP_CLCB::in_use
gap_find_clcb_by_bd_addr()
gap_ble_find_clcb_by_conn_id()
gap_clcb_alloc()
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