ESP-IDF
tL2CAP_APPL_INFO::pL2CA_DisconnectInd_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
tL2CAP_APPL_INFO::pL2CA_DisconnectInd_Cb
tL2CAP_APPL_INFO::pL2CA_DisconnectInd_Cb field
Syntax
Show:
Summary
Declaration
from
l2c_api.h:309
tL2CA_DISCONNECT_IND_CB
*
pL2CA_DisconnectInd_Cb
;
Examples
References
from
examples
Code
Location
Scope
Referrer
tL2CA_DISCONNECT_IND_CB
*
pL2CA_DisconnectInd_Cb
;
l2c_api.h:309
const
tL2CAP_APPL_INFO
avct_l2c_appl
=
{
avct_l2c.c:52
avct_l2c_appl
avct_l2c_disconnect_ind_cback()
const
tL2CAP_APPL_INFO
avdt_l2c_appl
=
{
avdt_l2c.c:51
avdt_l2c_appl
avdt_l2c_disconnect_ind_cback()
gap_cb
.
conn
.
reg_info
.
pL2CA_DisconnectInd_Cb
=
gap_disconnect_ind
;
gap_conn.c:83
gap_conn_init()
static
const
tL2CAP_APPL_INFO
dev_reg_info
=
{
hidd_l2cif_connect_ind
,
hidd_conn.c:50
dev_reg_info
hidd_l2cif_disconnect_ind()
static
const
tL2CAP_APPL_INFO
hst_reg_info
=
{
hidh_conn.c:65
hst_reg_info
hidh_l2cif_disconnect_ind()
||
(
!
p_cb_info
->
pL2CA_DisconnectInd_Cb
)
)
{
l2c_api.c:69
L2CA_Register()
assert
(
callbacks
->
pL2CA_DisconnectInd_Cb
!=
NULL
)
;
l2c_api.c:325
L2CA_SetConnectionCallbacks()
disconnect_ind
=
p_ccb
->
p_rcb
->
api
.
pL2CA_DisconnectInd_Cb
;
l2c_csm.c:148
l2c_csm_closed()
tL2CA_DISCONNECT_IND_CB
*
disconnect_ind
=
p_ccb
->
p_rcb
->
api
.
pL2CA_DisconnectInd_Cb
;
l2c_csm.c:286
l2c_csm_orig_w4_sec_comp()
tL2CA_DISCONNECT_IND_CB
*
disconnect_ind
=
p_ccb
->
p_rcb
->
api
.
pL2CA_DisconnectInd_Cb
;
l2c_csm.c:481
l2c_csm_w4_l2cap_connect_rsp()
tL2CA_DISCONNECT_IND_CB
*
disconnect_ind
=
p_ccb
->
p_rcb
->
api
.
pL2CA_DisconnectInd_Cb
;
l2c_csm.c:579
l2c_csm_w4_l2ca_connect_rsp()
tL2CA_DISCONNECT_IND_CB
*
disconnect_ind
=
p_ccb
->
p_rcb
->
api
.
pL2CA_DisconnectInd_Cb
;
l2c_csm.c:661
l2c_csm_config()
(
*
p_ccb
->
p_rcb
->
api
.
pL2CA_DisconnectInd_Cb
)
(
p_ccb
->
local_cid
,
TRUE
)
;
l2c_csm.c:763
l2c_csm_config()
(
*
p_ccb
->
p_rcb
->
api
.
pL2CA_DisconnectInd_Cb
)
(
local_cid
,
FALSE
)
;
l2c_csm.c:913
l2c_csm_open()
(
*
p_ccb
->
p_rcb
->
api
.
pL2CA_DisconnectInd_Cb
)
(
p_ccb
->
local_cid
,
TRUE
)
;
l2c_csm.c:967
l2c_csm_open()
tL2CA_DISCONNECT_IND_CB
*
disconnect_ind
=
p_ccb
->
p_rcb
->
api
.
pL2CA_DisconnectInd_Cb
;
l2c_csm.c:1085
l2c_csm_w4_l2ca_disconnect_rsp()
tL2CA_DISCONNECT_IND_CB
*
p_disc_cb
=
p_ccb
->
p_rcb
->
api
.
pL2CA_DisconnectInd_Cb
;
l2c_utils.c:1880
l2cu_disconnect_chnl()
p_reg_info
->
pL2CA_DisconnectInd_Cb
=
obex_tl_l2cap_disconnect_ind
;
obex_tl_l2cap.c:580
obex_tl_l2cap_init()
p_l2c
->
pL2CA_DisconnectInd_Cb
=
RFCOMM_DisconnectInd
;
rfc_l2cap_if.c:80
rfcomm_l2cap_if_init()
sdp_cb
.
reg_info
.
pL2CA_DisconnectInd_Cb
=
sdp_disconnect_ind
;
sdp_main.c:194
sdp_init()
Call Tree
from
examples
tL2CAP_APPL_INFO::pL2CA_DisconnectInd_Cb
is called by 2 functions:
l2c_csm_config()
l2c_csm_open()
All items filtered out
tL2CAP_APPL_INFO::pL2CA_DisconnectInd_Cb
All items filtered out
Data Use
from
examples
tL2CAP_APPL_INFO::pL2CA_DisconnectInd_Cb
is written by 4 functions and is read by 9 functions:
gap_conn_init()
obex_tl_l2cap_init()
rfcomm_l2cap_if_init()
sdp_init()
All items filtered out
tL2CAP_APPL_INFO::pL2CA_DisconnectInd_Cb
L2CA_Register()
L2CA_SetConnectionCallbacks()
l2c_csm_closed()
l2c_csm_orig_w4_sec_comp()
l2c_csm_w4_l2cap_connect_rsp()
l2c_csm_w4_l2ca_connect_rsp()
l2c_csm_config()
l2c_csm_w4_l2ca_disconnect_rsp()
l2cu_disconnect_chnl()
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
tL2CAP_APPL_INFO::pL2CA_DisconnectInd_Cb
implements 8 functionss:
avct_l2c_disconnect_ind_cback()
avdt_l2c_disconnect_ind_cback()
hidd_l2cif_disconnect_ind()
hidh_l2cif_disconnect_ind()
gap_disconnect_ind()
obex_tl_l2cap_disconnect_ind()
RFCOMM_DisconnectInd()
sdp_disconnect_ind()
All items filtered out
tL2CAP_APPL_INFO::pL2CA_DisconnectInd_Cb
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out