ESP-IDF
tCONN_CB::p_cb
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
tCONN_CB::p_cb
tCONN_CB::p_cb field
Syntax
Show:
Summary
Declaration
from
sdpint.h:183
tSDP_DISC_CMPL_CB
*
p_cb
;
Examples
References
from
examples
Code
Location
Referrer
tSDP_DISC_CMPL_CB
*
p_cb
;
/* Callback for discovery done */
sdpint.h:183
p_ccb
->
p_cb
=
p_cb
;
sdp_api.c:156
SDP_ServiceSearchRequest()
p_ccb
->
p_cb
=
p_cb
;
sdp_api.c:193
SDP_ServiceSearchAttributeRequest()
if
(
p_ccb
->
p_cb
||
p_ccb
->
p_cb2
)
{
sdp_main.c:343
sdp_connect_cfm()
if
(
p_ccb
->
p_cb
)
{
sdp_main.c:356
sdp_connect_cfm()
(
*
p_ccb
->
p_cb
)
(
err
)
;
sdp_main.c:357
sdp_connect_cfm()
if
(
p_ccb
->
p_cb
)
{
sdp_main.c:545
sdp_disconnect_ind()
(
*
p_ccb
->
p_cb
)
(
(
UINT16
)
(
(
p_ccb
->
con_state
==
SDP_STATE_CONNECTED
)
?
sdp_main.c:546
sdp_disconnect_ind()
if
(
p_ccb
->
p_cb
)
{
sdp_main.c:714
sdp_disconnect()
(
*
p_ccb
->
p_cb
)
(
reason
)
;
sdp_main.c:715
sdp_disconnect()
if
(
p_ccb
->
p_cb
)
{
sdp_main.c:747
sdp_disconnect_cfm()
(
*
p_ccb
->
p_cb
)
(
p_ccb
->
disconnect_reason
)
;
sdp_main.c:748
sdp_disconnect_cfm()
if
(
p_ccb
->
p_cb
)
{
sdp_main.c:777
sdp_conn_timeout()
(
*
p_ccb
->
p_cb
)
(
SDP_CONN_FAILED
)
;
sdp_main.c:778
sdp_conn_timeout()
Call Tree
from
examples
tCONN_CB::p_cb
is called by 5 functions:
sdp_connect_cfm()
sdp_disconnect_ind()
sdp_disconnect()
sdp_disconnect_cfm()
sdp_conn_timeout()
All items filtered out
tCONN_CB::p_cb
All items filtered out
Data Use
from
examples
tCONN_CB::p_cb
is written by 2 functions and is read by 5 functions:
SDP_ServiceSearchRequest()
SDP_ServiceSearchAttributeRequest()
All items filtered out
tCONN_CB::p_cb
sdp_connect_cfm()
sdp_disconnect_ind()
sdp_disconnect()
sdp_disconnect_cfm()
sdp_conn_timeout()
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