ESP-IDF
tL2CAP_APPL_INFO::pL2CA_ConfigInd_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_ConfigInd_Cb
tL2CAP_APPL_INFO::pL2CA_ConfigInd_Cb field
Syntax
Show:
Summary
Declaration
from
l2c_api.h:307
tL2CA_CONFIG_IND_CB
*
pL2CA_ConfigInd_Cb
;
Examples
References
from
examples
Code
Location
Scope
Referrer
tL2CA_CONFIG_IND_CB
*
pL2CA_ConfigInd_Cb
;
l2c_api.h:307
const
tL2CAP_APPL_INFO
avct_l2c_appl
=
{
avct_l2c.c:52
avct_l2c_appl
avct_l2c_config_ind_cback()
const
tL2CAP_APPL_INFO
avdt_l2c_appl
=
{
avdt_l2c.c:51
avdt_l2c_appl
avdt_l2c_config_ind_cback()
gap_cb
.
conn
.
reg_info
.
pL2CA_ConfigInd_Cb
=
gap_config_ind
;
gap_conn.c:81
gap_conn_init()
static
const
tL2CAP_APPL_INFO
dev_reg_info
=
{
hidd_l2cif_connect_ind
,
hidd_conn.c:50
dev_reg_info
hidd_l2cif_config_ind()
static
const
tL2CAP_APPL_INFO
hst_reg_info
=
{
hidh_conn.c:65
hst_reg_info
hidh_l2cif_config_ind()
||
(
!
p_cb_info
->
pL2CA_ConfigInd_Cb
)
l2c_api.c:67
L2CA_Register()
assert
(
callbacks
->
pL2CA_ConfigInd_Cb
!=
NULL
)
;
l2c_api.c:323
L2CA_SetConnectionCallbacks()
(
*
p_ccb
->
p_rcb
->
api
.
pL2CA_ConfigInd_Cb
)
(
p_ccb
->
local_cid
,
p_cfg
)
;
l2c_csm.c:683
l2c_csm_config()
(
*
p_ccb
->
p_rcb
->
api
.
pL2CA_ConfigInd_Cb
)
(
p_ccb
->
local_cid
,
p_cfg
)
;
l2c_csm.c:935
l2c_csm_open()
p_reg_info
->
pL2CA_ConfigInd_Cb
=
obex_tl_l2cap_config_ind
;
obex_tl_l2cap.c:578
obex_tl_l2cap_init()
p_l2c
->
pL2CA_ConfigInd_Cb
=
RFCOMM_ConfigInd
;
rfc_l2cap_if.c:78
rfcomm_l2cap_if_init()
sdp_cb
.
reg_info
.
pL2CA_ConfigInd_Cb
=
sdp_config_ind
;
sdp_main.c:192
sdp_init()
Call Tree
from
examples
tL2CAP_APPL_INFO::pL2CA_ConfigInd_Cb
is called by 2 functions:
l2c_csm_config()
l2c_csm_open()
All items filtered out
tL2CAP_APPL_INFO::pL2CA_ConfigInd_Cb
All items filtered out
Data Use
from
examples
tL2CAP_APPL_INFO::pL2CA_ConfigInd_Cb
is written by 4 functions and is read by 2 functions:
gap_conn_init()
obex_tl_l2cap_init()
rfcomm_l2cap_if_init()
sdp_init()
All items filtered out
tL2CAP_APPL_INFO::pL2CA_ConfigInd_Cb
L2CA_Register()
L2CA_SetConnectionCallbacks()
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_ConfigInd_Cb
implements 8 functionss:
avct_l2c_config_ind_cback()
avdt_l2c_config_ind_cback()
hidd_l2cif_config_ind()
hidh_l2cif_config_ind()
gap_config_ind()
obex_tl_l2cap_config_ind()
RFCOMM_ConfigInd()
sdp_config_ind()
All items filtered out
tL2CAP_APPL_INFO::pL2CA_ConfigInd_Cb
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out