ESP-IDF
tGAP_CCB::con_state
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_CCB::con_state
tGAP_CCB::con_state field
Syntax
Show:
Summary
Declaration
from
gap_int.h:55
UINT8
con_state
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
con_state
;
gap_int.h:55
p_ccb
->
con_state
=
GAP_CCB_STATE_LISTENING
;
gap_conn.c:222
GAP_ConnOpen()
p_ccb
->
con_state
=
GAP_CCB_STATE_CONN_SETUP
;
gap_conn.c:229
GAP_ConnOpen()
if
(
p_ccb
->
con_state
!=
GAP_CCB_STATE_LISTENING
)
{
gap_conn.c:268
GAP_ConnClose()
if
(
p_ccb
->
con_state
==
GAP_CCB_STATE_CONNECTED
)
{
gap_conn.c:368
GAP_GetRxQueueCnt()
if
(
p_ccb
->
con_state
!=
GAP_CCB_STATE_CONNECTED
)
{
gap_conn.c:444
GAP_ConnBTWrite()
if
(
p_ccb
->
con_state
!=
GAP_CCB_STATE_CONNECTED
)
{
gap_conn.c:508
GAP_ConnWriteData()
if
(
p_ccb
->
con_state
==
GAP_CCB_STATE_CONNECTED
)
{
gap_conn.c:584
GAP_ConnReconfig()
if
(
(
p_ccb
)
&&
(
p_ccb
->
con_state
>
GAP_CCB_STATE_LISTENING
)
)
{
gap_conn.c:650
GAP_ConnGetRemoteAddr()
if
(
(
p_ccb
->
con_state
==
GAP_CCB_STATE_LISTENING
)
gap_conn.c:727
gap_connect_ind()
p_ccb
->
con_state
=
GAP_CCB_STATE_CFG_SETUP
;
gap_conn.c:746
gap_connect_ind()
p_ccb
->
con_state
=
GAP_CCB_STATE_CONNECTED
;
gap_conn.c:776
gap_checks_con_flags()
p_ccb
->
con_state
,
p_ccb
->
con_flags
,
res
)
;
gap_conn.c:799
gap_sec_check_complete()
if
(
p_ccb
->
con_state
==
GAP_CCB_STATE_IDLE
)
{
gap_conn.c:800
gap_sec_check_complete()
if
(
(
result
==
L2CAP_CONN_OK
)
&&
(
p_ccb
->
con_state
==
GAP_CCB_STATE_CONN_SETUP
)
)
{
gap_conn.c:841
gap_connect_cfm()
p_ccb
->
con_state
=
GAP_CCB_STATE_CFG_SETUP
;
gap_conn.c:842
gap_connect_cfm()
if
(
p_ccb
->
con_state
==
GAP_CCB_STATE_CONNECTED
)
{
gap_conn.c:991
gap_data_ind()
if
(
(
p_ccb
->
con_state
!=
GAP_CCB_STATE_IDLE
)
&&
(
p_ccb
->
connection_id
==
cid
)
)
{
gap_conn.c:1067
gap_find_ccb_by_cid()
if
(
p_ccb
->
con_state
!=
GAP_CCB_STATE_IDLE
)
{
gap_conn.c:1095
gap_find_ccb_by_handle()
if
(
p_ccb
->
con_state
==
GAP_CCB_STATE_IDLE
)
{
gap_conn.c:1121
gap_allocate_ccb()
p_ccb
->
con_state
=
GAP_CCB_STATE_IDLE
;
gap_conn.c:1168
gap_release_ccb()
if
(
(
p_ccb
->
con_state
!=
GAP_CCB_STATE_IDLE
)
&&
(
p_ccb
->
psm
==
psm
)
)
{
gap_conn.c:1172
gap_release_ccb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGAP_CCB::con_state
is written by 5 functions and is read by 14 functions:
GAP_ConnOpen()
gap_connect_ind()
gap_checks_con_flags()
gap_connect_cfm()
gap_release_ccb()
All items filtered out
tGAP_CCB::con_state
GAP_ConnClose()
GAP_GetRxQueueCnt()
GAP_ConnBTWrite()
GAP_ConnWriteData()
GAP_ConnReconfig()
GAP_ConnGetRemoteAddr()
gap_connect_ind()
gap_sec_check_complete()
gap_connect_cfm()
gap_data_ind()
gap_find_ccb_by_cid()
gap_find_ccb_by_handle()
gap_allocate_ccb()
gap_release_ccb()
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