ESP-IDF
tL2CAP_APPL_INFO::pL2CA_DataInd_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_DataInd_Cb
tL2CAP_APPL_INFO::pL2CA_DataInd_Cb field
Syntax
Show:
Summary
Declaration
from
l2c_api.h:312
tL2CA_DATA_IND_CB
*
pL2CA_DataInd_Cb
;
Examples
References
from
examples
Code
Location
Scope
Referrer
tL2CA_DATA_IND_CB
*
pL2CA_DataInd_Cb
;
l2c_api.h:312
const
tL2CAP_APPL_INFO
avct_l2c_appl
=
{
avct_l2c.c:52
avct_l2c_appl
avct_l2c_data_ind_cback()
const
tL2CAP_APPL_INFO
avdt_l2c_appl
=
{
avdt_l2c.c:51
avdt_l2c_appl
avdt_l2c_data_ind_cback()
gap_cb
.
conn
.
reg_info
.
pL2CA_DataInd_Cb
=
gap_data_ind
;
gap_conn.c:86
gap_conn_init()
static
const
tL2CAP_APPL_INFO
dev_reg_info
=
{
hidd_l2cif_connect_ind
,
hidd_conn.c:50
dev_reg_info
hidd_l2cif_data_ind()
static
const
tL2CAP_APPL_INFO
hst_reg_info
=
{
hidh_conn.c:65
hst_reg_info
hidh_l2cif_data_ind()
||
(
!
p_cb_info
->
pL2CA_DataInd_Cb
)
l2c_api.c:68
L2CA_Register()
assert
(
callbacks
->
pL2CA_DataInd_Cb
!=
NULL
)
;
l2c_api.c:328
L2CA_SetConnectionCallbacks()
(
*
p_ccb
->
p_rcb
->
api
.
pL2CA_DataInd_Cb
)
(
p_ccb
->
local_cid
,
(
BT_HDR
*
)
p_data
)
;
l2c_csm.c:850
l2c_csm_config()
if
(
(
p_ccb
->
p_rcb
)
&&
(
p_ccb
->
p_rcb
->
api
.
pL2CA_DataInd_Cb
)
)
{
l2c_csm.c:971
l2c_csm_open()
(
*
p_ccb
->
p_rcb
->
api
.
pL2CA_DataInd_Cb
)
(
p_ccb
->
local_cid
,
(
BT_HDR
*
)
p_data
)
;
l2c_csm.c:972
l2c_csm_open()
p_reg_info
->
pL2CA_DataInd_Cb
=
obex_tl_l2cap_buf_data_ind
;
obex_tl_l2cap.c:583
obex_tl_l2cap_init()
p_l2c
->
pL2CA_DataInd_Cb
=
RFCOMM_BufDataInd
;
rfc_l2cap_if.c:83
rfcomm_l2cap_if_init()
sdp_cb
.
reg_info
.
pL2CA_DataInd_Cb
=
sdp_data_ind
;
sdp_main.c:197
sdp_init()
Call Tree
from
examples
tL2CAP_APPL_INFO::pL2CA_DataInd_Cb
is called by 2 functions:
l2c_csm_config()
l2c_csm_open()
All items filtered out
tL2CAP_APPL_INFO::pL2CA_DataInd_Cb
All items filtered out
Data Use
from
examples
tL2CAP_APPL_INFO::pL2CA_DataInd_Cb
is written by 4 functions and is read by 3 functions:
gap_conn_init()
obex_tl_l2cap_init()
rfcomm_l2cap_if_init()
sdp_init()
All items filtered out
tL2CAP_APPL_INFO::pL2CA_DataInd_Cb
L2CA_Register()
L2CA_SetConnectionCallbacks()
l2c_csm_open()
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_DataInd_Cb
implements 8 functionss:
avct_l2c_data_ind_cback()
avdt_l2c_data_ind_cback()
hidd_l2cif_data_ind()
hidh_l2cif_data_ind()
gap_data_ind()
obex_tl_l2cap_buf_data_ind()
RFCOMM_BufDataInd()
sdp_data_ind()
All items filtered out
tL2CAP_APPL_INFO::pL2CA_DataInd_Cb
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out