ESP-IDF
tGAP_CCB::gap_handle
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::gap_handle
tGAP_CCB::gap_handle field
Syntax
Show:
Summary
Declaration
from
gap_int.h:65
UINT16
gap_handle
;
Examples
References
from
examples
Code
Location
Referrer
UINT16
gap_handle
;
/* GAP handle */
gap_int.h:65
return
(
p_ccb
->
gap_handle
)
;
gap_conn.c:223
GAP_ConnOpen()
return
(
p_ccb
->
gap_handle
)
;
gap_conn.c:239
GAP_ConnOpen()
p_ccb
->
p_callback
(
p_ccb
->
gap_handle
,
GAP_EVT_CONN_OPENED
)
;
gap_conn.c:778
gap_checks_con_flags()
(
*
p_ccb
->
p_callback
)
(
p_ccb
->
gap_handle
,
GAP_EVT_CONN_CLOSED
)
;
gap_conn.c:849
gap_connect_cfm()
p_ccb
->
p_callback
(
p_ccb
->
gap_handle
,
GAP_EVT_CONN_CLOSED
)
;
gap_conn.c:936
gap_config_cfm()
p_ccb
->
p_callback
(
p_ccb
->
gap_handle
,
GAP_EVT_CONN_CLOSED
)
;
gap_conn.c:967
gap_disconnect_ind()
p_ccb
->
p_callback
(
p_ccb
->
gap_handle
,
GAP_EVT_CONN_DATA_AVAIL
)
;
gap_conn.c:1000
gap_data_ind()
p_ccb
->
p_callback
(
p_ccb
->
gap_handle
,
event
)
;
gap_conn.c:1033
gap_congestion_ind()
p_ccb
->
gap_handle
=
xx
;
gap_conn.c:1126
gap_allocate_ccb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGAP_CCB::gap_handle
is written by 1 function and is read by 7 functions:
gap_allocate_ccb()
All items filtered out
tGAP_CCB::gap_handle
GAP_ConnOpen()
gap_checks_con_flags()
gap_connect_cfm()
gap_config_cfm()
gap_disconnect_ind()
gap_data_ind()
gap_congestion_ind()
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