ESP-IDF
tGAP_CCB::p_callback
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::p_callback
tGAP_CCB::p_callback field
Syntax
Show:
Summary
Declaration
from
gap_int.h:79
tGAP_CONN_CALLBACK
*
p_callback
;
Examples
References
from
examples
Code
Location
Referrer
tGAP_CONN_CALLBACK
*
p_callback
;
/* Users callback function */
gap_int.h:79
p_ccb
->
p_callback
=
p_cb
;
gap_conn.c:167
GAP_ConnOpen()
p_ccb
->
p_callback
(
p_ccb
->
gap_handle
,
GAP_EVT_CONN_OPENED
)
;
gap_conn.c:778
gap_checks_con_flags()
if
(
p_ccb
->
p_callback
)
{
gap_conn.c:848
gap_connect_cfm()
(
*
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()
Call Tree
from
examples
tGAP_CCB::p_callback
is called by 6 functions:
gap_checks_con_flags()
gap_connect_cfm()
gap_config_cfm()
gap_disconnect_ind()
gap_data_ind()
gap_congestion_ind()
All items filtered out
tGAP_CCB::p_callback
All items filtered out
Data Use
from
examples
tGAP_CCB::p_callback
is written by 1 function and is read by 1 function:
GAP_ConnOpen()
All items filtered out
tGAP_CCB::p_callback
gap_connect_cfm()
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